mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
qemu_capabilities: Update QEMU_MIN_* macros
As of b4cbdbe90b
(and friends) the
minimal QEMU version required is 2.11.0. Let's update our
QEMU_MIN_* macros to reflect that.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
ee890f25c7
commit
2b371eacf1
@ -5229,8 +5229,8 @@ virQEMUCapsProbeQMPSchemaCapabilities(virQEMUCaps *qemuCaps,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define QEMU_MIN_MAJOR 1
|
||||
#define QEMU_MIN_MINOR 5
|
||||
#define QEMU_MIN_MAJOR 2
|
||||
#define QEMU_MIN_MINOR 11
|
||||
#define QEMU_MIN_MICRO 0
|
||||
|
||||
virDomainVirtType
|
||||
|
Loading…
Reference in New Issue
Block a user