From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNH0U-0002WF-2W for qemu-devel@nongnu.org; Mon, 16 Feb 2015 03:26:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNH0Q-0007vM-QI for qemu-devel@nongnu.org; Mon, 16 Feb 2015 03:26:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNH0Q-0007vH-JW for qemu-devel@nongnu.org; Mon, 16 Feb 2015 03:26:14 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1G8QDSI025429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Feb 2015 03:26:13 -0500 From: Gerd Hoffmann Date: Mon, 16 Feb 2015 09:25:58 +0100 Message-Id: <1424075165-25016-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/7] vnc: fixup some QemuOpts conversion fallout. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)