From d9736db9d983d01c03929de226365dbf56a791a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 2 Oct 2019 10:45:28 +0200 Subject: [PATCH] addhardware: Add "bochs" display to the video list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://bugzilla.redhat.com/show_bug.cgi?id=1753644 Signed-off-by: Fabiano FidĂȘncio --- virtManager/addhardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py index 842eada18..881f0e02a 100644 --- a/virtManager/addhardware.py +++ b/virtManager/addhardware.py @@ -663,7 +663,7 @@ class vmmAddHardware(vmmGObjectUI): if guest.conn.is_xen(): return ["xen", "vga"] if guest.conn.is_qemu() or guest.conn.is_test(): - return ["vga", "qxl", "virtio"] + return ["vga", "bochs", "qxl", "virtio"] return [] @staticmethod