[libvirt] [PATCH v3 0/5] qemu: add PCI bridge support

Ján Tomko jtomko at redhat.com
Thu Apr 25 11:43:22 UTC 2013


On 04/22/2013 08:43 PM, Ján Tomko wrote:
> Add new 'pci' controller type with two models:
> pci-root - auto-added to machines with implicit pci bus
> pci-bridge - auto-added if the devices would not leave
> at least one slot empty on bus 0 or bus >0 is specified
> 
> v3:
> moved the implicit PCI root addition to qemu's post parse
> callback,
> added an xml -> xml test and schema validation
> rewrote implicit controller removal and search for free slots
> check for multiple pci controllers with the same index
> added documentation
> 
> Ján Tomko (4):
>   qemu: call post-parse callbacks when parsing command line too
>   conf: add PCI controllers
>   qemu: auto-add pci-root controller for pc machine types
>   qemu: auto-add bridges and allow using them
> 
> liguang (1):
>   qemu: build command line for pci-bridge device
> 

I've pushed patches 1-5 and sent another version
of patch 6 - "conf: reject controllers with duplicate indexes" separately.

Thank you for your reviews.

Jan




More information about the libvir-list mailing list