[virt-tools-list] [PATCH 0/5] virt-manager: more spice+virgl support

Marc-André Lureau marcandre.lureau at redhat.com
Thu Apr 28 12:22:06 UTC 2016


Hi

The following new series allows virt-manager to setup and use a
local-only spice & virgl-enabled VM. It depends on qemu 2.6 and
libvirt 1.3.3.

After this series, to configure a VM for virgl+spice, you can go to
Spice display details, select "Local only", and "GL" and switch the
video device to "virtio". To setup a new VM, you'll do similarly
during a customize installation. The Fedora 24 pre-release works out
of the box and allows easy testing.

(notes: a few patches are resent from older series. I didn't try to
manually "simplify" glade 3.20 modifications of ui file)

Marc-André Lureau (5):
  ConnectionInfo: console is active if fd can be provided
  virtinst: check minimum qemu/libvirt for spice+gl
  virtinst: add listen=none graphics option
  virt-manager: add opengl graphics option
  gfxdetails: add local-only option

 man/virt-install.pod                               |   9 +-
 .../compare/virt-install-many-devices.xml          |   4 +
 tests/clitest.py                                   |   1 +
 ui/gfxdetails.ui                                   | 131 +++++++++++++++------
 virtManager/addhardware.py                         |   6 +-
 virtManager/details.py                             |  19 ++-
 virtManager/domain.py                              |   7 +-
 virtManager/gfxdetails.py                          |  49 ++++++--
 virtManager/sshtunnels.py                          |   4 +
 virtinst/cli.py                                    |  11 +-
 virtinst/guest.py                                  |   5 +
 virtinst/support.py                                |   1 +
 12 files changed, 194 insertions(+), 53 deletions(-)

-- 
2.7.4




More information about the virt-tools-list mailing list