acrn-hypervisor/hypervisor/include/arch/x86/guest
Huihuang Shi aa5027a30c HV:misc:fix "signed/unsigned conversion with cast"
Signed/unsigned conversion should add cast explicitily
or change the type of them to the same.

V1->V2:Fixed the 0U to 0UL because of the mistakes.
V2->V3:remove unsed macro

Signed-off-by: HuiHuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-16 15:45:40 +08:00
..
guest_pm.h hv: trap vm0 write/read pm1a/pm1b registers 2018-06-29 00:50:01 +08:00
guest.h HV: vlapic: minimize explicit casts by adjusting types 2018-07-13 10:02:44 +08:00
ucode.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vcpu.h HV:misc:fix "signed/unsigned conversion with cast" 2018-07-16 15:45:40 +08:00
vioapic.h HV:transfer vmid's type to uint16_t 2018-07-13 14:13:38 +08:00
vlapic.h HV: vlapic: minimize explicit casts by adjusting types 2018-07-13 10:02:44 +08:00
vm.h HV:transfer vmid's type to uint16_t 2018-07-13 14:13:38 +08:00
vpic.h HV: irq: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00