acrn-hypervisor/hypervisor/include
Mingqiang Chi a67a85c70d hv:refine vm & vcpu lock
-- move vm_state_lock to other place in vm structure
   to avoid the memory waste because of the page-aligned.
-- remove the memset from create_vm
-- explicitly set max_emul_mmio_regions and vcpuid_entry_nr to 0
   inside create_vm to avoid use without initialization.
-- rename max_emul_mmio_regions to nr_emul_mmio_regions
v1->v2:
   add deinit_emul_io in shutdown_vm

Tracked-On: #4958
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Grandhi, Sainath <sainath.grandhi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-08-05 13:39:28 +08:00
..
arch/x86 hv:refine vm & vcpu lock 2020-08-05 13:39:28 +08:00
common HV: add VM uuid and type for pre-launched RTVM 2020-07-23 21:58:32 +08:00
debug HV: correct ept page array usage 2020-03-12 14:56:34 +08:00
dm hv:refine vm & vcpu lock 2020-08-05 13:39:28 +08:00
hw HV: vdev passthough hidding SRIOV 2020-07-16 17:27:18 +08:00
lib HV: enable multiboot module string as kernel bootargs 2020-06-08 13:30:04 +08:00
public hv: mmio_dev: add hypercall to support mmio device pass through 2020-07-23 20:13:20 +08:00