Hello, is some #ifdef CONFIG_VNC missing in the latest vnc changes in mainline QEMU?
I ask because configuring with --disable-vnc and then building now gets me: ../qmp-marshal.o: In function `qmp_marshal_input_query_vnc_servers': qemu/qmp-marshal.c:2899: undefined reference to `qmp_query_vnc_servers' while before it was working fine. Configuring without --disable-vnc and then building works. I bisected this and got the following. Thanks, Claudio df887684603a4b3b0c623090a6b419dc70f22c32 is the first bad commit commit df887684603a4b3b0c623090a6b419dc70f22c32 Author: Gerd Hoffmann <kra...@redhat.com> Date: Wed Dec 17 15:49:44 2014 +0100 monitor: add query-vnc-servers command Add new query vnc qmp command, for the lack of better ideas just name it "query-vnc-servers". Changes over query-vnc: * It returns a list of vnc servers, so multiple vnc server instances are covered. * Each vnc server returns a list of server sockets. Followup patch will use that to also report websockets. In case we add support for multiple server sockets server sockets (to better support ipv4+ipv6 dualstack) we can add them to the list too. Signed-off-by: Gerd Hoffmann <kra...@redhat.com>