acrn-hypervisor/hypervisor/include/dm
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
..
io_req.h hv:refine vm & vcpu lock 2020-08-05 13:39:28 +08:00
mmio_dev.h hv: mmio_dev: add hypercall to support mmio device pass through 2020-07-23 20:13:20 +08:00
vacpi.h hv: vapci: add tpm2 support for pre-launched vm 2020-07-23 20:13:20 +08:00
vioapic.h hv: vioapic: expose ioapic to guest unconditionally 2020-07-10 19:33:46 +08:00
vpci.h hv: vpci: a minor fix about is_zombie_vf 2020-06-21 12:07:15 +08:00
vpic.h hv: vpic: remove vm structure pointer from vpic 2020-03-31 10:57:47 +08:00
vuart.h hv: Introduce Global System Interrupt (GSI) into INTx Remapping 2020-03-25 09:36:18 +08:00