From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMb68-0005Ix-Gf for qemu-devel@nongnu.org; Thu, 19 Sep 2013 06:04:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMb62-0002mF-O2 for qemu-devel@nongnu.org; Thu, 19 Sep 2013 06:04:32 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:14208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMb62-0002m3-JP for qemu-devel@nongnu.org; Thu, 19 Sep 2013 06:04:26 -0400 Message-ID: <523ACC26.6030307@eu.citrix.com> Date: Thu, 19 Sep 2013 11:04:22 +0100 From: George Dunlap MIME-Version: 1.0 References: <52397B4C02000078000F43F7@nat28.tlf.novell.com> <52399CA2.6030701@m2r.biz> <5239BBBB02000078000F4565@nat28.tlf.novell.com> <5239B4B9.8000604@m2r.biz> <5239D52602000078000F46B7@nat28.tlf.novell.com> <5239C616.8000507@m2r.biz> <5239E46802000078000F4764@nat28.tlf.novell.com> <523AC243.1050406@m2r.biz> <523AE7AB02000078000F4A15@nat28.tlf.novell.com> In-Reply-To: <523AE7AB02000078000F4A15@nat28.tlf.novell.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: Remove qxl support for the 4.3 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Beulich Cc: Keir Fraser , Andrew Cooper , "qemu-devel@nongnu.org" , Fabio Fantoni , Anthony PERARD , xen-devel On 19/09/13 11:01, Jan Beulich wrote: >>>> On 19.09.13 at 11:22, Fabio Fantoni wrote: >> This is logs from xl dmesg about Quantal (ubuntu 12.10) hvm domU with >> qxl vga and patch "x86-HVM-emul-split-large": >> >>> (d3) HVM Loader >>> [...] > So in particular no wrong mmio size messages. > >> qemu seem to crash at domU's xorg loading, nothing on logs about the >> crash, only the last line added on xl dmesg above and on qemu log: >> qemu: terminating on signal 1 from pid 8485 >> >> I found strange things on xl dmesg logs above about domU (I put it in >> bold and starred). > I can't say anything about those. Once again, with qemu issues > (and tools ones in general) i have to defer to the respective > experts. Fabio, I think back when Anthony Perard looked at this, he found that there was a field not being initialized in qemu that caused it to crash when using qxl. I think the fix was just a one-line patch -- do you have that patch applied to your copy of qemu? -George