]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: QMP capabilities support starts with 1.2
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 1 Nov 2012 22:15:35 +0000 (17:15 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 1 Nov 2012 23:50:02 +0000 (17:50 -0600)
commitba804d9fd1e4a0b514375595c171f62ebced213d
tree02d15a196008d0aded78c07625086174a22c7782
parent2e03b08ead603c38c244aa9a1ecef6d73bb306be
qemu: QMP capabilities support starts with 1.2

Per the code comment in qemuCapsInitQMPBasic() and commit 43e23c7, we
should only use QMP for capabilities probing starting with 1.2 and
newer.  The old code had dead logic that probed on 1.0 and newer.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_capabilities.c