Re: [PATCH] vnc-stubs: Allow -vnc none

2020-10-13 Thread Gerd Hoffmann
On Thu, Oct 08, 2020 at 09:40:32PM -0400, Jason Andryuk wrote: > Currently `-vnc none` is fatal when built with `--disable-vnc`. Make > vnc_parse accept "none", so QEMU still run without using vnc. > > Signed-off-by: Jason Andryuk Makes sense. Added to UI queue. thanks, Gerd

[PATCH] vnc-stubs: Allow -vnc none

2020-10-08 Thread Jason Andryuk
Currently `-vnc none` is fatal when built with `--disable-vnc`. Make vnc_parse accept "none", so QEMU still run without using vnc. Signed-off-by: Jason Andryuk --- ui/vnc-stubs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/vnc-stubs.c b/ui/vnc-stubs.c index 06c4ac6296..c6b737dcec