qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target/arm: Fix aarch64 illegal opcode exceptions
@ 2019-08-26 15:15 Richard Henderson
  2019-08-26 15:15 ` [Qemu-devel] [PATCH 1/2] Revert "target/arm: Use unallocated_encoding for aarch32" Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Richard Henderson @ 2019-08-26 15:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent.desnogues, peter.maydell

As Laurent pointed out, gen_exception_insn is very different
between aarch64 and aarch32, so we shouldn't accidentally
redirect one to the other.


r~


Richard Henderson (2):
  Revert "target/arm: Use unallocated_encoding for aarch32"
  target/arm: Factor out unallocated_encoding for aarch32

 target/arm/translate-a64.h | 2 ++
 target/arm/translate.h     | 2 --
 target/arm/translate-a64.c | 7 +++++++
 target/arm/translate.c     | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-27 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-26 15:15 [Qemu-devel] [PATCH 0/2] target/arm: Fix aarch64 illegal opcode exceptions Richard Henderson
2019-08-26 15:15 ` [Qemu-devel] [PATCH 1/2] Revert "target/arm: Use unallocated_encoding for aarch32" Richard Henderson
2019-08-27 10:37   ` Laurent Desnogues
2019-08-26 15:15 ` [Qemu-devel] [PATCH 2/2] target/arm: Factor out unallocated_encoding for aarch32 Richard Henderson
2019-08-27 10:38   ` Laurent Desnogues
2019-08-27 12:51 ` [Qemu-devel] [PATCH 0/2] target/arm: Fix aarch64 illegal opcode exceptions Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).