diff options
author | Ján Tomko <jtomko@redhat.com> | 2018-04-10 14:52:47 +0200 |
---|---|---|
committer | Ján Tomko <jtomko@redhat.com> | 2018-04-10 15:16:44 +0200 |
commit | c1bc9c662b411f8fa06071991921a180480a0f40 (patch) | |
tree | 618a5ecfb2f7dea938994e81541754ec54a861c9 /tests/qemucapabilitiestest.c | |
parent | a7424faff0fe8270c18d5e9e3befcfd2822d421f (diff) | |
download | libvirt-c1bc9c662b411f8fa06071991921a180480a0f40.tar.gz |
Require QEMU 1.5.0
According to the policy described on https://libvirt.org/platforms.html
the QEMU versions in the oldest relevant releses are:
SLES 12: 2.0.0
RHEL 7: 1.5.3
Ubuntu 14.04: 2.0.0
Set the minimum to 1.5.0 and drop support for RHEL 6.
This will let us assume lots of capabilities.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'tests/qemucapabilitiestest.c')
-rw-r--r-- | tests/qemucapabilitiestest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index 0d136cc8b5..1b5970a4c5 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -163,9 +163,6 @@ mymain(void) ret = -1; \ } while (0) - DO_TEST("x86_64", "caps_1.2.2"); - DO_TEST("x86_64", "caps_1.3.1"); - DO_TEST("x86_64", "caps_1.4.2"); DO_TEST("x86_64", "caps_1.5.3"); DO_TEST("x86_64", "caps_1.6.0"); DO_TEST("x86_64", "caps_1.7.0"); |