From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL7q5-00031T-Fv for qemu-devel@nongnu.org; Tue, 10 Feb 2015 05:14:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YL7q1-0005Le-Dv for qemu-devel@nongnu.org; Tue, 10 Feb 2015 05:14:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YL7q1-0005LX-75 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 05:14:37 -0500 Message-ID: <1423563270.5909.1.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 10 Feb 2015 11:14:30 +0100 In-Reply-To: <1422584076-5728-1-git-send-email-arei.gonglei@huawei.com> References: <1422584076-5728-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: arei.gonglei@huawei.com Cc: qemu-devel@nongnu.org, dslutz@verizon.com, peter.huangpeng@huawei.com On Fr, 2015-01-30 at 10:14 +0800, arei.gonglei@huawei.com wrote: > 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 Added to vnc queue. thanks, Gerd