From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REhjM-0001eV-Ea for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:23:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REhjL-0004y6-Hh for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:23:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REhjL-0004y2-Aa for qemu-devel@nongnu.org; Fri, 14 Oct 2011 09:23:19 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9EDNIa9023197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Oct 2011 09:23:18 -0400 Message-ID: <4E9837AE.9060503@redhat.com> Date: Fri, 14 Oct 2011 15:22:54 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1317727553-19852-1-git-send-email-alevy@redhat.com> In-Reply-To: <1317727553-19852-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/spice-core: fix segfault in monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 10/04/11 13:25, Alon Levy wrote: > Fix segfault if a qxl device is present but no spice command line > argument is given. > > RHBZ 743251. Added to spice patch queue. thanks, Gerd