acrn-hypervisor/hypervisor/arch/x86/guest
Yonghua Huang ee066a7f1c hv: fix possible buffer overflow in 'vcpu_set_eoi_exit()'
'vector' should be no greater than 0xff,else
 'eoi_exit_bitmap[]' will overflow.

Tracked-On: #1252
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-25 11:26:45 +08:00
..
guest.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
instr_emul.c HV: modularization cleanup instr_emul header file 2019-01-22 10:50:30 +08:00
pm.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
ucode.c hv: refine coding style for ucode.c 2018-12-19 09:44:42 +08:00
vcpu.c hv: fix possible buffer overflow in 'vcpu_set_eoi_exit()' 2019-01-25 11:26:45 +08:00
vcpuid.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: vlapic: remove calcvdest 2019-01-23 13:43:09 +08:00
vm.c HV: move Kconfig IOREQ_POLLING to acrn vm config 2019-01-25 10:24:18 +08:00
vmcall.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vmsr.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vmtrr.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00