commit | f8c75b2486d62bf1cbe824aa4c471118061bdcd3 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Tue Apr 19 16:55:18 2016 -0300 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Fri May 20 14:28:52 2016 -0300 |
tree | 7b520218a739b10ddaa65b02a0c1159156a16b36 | |
parent | 7b7d2be50c9c0f125b0025024b7048df87ac36bb [diff] |
vnc: Initialization stubs This reduces the number of CONFIG_VNC #ifdefs in the vl.c code. The only user-visible difference is that this will make QEMU complain about syntax when using "-display vnc" ("VNC requires a display argument vnc=<display>") even if CONFIG_VNC is disabled. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>