Files
acrn-hypervisor/hypervisor/arch/x86/guest
Peter Fang 70b1218952 hv: pm: support shutting down multiple VMs when pCPUs are shared
More than one VM may request shutdown on the same pCPU before
shutdown_vm_from_idle() is called in the idle thread when pCPUs are
shared among VMs.

Use a per-pCPU bitmap to store all the VMIDs requesting shutdown.

v1 -> v2:
- use vm_lock to avoid a race on shutdown

Tracked-On: #5411
Signed-off-by: Peter Fang <peter.fang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-11-04 10:33:31 +08:00
..
2020-01-14 10:21:23 +08:00
2020-06-19 16:13:20 +08:00
2020-07-23 20:15:57 +08:00
2019-07-19 16:47:06 +08:00
2020-11-02 15:56:30 +08:00
2020-06-18 14:05:56 +08:00
2019-05-07 09:10:13 +08:00
2020-02-25 09:08:14 +08:00