]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Revert "qemu: emit error when trying to update blkiotune group_name in qemuDomainChan...
authorJán Tomko <jtomko@redhat.com>
Thu, 28 Mar 2019 13:11:23 +0000 (14:11 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 29 Mar 2019 11:54:41 +0000 (12:54 +0100)
commit21a9cb986cca8cb5d3b640a94a881392823d7f2a
tree346371a49ead7c69387feaf869c32ddfa7701851
parent24b092c404a9d44a7eae6b0b17b2af3df8ecf601
Revert "qemu: emit error when trying to update blkiotune group_name in qemuDomainChangeDiskLive"

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

This reverts commit 047cfb05ee949325e77726531fd381820be8dc62
Using numeric comparison on strings means we reject every update
that does include the group name, even if it's unchanged.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/qemu/qemu_domain.c