qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] target/sh4: system emulation improvement
@ 2017-05-16 22:47 Aurelien Jarno
  2017-05-16 22:47 ` [Qemu-devel] [PATCH 1/5] target/sh4: log unauthorized accesses using qemu_log_mask Aurelien Jarno
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Aurelien Jarno @ 2017-05-16 22:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

This patch series fix two issues with the SH4 system emulation:
- reboot does not work when using -kernel and -initrd
- the RTE instruction is not correctly emulated in some very rare
  cases, causing userland processes to receive a segmentation fault.

Aurelien Jarno (5):
  target/sh4: log unauthorized accesses using qemu_log_mask
  target/sh4: fix reset when using a kernel and an initrd
  target/sh4: introduce DELAY_SLOT_MASK
  target/sh4: ignore interrupts in a delay slot
  target/sh4: fix RTE instruction delay slot

 target/sh4/cpu.h       | 12 ++++++++++--
 target/sh4/helper.c    | 28 ++++++++++++++++++++++------
 target/sh4/translate.c | 25 ++++++++++++++-----------
 3 files changed, 46 insertions(+), 19 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-05-24 23:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 22:47 [Qemu-devel] [PATCH 0/5] target/sh4: system emulation improvement Aurelien Jarno
2017-05-16 22:47 ` [Qemu-devel] [PATCH 1/5] target/sh4: log unauthorized accesses using qemu_log_mask Aurelien Jarno
2017-05-17  1:01   ` Philippe Mathieu-Daudé
2017-05-24 22:51   ` Richard Henderson
2017-05-16 22:47 ` [Qemu-devel] [PATCH 2/5] target/sh4: fix reset when using a kernel and an initrd Aurelien Jarno
2017-05-24 22:52   ` Richard Henderson
2017-05-16 22:47 ` [Qemu-devel] [PATCH 3/5] target/sh4: introduce DELAY_SLOT_MASK Aurelien Jarno
2017-05-17  1:04   ` Philippe Mathieu-Daudé
2017-05-24 22:52   ` Richard Henderson
2017-05-16 22:47 ` [Qemu-devel] [PATCH 4/5] target/sh4: ignore interrupts in a delay slot Aurelien Jarno
2017-05-17  1:05   ` Philippe Mathieu-Daudé
2017-05-24 22:52   ` Richard Henderson
2017-05-16 22:47 ` [Qemu-devel] [PATCH 5/5] target/sh4: fix RTE instruction " Aurelien Jarno
2017-05-24 23:11   ` Richard Henderson

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).