From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9J7g-0007OD-OK for qemu-devel@nongnu.org; Tue, 04 May 2010 10:29:20 -0400 Received: from [140.186.70.92] (port=40602 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9J7f-0007Ny-BS for qemu-devel@nongnu.org; Tue, 04 May 2010 10:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9J7d-0003Rn-Tz for qemu-devel@nongnu.org; Tue, 04 May 2010 10:29:19 -0400 Received: from mail-pz0-f204.google.com ([209.85.222.204]:50211) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9J7d-0003RY-O0 for qemu-devel@nongnu.org; Tue, 04 May 2010 10:29:17 -0400 Received: by pzk42 with SMTP id 42so803912pzk.4 for ; Tue, 04 May 2010 07:29:16 -0700 (PDT) Message-ID: <4BE02F39.9010201@codemonkey.ws> Date: Tue, 04 May 2010 09:29:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] document boot option to -drive parameter References: <4BC845F302000048000934E1@sinclair.provo.novell.com> In-Reply-To: <4BC845F302000048000934E1@sinclair.provo.novell.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bruce Rogers Cc: qemu-devel@nongnu.org On 04/16/2010 12:11 PM, Bruce Rogers wrote: > The boot option is missing from the documentation for the -drive parameter. > > If there is a better way to descibe it, I'm all ears. > > Signed-off-by: Bruce Rogers > diff --git a/qemu-options.hx b/qemu-options.hx > index f4b3bfe..f0f9a7c 100644 > --- a/qemu-options.hx > +++ b/qemu-options.hx > @@ -159,6 +159,8 @@ an untrusted format header. > This option specifies the serial number to assign to the device. > @item addr=@var{addr} > Specify the controller's PCI address (if=virtio only). > +@item boot=@var{boot} > +@var{boot} is "on" or "off" and allows for booting from non-traditional interfaces, such as virtio. > @end table > > By default, writethrough caching is used for all block device. This means that > This is only in qemu-kvm.git. Regards, Anthony Liguori > > > >