Hi, The "multiple vnc servers" patch series introduced some issues, mostly due to the QemuOpts conversion of the vnc option parsing. This pull fixes most of them. There also is one optimization.
There is one pending issue related to -readconfig just reported by Markus. Will be fixed with the next pull, don't want delay the other fixes even longer, they are quite late already because I was sick for a while. please pull, Gerd The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7: Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20150216-1 for you to fetch changes up to 9e0ff75e5158c7dbb65ee447382bbdf4cafbef8b: vnc: fix coverity warning (2015-02-16 08:48:00 +0100) ---------------------------------------------------------------- vnc: fixup some QemuOpts conversion fallout. ---------------------------------------------------------------- Gerd Hoffmann (1): vnc: fix coverity warning Gonglei (5): vnc: fix qemu crash when not configure vnc option vnc: correct missing property about vnc_display vnc: using bool type instead of int for QEMU_OPT_BOOL vnc: introduce an wrapper for auto assign vnc id vnc: auto assian an id when calling change vnc qmp interface Peter Lieven (1): ui/vnc: optimize full scanline updates include/ui/console.h | 1 + qmp.c | 5 ++++ ui/vnc.c | 74 +++++++++++++++++++++++++++++++++++++++++----------- 3 files changed, 65 insertions(+), 15 deletions(-)