From: Ian Jackson Date: Tue, 22 Jul 2008 16:04:35 +0000 (+0100) Subject: Write vnc port to xenstore. X-Git-Tag: xen-3.3.0-rc1~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=debe9fe3f67bb2260d804ab6d16c67258fed04d7;p=qemu-xen-3.3-testing.git Write vnc port to xenstore. (Reinstate accidentally dropped feature from xen-unstable.) --- diff --git a/vl.c b/vl.c index 5bd75fbf..82e7ddec 100644 --- a/vl.c +++ b/vl.c @@ -8734,6 +8734,7 @@ int main(int argc, char **argv) vnc_display_port = vnc_display_open(ds, vnc_display, vncunused); if (vnc_display_port < 0) exit(1); + xenstore_write_vncport(vnc_display_port); } else #if defined(CONFIG_CURSES) if (curses) {