From: "Andreas Färber" <afaerber@suse.de>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 00/25] x86 AREG0 conversion
Date: Sat, 16 Jun 2012 15:15:39 +0200 [thread overview]
Message-ID: <4FDC86FB.4060908@suse.de> (raw)
In-Reply-To: <CAAu8pHsSpidD3p5=AQgCbfC1CA15XKXF8asT65HC8A+mbmHzeg@mail.gmail.com>
Am 16.06.2012 08:51, schrieb Blue Swirl:
> On Sat, Jun 16, 2012 at 12:59 AM, Andreas Färber <afaerber@suse.de> wrote:
>> Am 09.06.2012 18:18, schrieb Blue Swirl:
>>> v3: Rebased due to Makefile changes. If there are no objections,
>>> I'll apply this next weekend.
>>
>> If you have it on some branch to test I'll give it a whirl tomorrow.
>
> URL git://repo.or.cz/qemu/blueswirl.git
> http://repo.or.cz/r/qemu/blueswirl.git
Thanks for rebasing and pushing.
Unfortunately I'm seeing a regression booting openSUSE 12.1 64-bit GNOME
Live CD [1] with qemu-system-x86_64: It hangs after initializing the
mouse whereas on master it proceeds into the graphical installer.
Andreas
[1] http://software.opensuse.org/121/en
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-06-16 13:15 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-09 16:18 [Qemu-devel] [PATCH v3 00/25] x86 AREG0 conversion Blue Swirl
2012-06-09 16:18 ` [Qemu-devel] [PATCH 01/25] x86: prepare op_helper.c for splitting Blue Swirl
2012-06-09 16:18 ` [Qemu-devel] [PATCH 02/25] x86: avoid AREG0 for exceptions Blue Swirl
2012-06-09 16:18 ` [Qemu-devel] [PATCH 03/25] x86: split off exception handlers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 04/25] x86: avoid an extern declaration Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 05/25] x86: fix coding style in ops_sse.h Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 06/25] x86: split off FPU helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 07/25] x86: improve SSE table type safety Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 08/25] x86: avoid AREG0 for FPU helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 09/25] x86: fix coding style in helper_template.h Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 10/25] x86: split condition code and shift templates Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 11/25] x86: prepare eflags helpers for general use Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 12/25] x86: split off condition code helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 13/25] x86: avoid AREG0 for " Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 14/25] x86: split off integer helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 15/25] x86: avoid AREG0 for " Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 16/25] x86: split off SVM helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 17/25] x86: avoid AREG0 for " Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 18/25] x86: split off SMM helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 19/25] x86: avoid AREG0 for " Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 20/25] x86: split off misc helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 21/25] x86: avoid AREG0 for " Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 22/25] x86: split off memory access helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 23/25] x86: use wrappers for " Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 24/25] x86: avoid AREG0 in segmentation helpers Blue Swirl
2012-06-09 16:19 ` [Qemu-devel] [PATCH 25/25] x86: switch to AREG0 free mode Blue Swirl
2012-06-16 0:59 ` [Qemu-devel] [PATCH v3 00/25] x86 AREG0 conversion Andreas Färber
2012-06-16 6:51 ` Blue Swirl
2012-06-16 13:15 ` Andreas Färber [this message]
2012-06-16 17:56 ` Blue Swirl
2012-06-17 10:29 ` Blue Swirl
2012-06-17 12:55 ` Blue Swirl
2012-06-17 13:22 ` Andreas Färber
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=4FDC86FB.4060908@suse.de \
--to=afaerber@suse.de \
--cc=blauwirbel@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.