]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Redundant listen address entry in quest xml
authorErik Skultety <eskultet@redhat.com>
Fri, 15 Aug 2014 11:50:59 +0000 (13:50 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 18 Aug 2014 12:45:37 +0000 (14:45 +0200)
commit9b1759bbe96c80fad7077dac2894b676b08dbab7
treeb7973f7d9e105c7a7f08461792d52ac51bd86282
parent65b7d553f39ff958d580df871e90aefd30ea3466
qemu: Redundant listen address entry in quest xml

When editing guest's XML (on QEMU), it was possible to add multiple
listen elements into graphics parent element. However QEMU does not
support listening on multiple addresses. Configuration is tested for
multiple 'listen address' and if positive, an error is raised.

https://bugzilla.redhat.com/show_bug.cgi?id=1119212
src/qemu/qemu_process.c