Kernel KVM virtualization development
 help / color / mirror / Atom feed
* [PATCH] boot=on option is missing in qemu-options.hx. Libvirt needs this information.
@ 2009-04-07 21:22 Volker Rümelin
  0 siblings, 0 replies; only message in thread
From: Volker Rümelin @ 2009-04-07 21:22 UTC (permalink / raw)
  To: kvm

Libvirt parses qemu-kvm -help output for boot=on. Without this it's not possible to boot from a virtio block device.

--- kvm-85rc3/qemu/qemu-options.hx.org
+++ kvm-85rc3/qemu/qemu-options.hx
@@ -77,6 +77,7 @@
     "-drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i]\n"
     "       [,cyls=c,heads=h,secs=s[,trans=t]][,snapshot=on|off]\n"
     "       [,cache=writethrough|writeback|none][,format=f][,serial=s]\n"
+    "       [,boot=on|off]\n"
     "                use 'file' as a drive image\n")
 STEXI
 @item -drive @var{option}[,@var{option}[,@var{option}[,...]]]
@@ -111,6 +112,9 @@
 an untrusted format header.
 @item serial=@var{serial}
 This option specifies the serial number to assign to the device.
+@item boot=@var{boot}
+@var{boot} if "on" enables extboot for a given drive so it can be used 
+as a boot drive.
 @end table

 By default, writethrough caching is used for all block device.  This means that
@@ -163,6 +167,11 @@
 qemu -drive file=file,if=scsi,bus=0,unit=6
 @end example

+To boot from as SCSI disk, one would use:
+@example
+qemu -drive file=file,if=scsi,boot=on
+@end example
+
 Instead of @option{-fda}, @option{-fdb}, you can use:
 @example
 qemu -drive file=file,index=0,if=floppy


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-07 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 21:22 [PATCH] boot=on option is missing in qemu-options.hx. Libvirt needs this information Volker Rümelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox