Bug 1397296
| Summary: | :KVM internal error. Suberror: 1 emulation failure | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jaroslav Kortus <jkortus> |
| Component: | seabios | Assignee: | Radim Krčmář <rkrcmar> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.3 | CC: | bsd, chayang, dgilbert, emahoney, jkortus, juzhang, knoel, pbonzini, rbalakri, shivrao, virt-maint |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-04-12 13:11:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Can you install a RHEL 7.2 kernel on that 7.3 machine to verify that it is a regression in the kernel? The VM fails after the reboot and before Linux is loaded? Thanks. when I was observing one virt crashing, it crashed in the middle of the boot (right after the serial driver is loaded). Unfortunately it was not crashing consistently and I was not able to come up with some more reliable reproducer. I will give a try to the combination you suggested. Observations and questions...
Machine type is rhel6.3.0.
<type arch='x86_64' machine='rhel6.3.0'>hvm</type>
What is the guest OS version?
Memory hard limit is higher than current memory:
<currentMemory unit='KiB'>1048576</currentMemory>
<hard_limit unit='KiB'>1073741824</hard_limit>
1 vcpu:
<vcpu placement='static'>1</vcpu>
No cpu model specified. What is the QEMU command line?
What is the host processor?
Can be reproduced at Red Hat:
<name>virt-361.cluster-qe.lab.eng.brq.redhat.com</name>
No z-stream packages installed:
kernel-3.10.0-514.el7.x86_64
libvirt-2.0.0-10.el7.x86_64
qemu-img-1.5.3-126.el7.x86_64
qemu-kvm-1.5.3-126.el7.x86_64
Can you update to the latest z-stream and retry?
Can a KVM engineer borrow the machine to debug?
The customer hit emulation error on "fadds" instruction (d8 01), which might point to problems with FPU. Can you reproduce with "noxsave" kernel parameter in host and guest? The internal error doesn't really say what happened, so providing access to a reproducer would be great as there are many things to try. Thanks. The original report indicates that the bug did not happen on RHEL 7.2, so downgrading kernel or qemu-kvm RPMs could serve as a work-around. If that did not help, we would likely have two bugs in this BZ. Preliminary testing with 7.4 seabios went well, so here is a backport of two patches (the first mostly for context, the second one should fix this issue) to 7.3 seabios for more thorough testing:
b837e68d5a6c ("resume: Make KVM soft reboot loop detection more flexible")
c68aff57ce31 ("resume: Don't attempt to use generic reboot mechanisms on QEMU")
Please try the following RPM: http://people.redhat.com/rkrcmar/seabios-bin-1.9.1-5.el7_3.1.bz1397296.noarch.rpm
I would like to request a backport to 7.3 for this fix. Shiva, has the custom 7.3 seabios rpm fixed the bug for your setup? It didn't help in the linked support case, so I'm wondering what is different. Thanks. After debugging the setup we see this time the issue was related to the "arat" flag being passed to the guest. So I can confirm we are not hitting this issue anymore. Coudl we please backport this to RHEL 7.3 Thank you. The 7.3 backport is tracked under BZ 1440706 and has already been posted for inclusion in the next 7.3.z. I am closing this as a duplicate of BZ 1428347. *** This bug has been marked as a duplicate of bug 1428347 *** |
Description of problem: During machine provision and later reboot this often happens: KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f71 ECX=0000008a EDX=00000000 ESI=00000005 EDI=3ffbcf8f EBP=f526c464 ESP=00006e94 EIP=2687809b EFL=00010883 [-OS---C] 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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=6e 20 6f 66 20 52 46 43 38 37 39 20 69 6e 20 61 62 73 65 6e <63> 65 20 6f 66 20 4d 53 53 20 6f 70 74 69 6f 6e 20 28 50 61 6e 75 20 4d 61 74 69 6c 61 69 The virtual machine ends up in paused state. If this is not a configuration error due to some changes in 7.3, it should be a regression (we were not hitting it with 7.2). Version-Release number of selected component (if applicable): kernel-3.10.0-514.el7.x86_64 kernel-headers-3.10.0-514.el7.x86_64 libvirt-2.0.0-10.el7.x86_64 libvirt-daemon-driver-qemu-2.0.0-10.el7.x86_64 libvirt-daemon-kvm-2.0.0-10.el7.x86_64 qemu-img-1.5.3-126.el7.x86_64 qemu-kvm-1.5.3-126.el7.x86_64 qemu-kvm-common-1.5.3-126.el7.x86_64 How reproducible: not sure exactly, but happens very often in our usecase (install from KS, reboot) Steps to Reproduce: 1. provision virtual machine (we log the output to serial via console= params) 2. 3. Actual results: virt in paused state, kvm internal errors in log Expected results: no errors Additional info: <domain type='kvm'> <name>virt-361.cluster-qe.lab.eng.brq.redhat.com</name> <uuid>8526820d-2366-4745-a269-be3d87d299c7</uuid> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memtune> <hard_limit unit='KiB'>1073741824</hard_limit> </memtune> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64' machine='rhel6.3.0'>hvm</type> <boot dev='network'/> <boot dev='hd'/> </os> <features> <acpi/> <apic/> <pae/> </features> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/libexec/qemu-kvm</emulator> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='unsafe' io='threads'/> <source dev='/dev/vg_virts/root-virt-361.cluster-qe.lab.eng.brq.redhat.com'/> <target dev='vda' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <controller type='usb' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <interface type='bridge'> <mac address='1a:00:00:00:01:69'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <interface type='network'> <mac address='52:54:00:01:01:69'/> <source network='private01'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <watchdog model='i6300esb' action='reset'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </watchdog> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Errors collected: KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f71 ECX=0000008a EDX=00000000 ESI=00000005 EDI=3ffbcf8f EBP=f526c464 ESP=00006e94 EIP=2687809b EFL=00010883 [-OS---C] 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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=6e 20 6f 66 20 52 46 43 38 37 39 20 69 6e 20 61 62 73 65 6e <63> 65 20 6f 66 20 4d 53 53 20 6f 70 74 69 6f 6e 20 28 50 61 6e 75 20 4d 61 74 69 6c 61 69 KVM internal error. Suberror: 1 emulation failure EAX=00000030 EBX=0000000e ECX=000f757c EDX=00000402 ESI=000f757c EDI=00000000 EBP=000f707f ESP=00000000 EIP=80ab3002 EFL=00010006 [-----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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 2029 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e98 EIP=3ffbcf88 EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=d7 68 13 c0 b0 34 e6 43 31 c0 e6 40 e6 40 b1 8a 88 c8 e6 70 <c8> ee e7 71 b0 8b e6 70 e4 71 83 e0 01 83 c8 02 e6 71 b0 8c e6 70 e4 71 b0 8d e6 70 e4 71 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e98 EIP=3ffbcf88 EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=d7 68 13 c0 b0 34 e6 43 31 c0 e6 40 e6 40 b1 8a 88 c8 e6 70 <c8> e0 e7 71 b0 8b e6 70 e4 71 83 e0 01 83 c8 02 e6 71 b0 8c e6 70 e4 71 b0 8d e6 70 e4 71 qemu: terminating on signal 15 from pid 2029 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd1cd73 ECX=000f7500 EDX=00000000 ESI=00000003 EDI=3ffbcf51 EBP=00000066 ESP=00006e94 EIP=70fbcf68 EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd1cd73 ECX=000f754b EDX=00000000 ESI=00000003 EDI=3ffbcf51 EBP=00000066 ESP=00006e94 EIP=70fbcf68 EFL=00010006 [-----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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 2029 -- KVM internal error. Suberror: 1 emulation failure EAX=e05beac3 EBX=66ffffb6 ECX=665e665a EDX=660cc483 ESI=754db96c EDI=24048967 EBP=00000000 ESP=ffffffef EIP=24048a9b EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=65 72 27 73 20 72 65 74 75 72 6e 20 76 61 6c 75 65 20 63 68 <65> 63 6b 20 28 53 74 65 76 65 20 42 65 73 74 29 20 5b 36 33 32 36 39 34 5d 0a 2d 20 5b 70 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e94 EIP=f06db76d EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=00000003 EBX=ffd11b73 ECX=00000049 EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e97 EIP=09b1df59 EFL=00010082 [--S----] 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= 000f7cb0 00000037 IDT= 000f7cee 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 4c 56 2c 58 00 00 00 00 7a fd 32 0f 00 00 00 00 58 <df> b1 09 00 88 ff ff 58 df b1 09 00 88 ff ff 00 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 qemu: terminating on signal 15 from pid 1998 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e94 EIP=f06db76d EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd15c73 ECX=000f75cc EDX=00000000 ESI=00000003 EDI=3ffbcf51 EBP=00000066 ESP=00006e94 EIP=70fbcf68 EFL=00010086 [--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= 000f7cb0 00000037 IDT= 000f7cee 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 -- KVM internal error. Suberror: 1 emulation failure EAX=78479c30 EBX=efd28eef ECX=0000008a EDX=0000cbcb ESI=00e2c3f8 EDI=3ffb13ce EBP=00000066 ESP=41405230 EIP=268780ba EFL=00010807 [-O---PC] 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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=6f 70 65 6e 6d 70 69 2d 31 2e 34 2f 62 69 6e 2f 6d 70 69 63 <63> 2d 76 74 66 69 6c 65 05 03 2b dd 6c 04 4f 15 02 2f 75 73 72 2f 6c 69 62 2f 6f 70 65 6e -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e98 EIP=3ffbcf88 EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=d7 68 13 c0 b0 34 e6 43 31 c0 e6 40 e6 40 b1 8a 88 c8 e6 70 <da> 23 e8 71 b0 8b e6 70 e4 71 83 e0 01 83 c8 02 e6 71 b0 8c e6 70 e4 71 b0 8d e6 70 e4 71 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=00000000 EBX=f000e6e4 ECX=f000e6e4 EDX=f000e6e4 ESI=f000e6e4 EDI=f000e6e4 EBP=f000e6e4 ESP=00000040 EIP=2687999d EFL=00010006 [-----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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=69 6e 20 3c 6b 6d 63 6d 61 72 74 69 40 72 65 64 68 61 74 2e <63> 6f 6d 3e 20 5b 32 2e 36 2e 33 32 2d 31 39 31 2e 65 6c 36 5d 00 41 72 69 73 74 65 75 20 -- KVM internal error. Suberror: 1 emulation failure EAX=00000084 EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e98 EIP=3ffbcfb7 EFL=00010096 [--S-AP-] 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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=70 e4 71 88 c8 e6 70 e4 71 84 c0 79 28 b8 0f 00 00 00 e8 2f <62> 13 c0 89 c3 b0 8a e6 70 e4 71 84 c0 79 12 89 d8 e8 b6 61 13 c0 85 c0 75 07 e8 ee 64 13 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e94 EIP=f06db772 EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=63e866d8 EBX=ffd18f73 ECX=63e866d8 EDX=00000052 ESI=00000003 EDI=ffd89e40 EBP=000f7000 ESP=ffffffd7 EIP=24048966 EFL=00010086 [--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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=91 da 00 7d f2 5f 5f de 5e 56 8e e7 46 fe e5 6d 2f e3 eb 5f <c8> c7 20 3f ce d4 d7 29 62 83 ee 83 04 f7 7d e2 1d 84 ff 6c 92 fd 42 59 2f b7 1b f6 3d 9b -- KVM internal error. Suberror: 1 emulation failure EAX=000000af EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c9 EBP=00000066 ESP=00006e90 EIP=e655cee6 EFL=00010017 [----APC] 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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=000000ab EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e94 EIP=26878001 EFL=00010282 [--S----] 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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=0a 86 06 10 00 04 00 ff ff df ff 33 0a 7c 06 10 00 04 00 fb <de> bd 6f 77 bd 7a 50 c3 5b 90 45 ad 3b f5 96 81 a6 5c a8 ab 7d c8 bc bb 9b 0e 0f 23 e6 78 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e94 EIP=f06db7af EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=00000000 EBX=00000000 ECX=00000000 EDX=ffffffa0 ESI=00000fc4 EDI=00000000 EBP=000f6e7f ESP=00000f8c EIP=f000ff53 EFL=00010002 [-------] 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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 1998 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd18f73 ECX=0000008a EDX=00000000 ESI=00000003 EDI=3ffb13c8 EBP=00000066 ESP=00006e94 EIP=f06db76d EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=0000008a EBX=ffd1cd73 ECX=000f7500 EDX=00000000 ESI=00000003 EDI=3ffbcf51 EBP=00000066 ESP=00006e94 EIP=70fbcf68 EFL=00010046 [---Z-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= 000f7cb0 00000037 IDT= 000f7cee 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 qemu: terminating on signal 15 from pid 169695 -- KVM internal error. Suberror: 1 emulation failure EAX=0000348a EBX=ffd18f74 ECX=00008a00 EDX=00003400 ESI=00000003 EDI=3ffbcf81 EBP=00000066 ESP=fffd7fec EIP=3ffbcf85 EFL=00010006 [-----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= 000f7cb0 00000037 IDT= 000f7cee 00000000 CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000 DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 DR6=00000000ffff0ff0 DR7=0000000000000400 EFER=0000000000000000 Code=8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 40 b1 8a 88 <c8> e6 70 aa e1 e7 71 b0 8b e6 70 e4 71 83 e0 01 83 c8 02 e6 71 b0 8c e6 70 e4 71 b0 8d e6 -- KVM internal error. Suberror: 1 emulation failure EAX=000000ff EBX=ffd18f74 ECX=ffffe0fe EDX=00000000 ESI=00000003 EDI=3ffbcf85 EBP=00000066 ESP=00000003 EIP=3ffbcf85 EFL=00010013 [----A-C] 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= 000f7cb0 00000037 IDT= 000f7cee 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 <c8> e6 70 6c e1 e7 71 b0 8b e6 70 e4 71 83 e0 01 83 c8 02 e6 71 b0 8c e6 70 e4 71 b0 8d e6 qemu: terminating on signal 15 from pid 169695