[libvirt] [PATCH 0/2] Add ability to set specific IOThread scheduler quota/period

John Ferlan jferlan at redhat.com
Mon Jul 25 21:42:41 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1356937


John Ferlan (2):
  conf: Add IOThread quota and period scheduler/cputune defs
  qemu: Add support to get/set IOThread period and quota cgroup values

 docs/formatdomain.html.in                          |  25 ++++
 docs/schemas/domaincommon.rng                      |  10 ++
 include/libvirt/libvirt-domain.h                   |  32 ++++++
 src/conf/domain_conf.c                             |  42 +++++++
 src/conf/domain_conf.h                             |   2 +
 src/qemu/qemu_command.c                            |   3 +-
 src/qemu/qemu_driver.c                             | 127 ++++++++++++++++++++-
 src/qemu/qemu_process.c                            |   4 +-
 tests/qemuxml2argvdata/qemuxml2argv-cputune.xml    |   2 +
 .../qemuxml2xmloutdata/qemuxml2xmlout-cputune.xml  |   2 +
 tools/virsh.pod                                    |   9 +-
 11 files changed, 249 insertions(+), 9 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list