From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJLgb-0000w8-BB for qemu-devel@nongnu.org; Thu, 05 Feb 2015 07:37:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJLgY-0001FT-6B for qemu-devel@nongnu.org; Thu, 05 Feb 2015 07:37:33 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:42718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJLgX-0001E9-Gv for qemu-devel@nongnu.org; Thu, 05 Feb 2015 07:37:30 -0500 Message-ID: <54D36395.5040701@huawei.com> Date: Thu, 5 Feb 2015 20:35:33 +0800 From: Gonglei MIME-Version: 1.0 References: <1422584076-5728-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "kraxel@redhat.com" , "Huangpeng (Peter)" , "dslutz@verizon.com" , "qemu-devel@nongnu.org" On 2015/2/5 18:19, Stefano Stabellini wrote: > On Fri, 30 Jan 2015, 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) >> >> Fix: >> https://bugs.launchpad.net/qemu/+bug/1414222 >> >> Patch 1~2 is bugfix, patch 3 is trivial. > > It would be nice to get the patches applied as the issue is blocking the > Xen Project CI-loop. > It seems that Gerd is not in maillist recently. Regards, -Gonglei > >> v2 -> v1: >> - change commit message of patch 1. (Don Slutz) >> >> 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(-) >> >> -- >> 1.7.12.4 >> >> >> >