]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: Don't allow setting 'group_name' alone
authorPeter Krempa <pkrempa@redhat.com>
Fri, 17 Mar 2017 08:26:17 +0000 (09:26 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 17 Mar 2017 10:12:33 +0000 (11:12 +0100)
commit8aef3827d364ab1f1358f878d5fb6a3fea2e37fd
tree7c5fa4608e17d60d726698899d6b789a2f3f0422
parent70f09112783c5bca1ab44be90dc1c7aa27cd2408
qemu: command: Don't allow setting 'group_name' alone

The disk tuning group parameter is ignored by qemu if no other
throttling options are set. Reject such configuration, since the name
would not be honored after setting parameters via the live tuning API.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1433180
src/qemu/qemu_command.c