acrn-hypervisor/hypervisor/arch/x86/guest
Huihuang Shi 0ccd74b947 HV:modified vm_description and vm_hw_info memebers' type
transfer num_vcpus,exp_num_vcpus to uint16_t.
transfer vm_hw_num_cores to uint16_t.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-10 12:42:22 +08:00
..
guest.c HV:modified vm_description and vm_hw_info memebers' type 2018-07-10 12:42:22 +08:00
instr_emul_wrapper.c HV: instr_emul: Rename emul_cnx to emul_ctxt 2018-07-09 09:27:42 +08:00
instr_emul_wrapper.h HV: instr_emul: Rename emul_cnx to emul_ctxt 2018-07-09 09:27:42 +08:00
instr_emul.c HV: Avoiding assignment opperation inside macro 2018-07-10 11:47:45 +08:00
instr_emul.h HV: instr_emul: enforce unsignedness when possible 2018-07-05 13:14:07 +08:00
pm.c hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
ucode.c HV: Avoiding the chained assignment 2018-07-10 11:49:50 +08:00
vcpu.c hv:fix "missing for discarded return value" for memset 2018-07-05 14:14:48 +08:00
vioapic.c HV:modified vm_description and vm_hw_info memebers' type 2018-07-10 12:42:22 +08:00
vlapic_priv.h hv:merge struct lapic and lapic_regs to lapic_regs 2018-07-02 10:49:14 +08:00
vlapic.c HV:modified vm_description and vm_hw_info memebers' type 2018-07-10 12:42:22 +08:00
vm.c HV:modified vm_description and vm_hw_info memebers' type 2018-07-10 12:42:22 +08:00
vmcall.c HV: Make all trace event prefix consist with TRACE 2018-07-02 10:46:41 +08:00
vmsr.c hv:fix "missing for discarded return value" for memset 2018-07-05 14:14:48 +08:00
vpic.c HV:treewide:Update return type of function ffs64 and ffz64 2018-07-02 15:11:22 +08:00