acrn-hypervisor/hypervisor/release
Chenli Wei 7390488b8d hv: remove CONFIG_LOG_DESTINATION
The CONFIG_LOG_DESTINATION parameter selects where the logging messages
send to,serial console or memory or npk device MMIO region.

Now we want to remove it and check the loglevel of each channel,close the
output when the loglevel is ZERO.

Tracked-On: #6934
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2021-12-06 14:24:40 +08:00
..
Makefile HV: makefile: to avoid duplicated build libs 2020-05-21 15:12:21 +08:00
console.c hv: debug: Add hv console callback to VM-exit event 2021-07-22 10:08:23 +08:00
dump.c hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
hypercall.c hv: hypercalls: refactor permission-checking and dispatching logic 2021-05-12 13:43:41 +08:00
logmsg.c hv: remove CONFIG_LOG_DESTINATION 2021-12-06 14:24:40 +08:00
npk_log.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
profiling.c hv: mod: do not use explicit arch name when including headers 2021-05-08 11:15:46 +08:00
sbuf.c hv: bugfix for sbuf reset 2019-06-27 15:40:19 +08:00
trace.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
uart16550.c hv: deny access to HV owned legacy PIO UART from SOS 2021-06-08 16:16:14 +08:00