Blame SOURCES/virt-manager-virt-manager-disable-filesystem-passtrough-on-RHEL.patch

343f27
From f1050095e83b0966c79cf91a495bd08dc724bf2e Mon Sep 17 00:00:00 2001
343f27
From: Giuseppe Scrivano <gscrivan@redhat.com>
343f27
Date: Wed, 19 Mar 2014 13:52:10 +0100
343f27
Subject: [PATCH 1/2] virt-manager: disable filesystem passtrough on RHEL
343f27
343f27
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1077172
343f27
343f27
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
343f27
(cherry picked from commit a7050f918f85a235e117d6c7f2b49d367ec7163c)
343f27
343f27
Conflicts:
343f27
	virtManager/addhardware.py
343f27
---
343f27
 virtManager/addhardware.py | 3 ++-
343f27
 1 file changed, 2 insertions(+), 1 deletion(-)
343f27
343f27
diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
343f27
index 51a01da..c7081a1 100644
343f27
--- a/virtManager/addhardware.py
343f27
+++ b/virtManager/addhardware.py
343f27
@@ -418,7 +418,8 @@ class vmmAddHardware(vmmGObjectUI):
343f27
                       virtinst.support.check_conn_hv_support(
343f27
                         self.conn.vmm,
343f27
                         virtinst.support.SUPPORT_CONN_HV_FILESYSTEM,
343f27
-                        self.vm.get_hv_type()),
343f27
+                        self.vm.get_hv_type())
343f27
+                      and not self.vm.stable_defaults(),
343f27
                       _("Not supported for this hypervisor/libvirt "
343f27
                         "combination."))
343f27
         add_hw_option("Smartcard", "device_serial", PAGE_SMARTCARD,
343f27
-- 
343f27
1.8.3.1
343f27