Re: [libvirt] [PATCH 5/5] blkiotune: add qemu support for blkiotune.device_weight

2011-11-14 Thread Eric Blake
On 11/08/2011 06:05 AM, Stefan Berger wrote: On 11/08/2011 06:00 AM, Hu Tao wrote: Implement setting/getting per-device blkio weights in qemu, using the cgroups blkio.weight_device tunable. --- src/libvirt_private.syms |1 + src/qemu/qemu_cgroup.c | 22 +

Re: [libvirt] [PATCH 5/5] blkiotune: add qemu support for blkiotune.device_weight

2011-11-08 Thread Stefan Berger
On 11/08/2011 06:00 AM, Hu Tao wrote: Implement setting/getting per-device blkio weights in qemu, using the cgroups blkio.weight_device tunable. --- src/libvirt_private.syms |1 + src/qemu/qemu_cgroup.c | 22 + src/qemu/qemu_driver.c | 216