[virt-tools-list] [PATCH virt-manager 0/5] Disable vmport with Spice

Marc-André Lureau marcandre.lureau at gmail.com
Thu Apr 2 22:04:03 UTC 2015


Hi,

This is a small series introducing the vmport feature configuration
with virt-install (the patches are yet to be reviewed for libvirt).
By default, vmport will be disable when the VM is using Spice, since
it prevents a Spice client from switching between absolute and
relative pointer.

Marc-André Lureau (5):
  virtinst: add new vmport domain feature
  virtinst: add features.vmport option
  virtinst: set_graphics_defaults() first
  virtinst: set vmport off by default when has_spice()
  tests: add some vmport tests

 tests/cli-test-xml/compare/virt-install-singleton-config-2.xml |  2 ++
 tests/clitest.py                                               |  2 +-
 tests/xmlparse-xml/change-guest-in.xml                         |  1 +
 tests/xmlparse-xml/change-guest-out.xml                        |  1 +
 tests/xmlparse.py                                              |  1 +
 virtinst/cli.py                                                |  2 ++
 virtinst/domainfeatures.py                                     |  3 +++
 virtinst/guest.py                                              | 10 +++++++++-
 virtinst/support.py                                            |  2 ++
 9 files changed, 22 insertions(+), 2 deletions(-)

-- 
2.1.0




More information about the virt-tools-list mailing list