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:46:09 +0000 (14:46 +0000)
commit4e493e0c05905b9aab83997fa8f7686c2db2eb0d
tree6c1de677edfec587bc07f685c37b90f8f3e50f4a
parentd6b02ec2ca7c39c0e09bb11fc914fe7431f18416
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.

(From OE-Core rev: 883666821ec46483bbfb9b3cb84c5afa8118a553)

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