]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: Add support for VNC autoport
authorAlexander Nusov <alexander.nusov@nfvexpress.com>
Mon, 8 May 2017 10:36:43 +0000 (13:36 +0300)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 6 Aug 2017 05:24:26 +0000 (09:24 +0400)
commited210660d682bab597d41ccac76c3b2f02233f9f
treea6169860d2e43b2731e218be409b796809f3a174
parentd8e8b63d3063a832d8cbcd25a22fb8154ab6220f
bhyve: Add support for VNC autoport

This patch adds support for automatic VNC port assignment for bhyve guests.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/bhyve/bhyve_command.c
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_process.c
src/bhyve/bhyve_utils.h
tests/bhyvexml2argvdata/bhyvexml2argv-vnc-autoport.args [new file with mode: 0644]
tests/bhyvexml2argvdata/bhyvexml2argv-vnc-autoport.ldargs [new file with mode: 0644]
tests/bhyvexml2argvdata/bhyvexml2argv-vnc-autoport.xml [new file with mode: 0644]
tests/bhyvexml2argvtest.c
tests/bhyvexml2xmloutdata/bhyvexml2xmlout-vnc-autoport.xml [new file with mode: 0644]
tests/bhyvexml2xmltest.c