From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ml5ye-0003MU-Pt for qemu-devel@nongnu.org; Tue, 08 Sep 2009 15:03:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ml5ya-0003Ly-8C for qemu-devel@nongnu.org; Tue, 08 Sep 2009 15:03:40 -0400 Received: from [199.232.76.173] (port=60852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ml5ya-0003Lv-2P for qemu-devel@nongnu.org; Tue, 08 Sep 2009 15:03:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ml5yZ-0004V2-EL for qemu-devel@nongnu.org; Tue, 08 Sep 2009 15:03:35 -0400 Message-ID: <4AA6AA7F.7060005@redhat.com> Date: Tue, 08 Sep 2009 21:03:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 0/2] port over extboot from kvm References: <1252401463-3249-1-git-send-email-kraxel@redhat.com> <4AA6607C.4050505@siemens.com> <4AA668A2.1080801@redhat.com> <4AA66CCF.3040302@siemens.com> <4AA66FBC.5080502@redhat.com> <4AA6831F.6070501@siemens.com> <4AA69095.5070200@codemonkey.ws> In-Reply-To: <4AA69095.5070200@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "libvir-list@redhat.com" , Jan Kiszka , "qemu-devel@nongnu.org" On 09/08/09 19:12, Anthony Liguori wrote: >> I'm still not convinced we need extboot for all bioses on the long term. >> And I think we should define new interfaces in a way that finally makes >> it obsolete, at least for our "home bios" (whatever it will be). > > What we won't need long term is the extboot interface (hw/extboot.c). > Ideally, we would rewrite the extboot option rom to have a proper > virtio-blk driver in it. Better yet, to finish up Laurent's work of > adding virtio-blk support to gpxe since it gives us bcv for free. That doesn't cover booting from scsi. It also doesn't cover booting from usb. cheers, Gerd