acrn-hypervisor/hypervisor/include
Zheng, Gen 8f3b36b224 HV: add volatile declaration to pointer parameter
Add a volatile declaration to pointer parameter to avoid compiler
to optimize it by using old value saved in register instead of
accessing system memory.

Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-14 13:41:12 +08:00
..
arch/x86 HV: make cpu state table static const 2018-06-14 13:39:59 +08:00
common hv: Fix typo of trampline with trampoline 2018-06-12 15:54:16 +08:00
debug HV:treewide:C99-friendly per_cpu implementation change the per_cpu method 2018-06-05 17:09:00 +08:00
lib HV: add volatile declaration to pointer parameter 2018-06-14 13:41:12 +08:00
public HV: add bsp acpi info support 2018-06-13 15:02:03 +08:00
hv_debug.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hv_lib.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hypervisor.h HV: config: adapt to the generated config.h 2018-06-08 17:21:13 +08:00