[libvirt] [PATCH v3 0/4] qemu: configurable port boundaries for remote displays

Martin Kletzander mkletzan at redhat.com
Mon Aug 13 13:21:21 UTC 2012


This series introduces a possibility to change default minimal and
maximal port numbers that are used to specify a remote display port
for both VNC and SPICE.

Because the code was a bit messy, PATCH 1/4 cleans up few things
needed to make a clean run of PATCH 2/4, that does the main change in
the code.

I also noticed two things that could be changed and it made sense for
me to do that, but these are nowhere near any importance, so feel free
to reject them if your heart feels that way.

PATCH 3/4 [optional] rewords three messages and applying it would mean
that they are not translated. Even though I think it makes more sense
this way, I'm not a good English speaker, so that's more like an RFC.

PATCH 4/4 [optional] makes more flexible port searching available, but
now it is used just on one place and it's not necessary to have it.
--
v3:
 - rebase on current HEAD
v2:
 - apply the change to both VNC and SPICE sessions

Martin Kletzander (4):
  qemu: Unify port-wise SPICE and VNC behavior
  qemu: configurable remote display port boundaries
  qemu: modify 3 error messages
  qemu: allow searching for all open ports

 src/conf/domain_conf.c             |    2 +-
 src/qemu/libvirtd_qemu.aug         |    4 ++
 src/qemu/qemu.conf                 |   14 ++++++
 src/qemu/qemu_command.h            |   11 ++++-
 src/qemu/qemu_conf.c               |   48 +++++++++++++++++++++-
 src/qemu/qemu_conf.h               |    4 +-
 src/qemu/qemu_driver.c             |   19 ++++-----
 src/qemu/qemu_process.c            |   80 +++++++++++++++++++++--------------
 src/qemu/test_libvirtd_qemu.aug.in |    2 +
 9 files changed, 136 insertions(+), 48 deletions(-)

--
1.7.8.6




More information about the libvir-list mailing list