acrn-hypervisor/hypervisor/include
Junjie Mao ad73bb511c HV: treewide: unify the type of bit-field members
Qualified or unqualified int or bool are the only types allowed for bit-field
members in C99, and MISRA C further forbids using plain int.

Use uint32_t (which is equivalent to unsigned int) for all bit-field members.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-23 10:23:49 +08:00
..
arch/x86 HV: treewide: unify the type of bit-field members 2018-07-23 10:23:49 +08:00
common hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
debug hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
lib HV: handle integral issues as MISRA-C report 2018-07-20 10:39:46 +08:00
public HV: hypercall: revisit types in structure parameters 2018-07-19 14:38:15 +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: mmu: revisit mmu modify page table attributes 2018-07-19 11:11:32 +08:00