Re: [libvirt] [PATCH 04/10] pci: Introduce virPCIDeviceIOMMUGroupIterate()

2015-12-11 Thread Andrea Bolognani
On Fri, 2015-12-04 at 09:46 +0100, Andrea Bolognani wrote: > On Thu, 2015-12-03 at 14:06 -0500, Laine Stump wrote: > > Instead of creating this new function, how about if we change > > virPCIDevice to contain a virPCIDeviceAddress rather than individual > > domain, bus, slot, and function? > > I

Re: [libvirt] [PATCH 04/10] pci: Introduce virPCIDeviceIOMMUGroupIterate()

2015-12-04 Thread Andrea Bolognani
On Thu, 2015-12-03 at 14:06 -0500, Laine Stump wrote: > On 12/02/2015 12:39 PM, Andrea Bolognani wrote: > > This is a straightforward wrapper around > > virPCIDeviceAddressIOMMUGroupIterate() that will make some code less > > awkward to write later on. > > --- > >   src/libvirt_private.syms |  1 +

Re: [libvirt] [PATCH 04/10] pci: Introduce virPCIDeviceIOMMUGroupIterate()

2015-12-03 Thread Laine Stump
On 12/02/2015 12:39 PM, Andrea Bolognani wrote: This is a straightforward wrapper around virPCIDeviceAddressIOMMUGroupIterate() that will make some code less awkward to write later on. --- src/libvirt_private.syms | 1 + src/util/virpci.c| 26 ++

[libvirt] [PATCH 04/10] pci: Introduce virPCIDeviceIOMMUGroupIterate()

2015-12-02 Thread Andrea Bolognani
This is a straightforward wrapper around virPCIDeviceAddressIOMMUGroupIterate() that will make some code less awkward to write later on. --- src/libvirt_private.syms | 1 + src/util/virpci.c| 26 ++ src/util/virpci.h| 8 ++-- 3 files changed, 33