From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGrfj-0005yS-9r for qemu-devel@nongnu.org; Thu, 29 Jan 2015 11:10:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGrfd-00077G-2E for qemu-devel@nongnu.org; Thu, 29 Jan 2015 11:10:23 -0500 Received: from omzsmtpe04.verizonbusiness.com ([199.249.25.207]:4047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGrfc-00076y-Rt for qemu-devel@nongnu.org; Thu, 29 Jan 2015 11:10:16 -0500 From: Don Slutz Message-ID: <54CA5B66.4030705@terremark.com> Date: Thu, 29 Jan 2015 11:10:14 -0500 MIME-Version: 1.0 References: <1422535966-9948-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1422535966-9948-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] fix qemu crash about vnc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com, qemu-devel@nongnu.org Cc: 1414222@bugs.launchpad.net, kraxel@redhat.com, peter.huangpeng@huawei.com On 01/29/15 07:52, arei.gonglei@huawei.com wrote: > From: Gonglei > > Reproducer: > $ x86_64-softmmu/qemu-system-x86_64 > qemu-system-x86_64: Invalid parameter 'to' > Segmentation fault (core dumped) > This looks to be a fix for Subject: [Qemu-devel] [Bug 1414222] [NEW] qemu-system-i386: -vnc -Don Slutz > Patch 1~2 is bugfix, patch 3 is trivial. > > Gonglei (3): > 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 > > ui/vnc.c | 45 +++++++++++++++++++++++++++++++++++++-------- > 1 file changed, 37 insertions(+), 8 deletions(-) >