mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
qemu_capabilities: Update QEMU_MIN_* macros
As of b4cbdbe90bbf85eaf687f532d5a52a11e664b781 (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…
x
Reference in New Issue
Block a user