mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: Add vuart flag to VM descriptions in partition mode
ACRN in partition mode emulates UART for the VMs directly launced from HV. This patch adds an option to enable/disable vUART for a VM. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
committed by
lijinxia
parent
9e02ef54c7
commit
7380c167ed
@@ -190,6 +190,7 @@ struct vm_description {
|
||||
struct mptable_info *mptable;
|
||||
uint64_t start_hpa;
|
||||
uint64_t mem_size; /* UOS memory size in hex */
|
||||
bool vm_vuart;
|
||||
const char *bootargs;
|
||||
struct vpci_vdev_array *vpci_vdev_array;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user