From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34252 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuPAH-00045X-5p for qemu-devel@nongnu.org; Tue, 01 Mar 2011 07:58:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuPAG-0005Ho-6w for qemu-devel@nongnu.org; Tue, 01 Mar 2011 07:58:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuPAF-0005HW-Tq for qemu-devel@nongnu.org; Tue, 01 Mar 2011 07:58:56 -0500 Date: Tue, 1 Mar 2011 14:58:47 +0200 From: Alon Levy Subject: Re: [Qemu-devel] Re: kvm crashes with spice while loading qxl Message-ID: <20110301125846.GA19545@playa.tlv.redhat.com> References: <4D68F20D.2020401@web.de> <20110227190312.GA14445@playa.redhat.com> <4D6AA1DE.6020102@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D6AA1DE.6020102@web.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xming , Gerd Hoffmann , kvm@vger.kernel.org, qemu-devel On Sun, Feb 27, 2011 at 08:11:26PM +0100, Jan Kiszka wrote: > On 2011-02-27 20:03, Alon Levy wrote: > > On Sat, Feb 26, 2011 at 01:29:01PM +0100, Jan Kiszka wrote: > >> On 2011-02-26 12:43, xming wrote: > >>> When trying to start X (and it loads qxl driver) the kvm process just crashes. > > > > This is fixed by Gerd's attached patch (taken from rhel repository, don't know > > why it wasn't pushed to qemu-kvm upstream). I'll send it to kvm list as well (separate email). > > Patch looks OK on first glance, but the changelog is misleading: This > was broken for _both_ trees, but upstream didn't detect the bug. So I didn't test with qemu not having this patch, but according to the discussion in the launchpad bug the problem only happens with qemu-kvm. This doesn't rule out it being a bug, perhaps it is just triggered much less frequently I guess. > > My concerns regarding other side effects of juggling with global mutex > in spice code remain. > > Jan >