From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kv734-0002LS-91 for qemu-devel@nongnu.org; Wed, 29 Oct 2008 05:09:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kv72z-0002K4-ST for qemu-devel@nongnu.org; Wed, 29 Oct 2008 05:09:04 -0400 Received: from [199.232.76.173] (port=53721 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kv72z-0002Je-1B for qemu-devel@nongnu.org; Wed, 29 Oct 2008 05:09:01 -0400 Received: from mx2.redhat.com ([66.187.237.31]:34003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kv72x-0001CM-Um for qemu-devel@nongnu.org; Wed, 29 Oct 2008 05:09:00 -0400 Message-ID: <49082806.8060208@redhat.com> Date: Wed, 29 Oct 2008 10:08:22 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1225196622-14164-1-git-send-email-kraxel@redhat.com> <20081029000457.GA11034@const.famille.thibault.fr> In-Reply-To: <20081029000457.GA11034@const.famille.thibault.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [Xen-devel] [PATCH 0/7] merge some xen bits into qemu Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Samuel Thibault , Gerd Hoffmann , qemu-devel@nongnu.org, xen-devel@lists.xensource.com Samuel Thibault wrote: > Gerd Hoffmann, le Tue 28 Oct 2008 13:23:35 +0100, a =E9crit : >> the framebuffer handles a restart cycle correctly >> (i.e. pvgrub in graphical mode actually works). >=20 > 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