]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use macro for max and min vnc port instead of number
authorOsier Yang <jyang@redhat.com>
Wed, 1 Dec 2010 12:35:52 +0000 (20:35 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 1 Dec 2010 17:28:23 +0000 (10:28 -0700)
commit401979a45430a35b06a91338edb1ce76e900a5bc
treeeafe17bcab11919933e0c2bf57eb6cd4d9c33138
parentead3c4345672a067e6f6ee6e7fbfa97df870e9de
qemu: Use macro for max and min vnc port instead of number

* src/qemu/qemu_driver.c (though MACROS QEMU_VNC_PORT_MAX, and
QEMU_VNC_PORT_MIN are defined at the beginning, numbers (65535, 5900)
are still used, replace them)
src/qemu/qemu_driver.c