On Thu, Mar 29, 2018 at 02:50:17AM +0200, Ján Tomko wrote:
1.3.0 was released in December 2012, it merged KVM and QEMU and is
above our 1.2.0 requirement for QMP capability probing.
Ján Tomko (8):
virQEMUCapsParseHelpStr: remove unused check_yajl parameter
Mandate QEMU >= 0.15.0
Deprecate QEMU_CAPS_PCI_MULTIFUNCTION
Deprecate QEMU_CAPS_NETDEV
Clean up qemuDomainAttachNetDevice
Remove unused qemuDomainNetVLAN
Remove qemuDomainSupportsNetdev
Deprecate QEMU_CAPS_MONITOR_JSON
src/qemu/qemu_capabilities.c | 62 +-----
[...]
tests/qemuhelpdata/qemu-0.12.1 | 198
-----------------
tests/qemuhelpdata/qemu-0.12.1-device | 62 ------
tests/qemuhelpdata/qemu-kvm-0.12.3 | 215 ------------------
tests/qemuhelpdata/qemu-kvm-0.12.3-device | 63 ------
tests/qemuhelpdata/qemu-kvm-0.13.0 | 242 ---------------------
tests/qemuhelpdata/qemu-kvm-0.13.0-device | 90 --------
tests/qemuhelptest.c | 130 +----------
Better version that goes right to 1.3.0 without the -help churn:
https://www.redhat.com/archives/libvir-list/2018-March/msg01885.html
(in case anyone missed the series ;))
Jano