From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNe39-00037r-QK for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:02:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNe36-0001A8-5n for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:02:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNe35-00019t-Uv for qemu-devel@nongnu.org; Tue, 17 Feb 2015 04:02:32 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1H92VQb010209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 04:02:31 -0500 From: Gerd Hoffmann Date: Tue, 17 Feb 2015 10:02:25 +0100 Message-Id: <1424163747-27927-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] vnc: -readconfig fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, Gerd Hoffmann Hi, Series applies on top of the pending vnc pull request. Fix -writeconfig/-readconfig related fallout from the QemuOpts conversion of the vnc configuration. cheers, Gerd Gerd Hoffmann (2): vnc: set id at parse time not init time vnc: -readconfig fix include/ui/console.h | 1 - qmp.c | 1 - ui/vnc.c | 22 ++++++++++++---------- vl.c | 7 +++++-- 4 files changed, 17 insertions(+), 14 deletions(-) -- 1.8.3.1