]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: allow device block I/O tuning in session mode
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 15 Aug 2014 12:35:53 +0000 (14:35 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 19 Aug 2014 12:03:11 +0000 (14:03 +0200)
commit7d9def2ec1afaf50ec680f2aadfe359cb1ba5b80
tree1a82a51425eb546aca108cbd6364ddaef324b673
parent08567572793454d25f1290f905ac1ce6ff60a9fe
qemu: allow device block I/O tuning in session mode

In commit 45ad1adb I added a nicer message for tunings that need
cgroups when unavailable (unprivileged), but I added this check for
I/O tuning of block devices, which doesn't need cgroups, because it is
done by QEMU, so let's fix that.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_driver.c