From: Gerd Hoffmann <kraxel@redhat.com>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel@nongnu.org, xen-devel@lists.xensource.com
Subject: [Qemu-devel] Re: [Xen-devel] [PATCH 0/7] merge some xen bits into qemu
Date: Wed, 29 Oct 2008 10:08:22 +0100 [thread overview]
Message-ID: <49082806.8060208@redhat.com> (raw)
In-Reply-To: <20081029000457.GA11034@const.famille.thibault.fr>
Samuel Thibault wrote:
> Gerd Hoffmann, le Tue 28 Oct 2008 13:23:35 +0100, a écrit :
>> the framebuffer handles a restart cycle correctly
>> (i.e. pvgrub in graphical mode actually works).
>
> Did you also try to check whether it could perhaps fix xen bug #1365?
Chances are pretty good it does. I've seen qemu-dm crash too, although
it isn't 100% clear from the description it is actually the same bug.
With my fb backend code in place I can boot the domain, connect with a
vnc client, see the pvgrub boot menu (framebuffer mode), interactively
select a kernel, then watch the guest os come up in framebuffer mode.
This all with correct screen display and without qemu-dm crashing along
the way.
cheers,
Gerd
WARNING: multiple messages have this Message-ID (diff)
From: Gerd Hoffmann <kraxel@redhat.com>
To: Samuel Thibault <samuel.thibault@ens-lyon.org>,
Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel@nongnu.org, xen-devel@lists.xensource.com
Subject: Re: [PATCH 0/7] merge some xen bits into qemu
Date: Wed, 29 Oct 2008 10:08:22 +0100 [thread overview]
Message-ID: <49082806.8060208@redhat.com> (raw)
In-Reply-To: <20081029000457.GA11034@const.famille.thibault.fr>
Samuel Thibault wrote:
> Gerd Hoffmann, le Tue 28 Oct 2008 13:23:35 +0100, a écrit :
>> the framebuffer handles a restart cycle correctly
>> (i.e. pvgrub in graphical mode actually works).
>
> Did you also try to check whether it could perhaps fix xen bug #1365?
Chances are pretty good it does. I've seen qemu-dm crash too, although
it isn't 100% clear from the description it is actually the same bug.
With my fb backend code in place I can boot the domain, connect with a
vnc client, see the pvgrub boot menu (framebuffer mode), interactively
select a kernel, then watch the guest os come up in framebuffer mode.
This all with correct screen display and without qemu-dm crashing along
the way.
cheers,
Gerd
next prev parent reply other threads:[~2008-10-29 9:09 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-28 12:23 [Qemu-devel] [PATCH 0/7] merge some xen bits into qemu Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 1/7] xen: groundwork for xen support Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 2/7] xen: backend driver core Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 3/7] xen: add console backend driver Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 17:16 ` [Qemu-devel] " Blue Swirl
2008-10-28 17:16 ` Blue Swirl
2008-10-29 10:53 ` [Qemu-devel] " Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 4/7] xen: add framebuffer " Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 5/7] xen: add block device " Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 6/7] xen: add net " Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 12:23 ` [Qemu-devel] [PATCH 7/7] xen: blk & nic configuration via cmd line Gerd Hoffmann
2008-10-28 12:23 ` Gerd Hoffmann
2008-10-28 14:34 ` [Qemu-devel] Re: [Xen-devel] [PATCH 0/7] merge some xen bits into qemu Ian Jackson
2008-10-28 14:34 ` Ian Jackson
2008-10-28 15:11 ` [Qemu-devel] Re: [Xen-devel] " Anthony Liguori
2008-10-28 15:11 ` [Qemu-devel] " Anthony Liguori
2008-10-28 18:31 ` [Qemu-devel] Re: [Xen-devel] " Ian Jackson
2008-10-28 18:31 ` [Qemu-devel] " Ian Jackson
2008-10-28 18:32 ` [Qemu-devel] Re: [Xen-devel] " Ian Jackson
2008-10-28 18:32 ` [Qemu-devel] " Ian Jackson
2008-10-28 21:15 ` [Qemu-devel] Re: [Xen-devel] " Gerd Hoffmann
2008-10-28 21:15 ` [Qemu-devel] " Gerd Hoffmann
2008-10-28 15:53 ` [Qemu-devel] Re: [Xen-devel] " Gerd Hoffmann
2008-10-28 15:53 ` Gerd Hoffmann
2008-10-28 16:43 ` [Qemu-devel] Re: [Xen-devel] " Markus Armbruster
2008-10-28 16:43 ` Markus Armbruster
2008-10-29 0:04 ` [Qemu-devel] Re: [Xen-devel] " Samuel Thibault
2008-10-29 0:04 ` Samuel Thibault
2008-10-29 9:08 ` Gerd Hoffmann [this message]
2008-10-29 9:08 ` Gerd Hoffmann
2008-10-30 12:07 ` [Qemu-devel] Re: [Xen-devel] " Ian Jackson
2008-10-30 12:07 ` Ian Jackson
2008-10-30 14:04 ` [Qemu-devel] Re: [Xen-devel] " Gerd Hoffmann
2008-10-30 14:04 ` Gerd Hoffmann
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=49082806.8060208@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=samuel.thibault@ens-lyon.org \
--cc=xen-devel@lists.xensource.com \
/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.