From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ73o-0001N5-QW for qemu-devel@nongnu.org; Wed, 04 Feb 2015 16:00:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ73l-0002d5-H9 for qemu-devel@nongnu.org; Wed, 04 Feb 2015 16:00:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ73l-0002cy-2U for qemu-devel@nongnu.org; Wed, 04 Feb 2015 16:00:29 -0500 Message-ID: <54D28864.5080503@redhat.com> Date: Wed, 04 Feb 2015 23:00:20 +0200 From: Marcel Apfelbaum MIME-Version: 1.0 References: <1423049158-20483-1-git-send-email-marcel@redhat.com> <54D283A6.4000803@terremark.com> In-Reply-To: <54D283A6.4000803@terremark.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vl.c: fixed QEMU crash if no display was selected in command line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, kraxel@redhat.com, xen-devel On 02/04/2015 10:40 PM, Don Slutz wrote: > A proper fix for this is the thread: I suspected I don't have the whole picture, good to know it is fixed! Thanks! Marcel > > Subject: [PATCH v2 0/3] fix qemu crash about vnc > Date: Fri, 30 Jan 2015 10:14:33 +0800 > Message-ID: <1422584076-5728-1-git-send-email-arei.gonglei@huawei.com> > > This also has a bug: > > https://bugs.launchpad.net/qemu/+bug/1414222 > > > Xen expects this to be working. > > -Don Slutz > [...]