Hi, I have the following setup. I'm running qemu in software mode, installed KVM inside qemu. And on top of that I need to run qemu again but with kvm enabled. But I'm getting the following error when I try to do that. Can somebody please help me with this?
KVM internal error. Suberror: 1 emulation failure EAX=ffffffff EBX=4000004b ECX=00000000 EDX=000f5ea0 ESI=00000000 EDI=00000000 EBP=00000000 ESP=00006fd0 EIP=40000000 EFL=00000086 [--S--P-] CPL=0 II=0 A20=1 SMM=0 HLT=0 ES =0010 00000000 ffffffff 00c09300 DPL=0 DS [-WA] CS =0008 00000000 ffffffff 00c09b00 DPL=0 CS32 [-RA] SS =0010 00000000 ffffffff 00c09300 DPL=0 DS [-WA] DS =0010 00000000 ffffffff 00c09300 DPL=0 DS [-WA] FS =0010 00000000 ffffffff 00c09300 DPL=0 DS [-WA] GS =0010 00000000 ffffffff 00c09300 DPL=0 DS [-WA] LDT=0000 00000000 0000ffff 00008200 DPL=0 LDT TR =0000 00000000 0000ffff 00008b00 DPL=0 TSS32-busy GDT= 000f7180 00000037 IDT= 000f71be 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Thanks, Anand On Wed, Oct 12, 2016 at 5:35 PM, Paolo Bonzini <pbonz...@redhat.com> wrote: > > > On 12/10/2016 14:03, Anand J wrote: > > I'm doing this as part of my academic project on virtualization. I'm > > ready to > > spend some time on this in order to understand the entire code base. > > > > Also I'm assuming that qemu does not have support for vt-x yet. > > No, it doesn't. > > Paolo >