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

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Wed Nov 9 07:21:31 UTC 2016


From: Marc-André Lureau <marcandre.lureau at redhat.com>

Hi

This small series:
- fixes a small regression wrt qemu version checking
- adds a checkbox to enable/disable spice opengl
- adds an option to disable display server listening

This series allows to setup and configure a VM with spice/virgl with
qemu:///session.

Even though qemu:///system isn't yet supported by libvirt, it should
be compatible when libvirt gains supports, in the meatime, an error is
reported when starting the VM.

Marc-André Lureau (4):
  virtinst: fix bad version check regression from 55327c81b7
  virtinst: error out if spice+gl is not supported
  virt-manager: add opengl graphics option
  gfxdetails: add listen "None" option

 ui/gfxdetails.ui           | 29 +++++++++++++++++++++++++++++
 virtManager/addhardware.py | 12 ++++++++----
 virtManager/details.py     |  9 +++++++--
 virtManager/domain.py      |  9 ++++++++-
 virtManager/gfxdetails.py  | 39 ++++++++++++++++++++++++++++++---------
 virtinst/devicegraphics.py | 16 +++++++++++++++-
 virtinst/guest.py          |  5 +++++
 virtinst/support.py        |  4 ++--
 8 files changed, 104 insertions(+), 19 deletions(-)

-- 
2.10.0




More information about the virt-tools-list mailing list