mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
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:
parent
da00a52159
commit
84a68d56de
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user