[libvirt] [PATCH 2/2] qemu: Support booting from hostdev PCI devices

Jiri Denemark jdenemar at redhat.com
Thu Feb 3 20:19:55 UTC 2011


> > +++ b/src/qemu/qemu_capabilities.h
> > @@ -87,6 +87,7 @@ enum qemuCapsFlags {
> >      QEMUD_CMD_FLAG_HDA_DUPLEX    = (1LL << 50), /* -device hda-duplex */
> >      QEMUD_CMD_FLAG_DRIVE_AIO     = (1LL << 51), /* -drive aio= supported */
> >      QEMUD_CMD_FLAG_PCI_MULTIBUS  = (1LL << 52), /* bus=pci.0 vs bus=pci */
> > +    QEMUD_CMD_FLAG_PCI_BOOTINDEX = (1LL << 53), /* pci-assign.bootindex */
> 
> Boy, this file has been hot lately!  (note to self, I get to rebase this
> line for smartcard yet again).

Yeah. I'm planning to convert this into virBitmap soon before we reach 64th
flag.

Jirka




More information about the libvir-list mailing list