Re: [libvirt] [PATCH 01/15] Make pciDeviceList struct opaque

2009-11-04 Thread Daniel Veillard
On Tue, Nov 03, 2009 at 02:49:55PM -0500, Daniel P. Berrange wrote: * src/util/pci.c, src/util/pci.h: Make the pciDeviceList struct opaque to callers of the API. Add accessor methods for managing devices in the list * src/qemu/qemu_driver.c: Update to use APIs instead of directly

[libvirt] [PATCH 01/15] Make pciDeviceList struct opaque

2009-11-03 Thread Daniel P. Berrange
* src/util/pci.c, src/util/pci.h: Make the pciDeviceList struct opaque to callers of the API. Add accessor methods for managing devices in the list * src/qemu/qemu_driver.c: Update to use APIs instead of directly accessing pciDeviceList fields --- src/libvirt_private.syms |5 +++