acrn-hypervisor/hypervisor/arch/x86/guest
Kaige Fu c27e25052b HV: instr_emul: Move op_byte from vie_op to instr_emul_vie
one/two_byte_opcodes is indexed by op_byte. So vie_op->op_byte is unnecessary.
This patch remove it and add a new variable opcode to instr_emul_vie.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-03 13:05:12 +08:00
..
guest.c HV: Rename functions, variables starting with "_" 2018-08-03 12:49:01 +08:00
instr_emul_wrapper.c HV: Rename functions, variables starting with "_" 2018-08-03 12:49:01 +08:00
instr_emul_wrapper.h HV: instr_emul: Move op_byte from vie_op to instr_emul_vie 2018-08-03 13:05:12 +08:00
instr_emul.c HV: instr_emul: Move op_byte from vie_op to instr_emul_vie 2018-08-03 13:05:12 +08:00
instr_emul.h HV: instr_emul: Using size2mask array directly 2018-08-03 13:05:12 +08:00
pm.c hv:Rename port/mmio read and write APIs 2018-08-02 14:03:38 +08:00
ucode.c HV: Bracket for the same level of precendence 2018-07-24 10:10:39 +08:00
vcpu.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
vioapic.c hv:fix return value violation for vioapic_get_rte 2018-08-02 14:47:43 +08:00
vlapic_priv.h HV:VLAPIC:add suffix "_fn" for function pointer 2018-07-31 10:33:22 +08:00
vlapic.c hv:Replace 0(cpu_id) with BOOT_CPU_ID 2018-08-03 11:27:52 +08:00
vm.c hv: add vm restart API 2018-08-02 13:14:03 +08:00
vmcall.c hv: add vm restart API 2018-08-02 13:14:03 +08:00
vmsr.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
vpic.c HV:treewide:rename enum vpic_wire_mode, stack_canary, segment_override, pde_index 2018-07-31 11:20:21 +08:00