qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* TCG change broke MorphOS boot on sam460ex
@ 2024-02-27 16:47 BALATON Zoltan
  2024-02-27 18:15 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 10+ messages in thread
From: BALATON Zoltan @ 2024-02-27 16:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, Richard Henderson, Philippe Mathieu-Daudé

Hello,

Commit 18a536f1f8 (accel/tcg: Always require can_do_io) broke booting 
MorphOS on sam460ex (this was before 8.2.0 and I thought I've verified it 
before that release but apparently missed it back then). It can be 
reproduced with https://www.morphos-team.net/morphos-3.18.iso and 
following command:

qemu-system-ppc -M sam460ex -serial stdio -d unimp,guest_errors \
   -drive if=none,id=cd,format=raw,file=morphos-3.18.iso \
   -device ide-cd,drive=cd,bus=ide.1

before:
Invalid read at addr 0xC08001216, size 1, region '(null)', reason: rejected
Invalid read at addr 0x216, size 1, region '(null)', reason: rejected
Invalid read at addr 0x4FDF6BFB0, size 4, region '(null)', reason: rejected
Invalid write at addr 0xE10000014, size 4, region '(null)', reason: rejected
Invalid write at addr 0xE10000214, size 4, region '(null)', reason: rejected
Invalid write at addr 0xE30000014, size 4, region '(null)', reason: rejected
Invalid write at addr 0xE30000214, size 4, region '(null)', reason: rejected
8.440| sam460_i2c_write: Error while writing, sts 34
8.463|
8.463|
8.463| ABox 1.30 (2.7.2018)...

after:
Invalid read at addr 0xC08001216, size 1, region '(null)', reason: rejected
Invalid read at addr 0x216, size 1, region '(null)', reason: rejected
Invalid read at addr 0x4F0C01374, size 4, region '(null)', reason: rejected
invalid/unsupported opcode: 00 - 00 - 00 - 00 (00000000) 00c01374
Invalid read at addr 0x4F0000700, size 4, region '(null)', reason: rejected
invalid/unsupported opcode: 00 - 00 - 00 - 00 (00000000) 00000700

Not sure what it's trying to do here, maybe decompressing some code and 
then trying to execute it? Any idea what could be the problem or what to 
check further?

Regards,
BALATON Zoltan


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

end of thread, other threads:[~2024-05-28  3:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27 16:47 TCG change broke MorphOS boot on sam460ex BALATON Zoltan
2024-02-27 18:15 ` Philippe Mathieu-Daudé
2024-02-27 19:48   ` BALATON Zoltan
2024-03-21 18:41   ` BALATON Zoltan
2024-04-02 11:32     ` BALATON Zoltan
2024-04-03  5:15       ` Nicholas Piggin
2024-04-03 22:23         ` BALATON Zoltan
2024-05-27 22:23         ` BALATON Zoltan
2024-05-27 22:55           ` BALATON Zoltan
2024-05-28  3:30           ` Nicholas Piggin

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