]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
blkiotune: add qemu support for blkiotune.device_weight
authorHu Tao <hutao@cn.fujitsu.com>
Tue, 8 Nov 2011 11:00:34 +0000 (19:00 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 29 Nov 2011 19:26:21 +0000 (12:26 -0700)
commit93ab58595dd7d5cf7c037bc1569251f4f891053c
treef3d6ddb3e2f661f85b1fec4bbe7d60e361c91bb9
parent6ac81c8ec861399a8195abbdfbf4588521fc84ba
blkiotune: add qemu support for blkiotune.device_weight

Implement setting/getting per-device blkio weights in qemu,
using the cgroups blkio.weight_device tunable.
src/libvirt_private.syms
src/qemu/qemu_cgroup.c
src/qemu/qemu_driver.c
src/util/cgroup.c
src/util/cgroup.h
tests/qemuxml2argvdata/qemuxml2argv-blkiotune-device.args [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c