acrn-hypervisor/hypervisor/release
Conghui Chen 235d886103 HV: vuart: enable vuart console for VM
In previous code, only for pre-launched VM, hypervisor would create
vuart console for each VM. But for post-launched VM, no vuart is
created.
In this patch, create vuart according to configuration in structure
acrn_vm_config. As the new configuration is set for pre-launched VM and
post-launched VM, and the vuart initialize process is common for each
VM, so, remove CONFIG_PARTITION_MODE from vuart related code.

Tracked-On: #2987
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-04-25 11:21:54 +08:00
..
Makefile hv: enhance Makefile to compile debug/release into 2 libraries 2018-11-23 08:47:34 +08:00
console.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
dump.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
hypercall.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
logmsg.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
npk_log.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
profiling.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
sbuf.c hv: reset per cpu sbuf pointers during vcpu reset 2019-04-19 16:20:34 +08:00
trace.c hv:cleanup header files for release folder 2019-02-28 12:52:36 +08:00
vuart.c HV: vuart: enable vuart console for VM 2019-04-25 11:21:54 +08:00