From ee1d077076eb8950e913040d198df749d11a57fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 12 Oct 2017 15:25:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20QEMU=20=D0=B2=D0=B8=D1=80=D1=82=D1=83?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=B4=D0=B8=D1=81=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/install/variables/disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/install/variables/disk.py b/pym/install/variables/disk.py index 3e5edfe..f080513 100644 --- a/pym/install/variables/disk.py +++ b/pym/install/variables/disk.py @@ -387,7 +387,7 @@ class VariableOsDeviceVirtualSet(ReadonlyVariable): Table on device """ type = "list" - virtual_names = ("VBOX", "VMWare") + virtual_names = ("VBOX", "VMWare", "QEMU") virtual_syspath = ("virtio",) def get(self):