mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
HV: Extend non-contiguous HPA for hybrid scenario
This patch extends non-contiguous HPA allocations for pre-launched VMs in hybrid scenario. Tracked-On: #4217 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -37,8 +37,9 @@ enum acrn_vm_load_order {
|
||||
struct acrn_vm_mem_config {
|
||||
uint64_t start_hpa; /* the start HPA of VM memory configuration, for pre-launched VMs only */
|
||||
uint64_t size; /* VM memory size configuration */
|
||||
uint64_t start_hpa2; /* the start HPA of VM memory configuration, for pre-launched VMs only */
|
||||
uint64_t size_hpa2; /* VM shared memory size configuration */
|
||||
uint64_t start_hpa2; /* Start of second HPA for non-contiguous allocations in VM memory configuration,
|
||||
for pre-launched VMs only */
|
||||
uint64_t size_hpa2; /* Size of second HPA for non-contiguous allocations in VM memory configuration */
|
||||
};
|
||||
|
||||
struct target_vuart {
|
||||
|
Reference in New Issue
Block a user