From: Paolo Bonzini <pbonzini@redhat.com>
To: Aurelien Jarno <aurelien@aurel32.net>
Cc: Stefan Weil <sw@weilnetz.de>, qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] 64-on-32 TCG broken
Date: Wed, 31 Oct 2012 15:01:49 +0100 [thread overview]
Message-ID: <50912F4D.7060500@redhat.com> (raw)
In-Reply-To: <20121031124018.GB3855@ohm.aurel32.net>
Il 31/10/2012 13:40, Aurelien Jarno ha scritto:
>>> I just tested with latest qemu-system-x86_64 on 32 bit Linux.
>>>
>>> It also hangs during boot (BIOS), so it looks like this
>>> is not a MinGW only problem.
>>>
>>> Your test with x86_64-linux-user indicates that, too.
>>>
>>> I also get the problem with TCI. Therefore I expect that any
>>> 32 bit TCG target will show it.
>>>
>>
>> It ended up to be a merge issue. The newly added special cases
>> for half-dead operations also need to be changed with the liveness
>> analysis rework.
>>
>> The attached patch fixes the issue on a 32-bit linux host. I haven't
>> tried win32 yet, maybe someone will beat me.
>>
>
> I have just been able to try, and I confirm it fixes the problem on
> win32.
Thanks! In general, do not rebase a branch unless you were able to test
the rebase fully. Use "git merge" instead. This does not apply to
people without commit access (unless they use pull requests---perhaps we
should use them more), but it is easy for you.
If you hadn't rebased the series, "git bisect" would have pointed out
that the original series worked, and that the merge was the problem.
(Yes, this is less accurate than knowing *which* patch made invalid
assumptions after the rebase. However, you can always do a temporary
rebase to find that. A linearized history doesn't say what was the
latest "master" commit on top of which you tested).
Paolo
next prev parent reply other threads:[~2012-10-31 14:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 17:53 [Qemu-devel] x86_64-softmmu broken on Windows (TCG?) Paolo Bonzini
2012-10-29 18:29 ` Aurelien Jarno
2012-10-30 8:15 ` [Qemu-devel] 64-on-32 TCG broken [was Re: x86_64-softmmu broken on Windows (TCG?)] Paolo Bonzini
2012-10-30 22:24 ` [Qemu-devel] 64-on-32 TCG broken Stefan Weil
2012-10-30 23:22 ` Aurelien Jarno
2012-10-30 23:56 ` Aurelien Jarno
2012-10-31 12:40 ` Aurelien Jarno
2012-10-31 14:01 ` Paolo Bonzini [this message]
2012-10-31 14:05 ` Peter Maydell
2012-10-31 14:08 ` Paolo Bonzini
2012-10-31 15:23 ` Aurelien Jarno
2012-10-31 17:05 ` Stefan Weil
2012-10-31 21:48 ` Aurelien Jarno
2012-11-07 13:26 ` Kirill Batuzov
2012-11-11 16:05 ` Aurelien Jarno
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=50912F4D.7060500@redhat.com \
--to=pbonzini@redhat.com \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/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).