This series adds support for blkio.weight_device.
changes from v2:
- fix the compatibility issue of TYPED_STRING with old clients
and old servers
- modify XML format for weight_device as danp suggested
Hu Tao (2):
Add VIR_TYPED_PARAM_STRING
add interface for blkio.weight_device
daemon/remote.c | 22 +++++
include/libvirt/libvirt.h.in | 14 +++-
src/conf/domain_conf.c | 114 ++++++++++++++++++++++++-
src/conf/domain_conf.h | 16 ++++
src/libvirt_private.syms | 1 +
src/qemu/qemu_cgroup.c | 22 +++++
src/qemu/qemu_driver.c | 191 +++++++++++++++++++++++++++++++++++++++++-
src/remote/remote_driver.c | 17 ++++
src/remote/remote_protocol.x | 2 +
src/remote_protocol-structs | 2 +
src/util/cgroup.c | 33 +++++++
src/util/cgroup.h | 3 +
tools/virsh.c | 52 ++++++++++--
tools/virsh.pod | 5 +-
14 files changed, 479 insertions(+), 15 deletions(-)
--
1.7.3.1