From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGzaK-0007gc-4x for qemu-devel@nongnu.org; Thu, 29 Jan 2015 19:37:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGzaG-0005pF-Vi for qemu-devel@nongnu.org; Thu, 29 Jan 2015 19:37:20 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:7670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGzaG-0005lR-CQ for qemu-devel@nongnu.org; Thu, 29 Jan 2015 19:37:16 -0500 Message-ID: <54CAD208.9020504@huawei.com> Date: Fri, 30 Jan 2015 08:36:24 +0800 From: Gonglei MIME-Version: 1.0 References: <1422535966-9948-1-git-send-email-arei.gonglei@huawei.com> <54CA5B66.4030705@terremark.com> In-Reply-To: <54CA5B66.4030705@terremark.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: Don Slutz Cc: "Huangpeng (Peter)" , "1414222@bugs.launchpad.net" <1414222@bugs.launchpad.net>, "qemu-devel@nongnu.org" , "kraxel@redhat.com" On 2015/1/30 0:10, Don Slutz wrote: > 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 > Oh, yes. Thanks for your point. I'll add it in commit message :) Regards, -Gonglei > -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(-) >> >