Добавлено определение QEMU виртуальных дисков

master-3.5
parent 6687f99bca
commit ee1d077076

@ -387,7 +387,7 @@ class VariableOsDeviceVirtualSet(ReadonlyVariable):
Table on device Table on device
""" """
type = "list" type = "list"
virtual_names = ("VBOX", "VMWare") virtual_names = ("VBOX", "VMWare", "QEMU")
virtual_syspath = ("virtio",) virtual_syspath = ("virtio",)
def get(self): def get(self):

Loading…
Cancel
Save