mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 20:59:03 +00:00
DM: use soft link of acrn_common.h in HV
devicemodel/include/public/acrn_common.h should be identical with hypervisor/include/public/acrn_common.h, so we can use a soft link to hypervisor's acrn_common.h for devicemodel. Tracked-On: #2851 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
This commit is contained in:
committed by
wenlingz
parent
06761102a8
commit
c55308bd3d
@@ -351,8 +351,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