From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgwH3-0005OA-7s for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:48:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgwGv-00086c-Pj for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:48:25 -0400 Received: from mail.vten.us ([104.131.46.26]:51099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgwGv-00086R-MN for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:48:17 -0400 From: Brian Jackson Date: Wed, 22 Oct 2014 08:48:11 -0500 Message-ID: <5464671.Ep5oWxqGrL@iggy-ub> In-Reply-To: <2ec7e3970ec906675bc74aee53d5d524@vido.info> References: <2ec7e3970ec906675bc74aee53d5d524@vido.info> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [Qemu-devel] Regression in 3.17 and 3.18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Tobias Geiger On Wednesday, October 22, 2014 02:58:13 PM Tobias Geiger wrote: > Hello, > > when i start my KVM Guest (Windows 8 with OVMF, but also happens with > Seabios) under 3.17 (or 3.18-rc1) i get: Your best bet is probably going to be to git bisect the kvm kernel tree to see which change actually broke it. > > KVM internal error. Suberror: 1 > emulation failure > EAX=00000000 EBX=00000000 ECX=00000000 EDX=000106a5 > ESI=00000000 EDI=00000000 EBP=00000000 ESP=00000000 > EIP=0000fff2 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0 > ES =0000 00000000 0000ffff 00009300 > CS =f000 ffff0000 0000ffff 00009b00 > SS =0000 00000000 0000ffff 00009300 > DS =0000 00000000 0000ffff 00009300 > FS =0000 00000000 0000ffff 00009300 > GS =0000 00000000 0000ffff 00009300 > LDT=0000 00000000 0000ffff 00008200 > TR =0000 00000000 0000ffff 00008b00 > GDT= 00000000 0000ffff > IDT= 00000000 0000ffff > CR0=60000010 CR2=00000000 CR3=00000000 CR4=00000000 > DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 > DR3=0000000000000000 > DR6=00000000ffff0ff0 DR7=0000000000000400 > EFER=0000000000000000 > Code=90 90 eb c3 90 90 90 90 90 90 00 00 00 00 56 54 46 00 90 90 ac > 90 90 90 90 90 90 90 90 90 90 90 90 00 00 00 00 00 00 00 00 00 00 00 00 > 00 00 00 00 > > Under 3.16 or earlier everything is working as expected (qemu starts > normaly, guest works normaly) > > Do you need the libvirt-xml file or any further info? > Is this the right mailinglist, or is a kvm Mailinglist better? > > Greetings > Tobias