addhardware: Don't disable filesystem on rhel

It might be compiled out, but just let qemu reporting fail. The
proper way to fix this expose it in domain capabilities or similar
This commit is contained in:
Cole Robinson 2018-09-06 11:36:54 -04:00
parent da00a52159
commit 84a68d56de

View File

@ -276,10 +276,7 @@ class vmmAddHardware(vmmGObjectUI):
add_hw_option(_("Watchdog"), "device_pci", PAGE_WATCHDOG,
self.vm.is_hvm(),
_("Not supported for this guest type."))
add_hw_option(_("Filesystem"), "folder", PAGE_FILESYSTEM,
not self.vm.stable_defaults(),
_("Not supported for this hypervisor/libvirt "
"combination."))
add_hw_option(_("Filesystem"), "folder", PAGE_FILESYSTEM, True, None)
add_hw_option(_("Smartcard"), "device_serial", PAGE_SMARTCARD,
True, None)
add_hw_option(_("USB Redirection"), "device_usb", PAGE_USBREDIR,