The original config was making harder to maintain custom config files with virtio drivers install enabled. So, rather than doing a whitelist of OSs, just make a not very strict blacklist, just to help users, and not block them.
Signed-off-by: Lucas Meneghel Rodrigues <l...@redhat.com> --- client/tests/kvm/tests_base.cfg.sample | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 5311629..321fe77 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -2690,8 +2690,9 @@ variants: virtio_net, virtio_blk, e1000, balloon_check: - only Fedora.11 Fedora.12 Fedora.13 Fedora.14 RHEL.5 RHEL.6 OpenSUSE.11 SLES.11 Ubuntu-8.10-server - # only WinXP Win2003 Win2008 WinVista Win7 Fedora.11 Fedora.12 Fedora.13 Fedora.14 RHEL.5 RHEL.6 OpenSUSE.11 SLES.11 Ubuntu-8.10-server + # Only excluding the OS that we *know* they won't have the drivers installed + # Some might require special setup though. + no Win2000, Fedora.8 Fedora.9 Fedora.10, RHEL.3, RHEL.4, Unix, livecd kdump, watchdog: only RHEL.5 RHEL.6 -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html