From debe9fe3f67bb2260d804ab6d16c67258fed04d7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Jul 2008 17:04:35 +0100 Subject: [PATCH] Write vnc port to xenstore. (Reinstate accidentally dropped feature from xen-unstable.) --- vl.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5