* [Qemu-devel] [Bug-Report] KVM failed to support netbsd-based kernel!
@ 2012-07-27 4:44 GaoYi
2012-07-29 7:48 ` Gleb Natapov
0 siblings, 1 reply; 2+ messages in thread
From: GaoYi @ 2012-07-27 4:44 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
Hi all,
I am running a netbsd kernel in KVM, using Intel VT. However, the OS
failed to start up with the following outputs:
KVM internal error. Suberror: 1
emulation failure.
EAX=00000001 EBX=ffffffff ECX=00000005 EDX=00000001
ESI=00000001 EDI=001c4bd2 EBP=0011a72c ESP=0fff007d
EIP=0011a6d0 EFL=00010002 [-------] CPL=0 II=0 A20=1
SMM=0 HLT=0
ES=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
CS=0018 0000 0000 ffff ffff 00c09b00 DPL=0 CS32 [-RA]
SS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
DS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
FS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
GS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
LDT=0000 0000 0000 0000 ffff 00008200 DPL=0 LDT
TR=0000 feff d000 0000 2088 00008b00 DPL=0 TSS32-busy
GDT= 000080c0 00000027
IDT = 00100000 000007ff
CR0= 40000011 CR2=00000000 CR3=00000000 CR4=00000400
DR0= 0000000000000000 DR1=0000000000000000 DR2=0000000000000000
DR3=0000000000000000
DR0= 00000000ffff0ff0 DR7= 0000000000000400
EFER = 0000000000000000
Code= 93 a1 11 00 d0 a6 11 00 18 00 00 00 93 00 01 00 d0 4b 1c 00 <ff>
ff ff ff 2c a7 11 00 ec ab 11 00 ff 26 00 00 00 00 00 00 04 00 00 00 42 00
00 00 02 00
The software configuration is: QEMU-KVM-1.1.0, kvm-kmod-3.3 and
linux-2.6.32. So what does this failure report mean and how can I locate
the unsupported line in the guest kernel.
With kind regards,
Yi
[-- Attachment #2: Type: text/html, Size: 1738 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Bug-Report] KVM failed to support netbsd-based kernel!
2012-07-27 4:44 [Qemu-devel] [Bug-Report] KVM failed to support netbsd-based kernel! GaoYi
@ 2012-07-29 7:48 ` Gleb Natapov
0 siblings, 0 replies; 2+ messages in thread
From: Gleb Natapov @ 2012-07-29 7:48 UTC (permalink / raw)
To: GaoYi; +Cc: qemu-devel
On Fri, Jul 27, 2012 at 12:44:20PM +0800, GaoYi wrote:
> Hi all,
> I am running a netbsd kernel in KVM, using Intel VT. However, the OS
> failed to start up with the following outputs:
>
> KVM internal error. Suberror: 1
> emulation failure.
> EAX=00000001 EBX=ffffffff ECX=00000005 EDX=00000001
> ESI=00000001 EDI=001c4bd2 EBP=0011a72c ESP=0fff007d
> EIP=0011a6d0 EFL=00010002 [-------] CPL=0 II=0 A20=1
> SMM=0 HLT=0
> ES=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
> CS=0018 0000 0000 ffff ffff 00c09b00 DPL=0 CS32 [-RA]
> SS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
> DS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
> FS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
> GS=0010 0000 0000 ffff ffff 00c09300 DPL=0 DS [-WA]
> LDT=0000 0000 0000 0000 ffff 00008200 DPL=0 LDT
> TR=0000 feff d000 0000 2088 00008b00 DPL=0 TSS32-busy
> GDT= 000080c0 00000027
> IDT = 00100000 000007ff
> CR0= 40000011 CR2=00000000 CR3=00000000 CR4=00000400
> DR0= 0000000000000000 DR1=0000000000000000 DR2=0000000000000000
> DR3=0000000000000000
> DR0= 00000000ffff0ff0 DR7= 0000000000000400
> EFER = 0000000000000000
> Code= 93 a1 11 00 d0 a6 11 00 18 00 00 00 93 00 01 00 d0 4b 1c 00 <ff>
> ff ff ff 2c a7 11 00 ec ab 11 00 ff 26 00 00 00 00 00 00 04 00 00 00 42 00
> 00 00 02 00
>
> The software configuration is: QEMU-KVM-1.1.0, kvm-kmod-3.3 and
> linux-2.6.32. So what does this failure report mean and how can I locate
> the unsupported line in the guest kernel.
>
Can you try 3.5 kernel?
> With kind regards,
>
> Yi
--
Gleb.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-29 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 4:44 [Qemu-devel] [Bug-Report] KVM failed to support netbsd-based kernel! GaoYi
2012-07-29 7:48 ` Gleb Natapov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).