From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7Wl4-000088-3f for qemu-devel@nongnu.org; Mon, 09 Nov 2009 11:06:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7Wkx-00005G-E1 for qemu-devel@nongnu.org; Mon, 09 Nov 2009 11:06:20 -0500 Received: from [199.232.76.173] (port=32795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7Wkx-00004y-6u for qemu-devel@nongnu.org; Mon, 09 Nov 2009 11:06:15 -0500 Received: from mx20.gnu.org ([199.232.41.8]:46479) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7Wkw-0007h2-S9 for qemu-devel@nongnu.org; Mon, 09 Nov 2009 11:06:14 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7Wku-0006db-Kn for qemu-devel@nongnu.org; Mon, 09 Nov 2009 11:06:13 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/2] port over extboot from kvm Date: Mon, 9 Nov 2009 16:06:09 +0000 References: <1252401463-3249-1-git-send-email-kraxel@redhat.com> <4AA66730.7040901@codemonkey.ws> In-Reply-To: <4AA66730.7040901@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200911091606.09783.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann On Tuesday 08 September 2009, Anthony Liguori wrote: > Gerd Hoffmann wrote: > > $subject says pretty much everything. > > > > extboot.[cS] are a straight copy from the kvm tree. The windup in vl,c > > and hw/pc.c is done slightly different, I've added a function to lookup > > the boot drive instead of adding a new global variable. > > I think the function here is high even if the implementation is ugly. > In the past, Paul strongly objected to this. Paul, care to comment? Doesn't gpxe support virtio-blk, without requiring any additional qemu "features"? Paul