mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
HV: replace memory config with acrn_vm_mem_config
The member of mem_size and start_hpa in acrn_vm_config struct will be replaced with the acrn_vm_mem_config struct; Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -216,8 +216,6 @@ struct acrn_vm_config {
|
||||
struct acrn_vm_os_config os_config; /* OS information the VM */
|
||||
|
||||
#ifdef CONFIG_PARTITION_MODE
|
||||
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;
|
||||
|
Reference in New Issue
Block a user