[libvirt] [PATCH 1/5] qemu: turn qemuDomainPCIAddressBus into a struct

Daniel P. Berrange berrange at redhat.com
Tue Jul 23 15:22:10 UTC 2013


On Tue, Jul 23, 2013 at 10:44:51AM -0400, Laine Stump wrote:
> qemuDomainPCIAddressBus was an array of QEMU_PCI_ADDRESS_SLOT_LAST
> uint8_t's, which worked fine as long as every PCI bus was
> identical. In the future, some PCI busses will allow connecting PCI
> devices, and some will allow PCIe devices; also some will only allow
> connection of a single device, while others will allow connecting 31
> devices.
> 
> In order to keep track of that information for each bus, we need to
> turn qemuDomainPCIAddressBus into a struct, for now with just one
> member:
> 
>    uint8_t slots[QEMU_PCI_ADDRESS_SLOT_LAST];
> 
> Additional members will come in later patches.
> 
> The item in qemuDomainPCIAddresSet that contains the array of
> qemuDomainPCIAddressBus is now called "buses" to be more consistent
> with the already existing "nbuses" (and with the new "slots" array).
> ---
>  src/qemu/qemu_command.c | 47 ++++++++++++++++++++++++-----------------------
>  1 file changed, 24 insertions(+), 23 deletions(-)

ACK, no functional change here.


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list