qemu/target/i386
Roman Bolshakov 83ea23cd20 i386: hvf: Fix overrun of _decode_tbl1
Single opcode instructions in ff group were incorrectly processed
because an overrun of _decode_tbl1[0xff] resulted in access of
_decode_tbl2[0x0]. Thus, decode_sldtgroup was called instead of
decode_ffgroup:
  7d71: decode_sldtgroup: 1
  Unimplemented handler (7d71) for 108 (ff 0)

While at it correct maximum length for _decode_tbl2 and _decode_tbl3.

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2018-12-03 15:09:55 +00:00
..
hvf i386: hvf: Fix overrun of _decode_tbl1 2018-12-03 15:09:55 +00:00
arch_dump.c
arch_memory_mapping.c
bpt_helper.c
cc_helper_template.h
cc_helper.c
cpu-qom.h
cpu.c
cpu.h
excp_helper.c
fpu_helper.c
gdbstub.c
hax-all.c
hax-darwin.c
hax-darwin.h
hax-i386.h
hax-interface.h
hax-mem.c
hax-windows.c
hax-windows.h
helper.c
helper.h
hyperv-proto.h
hyperv-stub.c
hyperv.c
hyperv.h
int_helper.c
kvm_i386.h
kvm-stub.c
kvm.c migration: savevm: consult migration blockers 2018-11-27 15:06:14 +01:00
machine.c
Makefile.objs
mem_helper.c
misc_helper.c
monitor.c
mpx_helper.c
ops_sse_header.h
ops_sse.h
seg_helper.c
sev_i386.h
sev-stub.c
sev.c
shift_helper_template.h
smm_helper.c
svm_helper.c
svm.h
TODO
trace-events
translate.c target/i386: Generate #UD when applying LOCK to a register destination 2018-11-27 15:35:19 +01:00
whp-dispatch.h
whpx-all.c
xsave_helper.c