]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Error out if spice port autoallocation is requested, but disabled
authorPeter Krempa <pkrempa@redhat.com>
Mon, 29 Apr 2013 11:41:27 +0000 (13:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 30 Apr 2013 07:43:12 +0000 (09:43 +0200)
commiteca3fdf7385a0d38dff33d6e40f01f81c8dea025
tree16d690f39e65e5f526a62fe1c2e88ebba637bc4d
parent8e9189001501558e237451d755a01008f5dfa561
qemu: Error out if spice port autoallocation is requested, but disabled

When a user requests auto-allocation of the spice TLS port but spice TLS
is disabled in qemu.conf, we start the machine and let qemu fail instead
of erroring out sooner.

Add an error message so that this doesn't happen.
src/qemu/qemu_process.c