[libvirt] [PATCH v3 0/2] add blkio.weight_device support

Hu Tao hutao at cn.fujitsu.com
Fri Sep 23 06:40:08 UTC 2011


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




More information about the libvir-list mailing list