[libvirt] [PATCH v2 3/4] qemu: Support per-device boot ordering

Eric Blake eblake at redhat.com
Fri Jan 14 18:41:58 UTC 2011


On 01/14/2011 10:04 AM, Jiri Denemark wrote:
> Support for this is included in qemu and seabios from upstream git.
> 
> ---
> Notes:
>     Version 2:
>     - support for floppy devices
>     - rebased on top of Eric's capabilities changes

> diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
> index 8057479..e9e2da0 100644
> --- a/src/qemu/qemu_capabilities.h
> +++ b/src/qemu/qemu_capabilities.h
> @@ -83,6 +83,7 @@ enum qemuCapsFlags {
>      QEMUD_CMD_FLAG_SPICE         = (1LL << 46), /* Is -spice avail */
>      QEMUD_CMD_FLAG_VGA_NONE      = (1LL << 47), /* The 'none' arg for '-vga' */
>      QEMUD_CMD_FLAG_MIGRATE_QEMU_FD = (1LL << 48), /* -incoming fd:n */
> +    QEMUD_CMD_FLAG_BOOTINDEX     = (1LL << 49), /* -device bootindex property */

Lots of us wanting to touch this file lately - whoever commits second
better remember to resolve the conflict correctly :)

Overall, looks good to me (unless I'm overlooking something about qemu
behavior that Dan is more familiar with).

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110114/694419b4/attachment-0001.sig>


More information about the libvir-list mailing list