acrn-hypervisor/hypervisor/include
Mingqiang Chi c691c5bd3c hv:add volatile keyword for some variables
pcpu_active_bitmap was read continuously in wait_pcpus_offline(),
acrn_vcpu->running was read continuously in pause_vcpu(),
add volatile keyword to ensure that such accesses are not
optimised away by the complier.

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2019-09-10 11:26:35 +08:00
..
arch/x86 hv:add volatile keyword for some variables 2019-09-10 11:26:35 +08:00
common hv: schedule: minor fix about the return type of need_offline 2019-07-17 09:20:54 +08:00
debug hv: uart: enable early boot uart 2019-07-26 09:10:06 +08:00
dm hv:tiny cleanup 2019-09-05 09:58:47 +08:00
hw hv: vpci: refine init_vdevs 2019-08-06 11:51:02 +08:00
lib hv: add ACPI support for pre-launched VMs 2019-08-29 10:12:25 +08:00
public HV: add kata support on sdc scenario 2019-07-12 16:34:31 +08:00