]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add support to get/set IOThread period and quota cgroup values
authorJohn Ferlan <jferlan@redhat.com>
Mon, 25 Jul 2016 11:07:43 +0000 (07:07 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 3 Aug 2016 10:36:22 +0000 (06:36 -0400)
commite4e4d17c9c2828b3a7d2909295e724c57e60a334
tree280dc0a22826666cff510db8a13abe1ee476df9a
parent2197ea56d77ad3da2e838115eed71d2ad393a082
qemu: Add support to get/set IOThread period and quota cgroup values

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

Add support for IOThread quota/bandwidth and period parameters for non
session mode. If in session mode, then error out.  Uses all the same
places where {vcpu|emulator|global}_{period|quota} are adjusted and
adds the iothread values.
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
src/qemu/qemu_process.c