From: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
To: Richard Henderson <rth@twiddle.net>,
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
qemu-devel <qemu-devel@nongnu.org>,
"qemu-ppc@nongnu.org" <qemu-ppc@nongnu.org>
Subject: Re: [Qemu-devel] qemu-system-ppc TCG assert with git master
Date: Thu, 12 Mar 2015 16:51:24 +0000 [thread overview]
Message-ID: <5501C40C.5040502@mail.uni-paderborn.de> (raw)
In-Reply-To: <5501B393.70200@twiddle.net>
On 03/12/2015 03:41 PM, Richard Henderson wrote:
> On 03/12/2015 01:41 AM, Mark Cave-Ayland wrote:
>> Whilst testing git master in preparation for some OpenBIOS updates, I'm
>> seeing the following TCG assert in one of my older test images:
>>
>>
>> $ gdb --args ./qemu-system-ppc -cdrom
>> /home/build/src/qemu/image/ppc/ubuntu-5.10-live-powerpc.iso -boot d -g
>> 800x600x8
> Older, eh? I can only find 5.04. ;-)
>
> And, fwiw, that doesn't assert. I get all the way to
>
> Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(1,0)
>
> So, I guess I need something different to
>
> http://cdimage.ubuntu.com/ubuntu-mate/daily-live/current/vivid-desktop-powerpc.iso
>
> to reproduce this.
>
>
>
> r~
>
Hi Richard,
I can reproduce it fine here with
http://old-releases.ubuntu.com/releases/5.10/.
As far as I see it, the Instruction at 0xc9105830 generates a mov 0 to
r30, which is optimized by tcg_opt_gen_mov and r30 is set to
TCG_TEMP_CONST. When 0xc9105838 or r0, r30, r30 should be optimized r30
is already in the state TCG_TEMP_CONST and the assert fails.
Cheers,
Bastian
next prev parent reply other threads:[~2015-03-12 15:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-12 8:41 [Qemu-devel] qemu-system-ppc TCG assert with git master Mark Cave-Ayland
2015-03-12 10:30 ` Mark Cave-Ayland
2015-03-12 14:55 ` Bastian Koppelmann
2015-03-12 23:34 ` Mark Cave-Ayland
2015-03-12 15:41 ` Richard Henderson
2015-03-12 16:51 ` Bastian Koppelmann [this message]
2015-03-12 23:38 ` Mark Cave-Ayland
2015-03-13 19:27 ` Richard Henderson
-- strict thread matches above, loose matches on Subject: below --
2015-03-12 23:49 Richard Henderson
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=5501C40C.5040502@mail.uni-paderborn.de \
--to=kbastian@mail.uni-paderborn.de \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=rth@twiddle.net \
/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).