mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
IOC mediator: DEBUG: support IOC log file
This patch is used for IOC mediator debugging. Due to IOC message logs are too much, need to save into one file instead of output stdout directly. By default, the debug log is disabled. Signed-off-by: Liu Yuan <yuan1.liu@intel.com> Reviewed-by: Wang Yu <yu1.wang@intel.com> Reviewed-by: Liu Shuo <shuo.a.liu@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -735,4 +735,7 @@ void wlist_init_signal(struct cbc_signal *cbc_tbl, size_t cbc_size,
|
||||
struct wlist_signal *wlist_tbl, size_t wlist_size);
|
||||
void wlist_init_group(struct cbc_group *cbc_tbl, size_t cbc_size,
|
||||
struct wlist_group *wlist_tbl, size_t wlist_size);
|
||||
|
||||
/* Set CBC log file */
|
||||
void cbc_set_log_file(FILE *f);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user