From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH 0/3] Enable Option ROM support in Guest BIOS Date: Thu, 27 Nov 2008 11:27:00 +0100 Message-ID: <492E75F4.5080304@redhat.com> References: <61563CE63B4F854986A895DA7AD3C17701FC562A@pdsmsx502.ccr.corp.intel.com> <20081125171513.GA14050@totally.trollied.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel@lists.xensource.com, "Shan, Haitao" , Keir Fraser , John Levon List-Id: xen-devel@lists.xenproject.org Hi, > Writing even a simple driver for a scsi device is a bit of a pain, so if > we can't use the real option ROM, it's probably easiest to hack in a > real simple block read/write and LUN query function into the emulated > device and then write a trivial option ROM to drive it. > Anthony Liguori started something similar to this a year or two back, > but I don't believe it was finished. It's done, named "extboot", allows booting from scsi and virtio devices (effectively any qemu block device). It sits in the kvm tree right now and will probably submitted to upstream qemu soon. cheers, Gerd