mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-31 03:15:42 +00:00
This is the final cleanup of the integral type related issues, reported by the static checker, under common/, mostly including * make explicit the narrowings of vm_ids passed by register. * work around the confusion of the static checker by abstracting sub-expressions to local variables. The remaining reports that are not trivial to suppress will be in the scope of a separate document. v1 -> v2: * Instead of converting vm_ids inside hcall_xxx, update the prototypes of these functions and do the conversion in vmcall_vmexit_handler. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
guest.c | ||
instr_emul_wrapper.c | ||
instr_emul_wrapper.h | ||
instr_emul.c | ||
instr_emul.h | ||
pm.c | ||
ucode.c | ||
vcpu.c | ||
vioapic.c | ||
vlapic_priv.h | ||
vlapic.c | ||
vm.c | ||
vmcall.c | ||
vmsr.c | ||
vpic.c |