mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 20:29:40 +00:00
dm: combine VM creating and ioreq shared page setup
This patch depends on a vhm patch merged, "vhm: setup ioreq shared buf in IC_CREATE_VM ioctl". We intend to combine VM creating and ioreq shared page setup into one step. For compatibility issue, we need follow the patch dependency to merge accordingly. This patch also drops vm_open/vm_close which will be intergrated into vm_create/vm_destroy. Tracked-On: #1330 Signed-off-by: Shuo Liu <shuo.a.liu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
@@ -250,8 +250,10 @@ struct acrn_create_vm {
|
||||
*/
|
||||
uint64_t vm_flag;
|
||||
|
||||
uint64_t req_buf;
|
||||
|
||||
/** Reserved for future use*/
|
||||
uint8_t reserved2[24];
|
||||
uint8_t reserved2[16];
|
||||
} __aligned(8);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user