[libvirt] [PATCH 2/2] qemu: put usb cgroup setup in common function

2013-04-29 Thread Laine Stump
The USB-specific cgroup setup had been inserted inline in qemuDomainAttachHostUsbDevice and qemuSetupCgroup, but now there is a common cgroup setup function called for all hostdevs, so it makes sens to put the usb-specific setup there and just rely on that function being called. The one thing I'm

Re: [libvirt] [PATCH 2/2] qemu: put usb cgroup setup in common function

2013-04-29 Thread Eric Blake
On 04/29/2013 02:28 PM, Laine Stump wrote: The USB-specific cgroup setup had been inserted inline in qemuDomainAttachHostUsbDevice and qemuSetupCgroup, but now there is a common cgroup setup function called for all hostdevs, so it makes sens to put the usb-specific setup there and just rely on