acrn-hypervisor/hypervisor/include
Zhao Yakui e22b35e332 HV/DM: Unify the usage of aligned for structure definition with alignment
Now one macro is added to define the alignment requirement.
>#define __aligned(x) __attribute__((aligned(x)))

Some code uses the __aligned(x) to define the alignment while the other
code uses the original alignment definition.
So they are unified.

Tracked-On: projectacrn/acrn-hypervisor#2131
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-20 14:08:28 +08:00
..
arch/x86 hv: assign: change ptirq vpin source type from enum to macro 2018-12-20 13:43:47 +08:00
common hv: assign: change ptirq vpin source type from enum to macro 2018-12-20 13:43:47 +08:00
debug profiling: split profiling_vmexit_handler into two functions 2018-12-14 08:54:30 +08:00
dm hv: fix MISRA-C violations "Pointer param should be declared pointer to const." 2018-12-19 13:03:03 +08:00
lib hv: move atoi and strtol_dec to debug directory 2018-12-20 12:52:59 +08:00
public HV/DM: Unify the usage of aligned for structure definition with alignment 2018-12-20 14:08:28 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00