]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Do fake auto-allocation of ports when generating native command
authorPeter Krempa <pkrempa@redhat.com>
Mon, 29 Apr 2013 12:12:59 +0000 (14:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 6 May 2013 20:13:22 +0000 (22:13 +0200)
commit246d0068ac34d1937ecffa91e59db3288607f552
treea4b5f6ee3b818bead2306510a5b0c140c20e80d9
parenta2584d58f6f7d941b960f996c8e26df8294b79b9
qemu: Do fake auto-allocation of ports when generating native command

When attempting to generate the native command line from an XML file
that uses graphics port auto allocation, the generated commandline
wouldn't be valid.

This patch adds fake autoallocation of ports as done when starting the
actual machine.
src/qemu/qemu_driver.c