Re: [libvirt] [PATCH 3/6] Port QEMU driver to use USB/PCI device helpers

2009-09-02 Thread Daniel Veillard
On Tue, Sep 01, 2009 at 04:28:56PM +0100, Daniel P. Berrange wrote: * src/qemu_driver.c: Remove usbfs/sysfs iterator code and call into generic helper APIs instead when setting device permissions Yup, nice cleanup, ACK, just one thing, it would be good in 1/6 and 2/6 to detail as a

[libvirt] [PATCH 3/6] Port QEMU driver to use USB/PCI device helpers

2009-09-01 Thread Daniel P. Berrange
* src/qemu_driver.c: Remove usbfs/sysfs iterator code and call into generic helper APIs instead when setting device permissions --- src/qemu_driver.c | 107 +++-- 1 files changed, 54 insertions(+), 53 deletions(-) diff --git a/src/qemu_driver.c