qemu-e2k/target
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
..
alpha vmstate: constify VMStateField 2018-11-27 15:35:15 +01:00
arm target/arm/sve_helper: Fix compilation with clang 3.4 2018-11-28 15:31:15 +00:00
cris
hppa vmstate: constify VMStateField 2018-11-27 15:35:15 +01:00
i386 i386: hvf: Fix overrun of _decode_tbl1 2018-12-03 15:09:55 +00:00
lm32
m68k target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED 2018-11-01 12:12:24 +01:00
microblaze
mips vmstate: constify VMStateField 2018-11-27 15:35:15 +01:00
moxie
nios2
openrisc vmstate: constify VMStateField 2018-11-27 15:35:15 +01:00
ppc vmstate: constify VMStateField 2018-11-27 15:35:15 +01:00
riscv RISC-V: Respect fences for user-only emulators 2018-11-13 15:12:15 -08:00
s390x
sh4
sparc vmstate: constify VMStateField 2018-11-27 15:35:15 +01:00
tilegx
tricore
unicore32
xtensa target/xtensa: drop num_[core_]regs from dc232b/dc233c configs 2018-11-20 12:20:41 -08:00