]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: add option to make the VNC server publically available
authorRoss Burton <ross.burton@intel.com>
Fri, 8 Feb 2013 11:17:05 +0000 (11:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Feb 2013 14:33:54 +0000 (14:33 +0000)
commit883666821ec46483bbfb9b3cb84c5afa8118a553
tree953e76557f58d920d947b6f2feb99a5017159e73
parent1747a70f95ead49985eeaf16c28e818ed5b109cd
runqemu: add option to make the VNC server publically available

If the qemu is running on a headless machine, a VNC server that only allows
connections from localhost isn't too useful.

Add a "vncpublic" option to bind a VNC server to 0.0.0.0, so it's publically
available.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu