• M
    qemu: configurable remote display port boundaries · 29226bee
    Martin Kletzander 提交于
    The defines QEMU_REMOTE_PORT_MIN and QEMU_REMOTE_PORT_MAX were used to
    find free port when starting domains. As this was hard-coded to the
    same ports as default VNC servers, there were races with these other
    programs. This patch includes the possibility to change the default
    starting port as well as the maximum port (mostly for completeness) in
    qemu config file.
    
    Support for two new config options in qemu.conf is added:
     - remote_port_min (defaults to QEMU_REMOTE_PORT_MIN and
       must be >= than this value)
     - remote_port_max (defaults to QEMU_REMOTE_PORT_MAX and
       must be <= than this value)
    29226bee
qemu_conf.c 22.7 KB