From: Tero Kaarlela <tero.kaarlela@kotinet.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Qemu PPC LE mode problems...
Date: Mon, 04 Jul 2005 23:23:42 +0300 [thread overview]
Message-ID: <42C99ACE.1010509@kotinet.com> (raw)
Hi,
I have been trying to find out what is problem with changing
system-ppc to Little-endian here I have taken two examples from qemu
debug logs:
Example 1:
IN: MSR state here is (MSR 0000000000012030)
0x00100860: stb r24,0(r26)
0x00100864: rfi
IN: MSR state here is(MSR 0000000000002031)
0x00100868: addi r0,r1,312
.....(Palindromic inst 38 01 01 38 before executing LE code)
0x001008a4: addi r0,r1,312
0x001008a8: mr r3,r11
0x001008ac: mr r4,r12
0x001008b0: bl 001016FC
Example 2:
IN: MSR state here is (MSR 0000000000012030)
0x00100a88: stb r24,0(r26)
0x00100a8c: rfi
invalid/unsupported opcode: 1e - 1e - 11 (7863847d) 0x00100ad0 1
IN:
0x00100a90: addi r0,r1,312 MSR state here is(MSR 0000000000002031)
.....(Palindromic inst 38 01 01 38 before executing LE code)
0x00100acc: addi r0,r1,312
0x00100ad0: .long 0x7863847d
To me these look just like the same and I cant understand why example 2
crashes. I have used a hex editor and checked that next 4 instructions
in both are exactly same(Its easy to do since this is a PREP boot file).
reply other threads:[~2005-07-04 20:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42C99ACE.1010509@kotinet.com \
--to=tero.kaarlela@kotinet.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).