qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

igd passthrough , KVM internal error. Suberror: 3


From: wangyd
Subject: igd passthrough , KVM internal error. Suberror: 3
Date: Tue, 17 Dec 2019 19:33:56 +0800 (GMT+08:00)

Hi All,
    I met "KVM internal error. Suberror: 3"  when I reboot the  guest(Windows 10 with intel HD graphics pass through).
KVM internal error. Suberror: 3
extra data[0]: 80000b0e
extra data[1]: 31
extra data[2]: 83
extra data[3]: 18f50
EAX=fffffffe EBX=865e0120 ECX=865e22c0 EDX=865a0120
ESI=86539eac EDI=865a0120 EBP=865ff9a4 ESP=865ff9a0
EIP=86e45cfa EFL=00210202 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0023 00000000 ffffffff 00c0f300 DPL=3 DS   [-WA]
CS =0008 00000000 ffffffff 00c09b00 DPL=0 CS32 [-RA]
SS =0010 00000000 ffffffff 00c09300 DPL=0 DS   [-WA]
DS =0023 00000000 ffffffff 00c0f300 DPL=3 DS   [-WA]
FS =0030 865e0000 00004a20 00409300 DPL=0 DS   [-WA]
GS =0000 00000000 ffffffff 00000000
LDT=0000 00000000 ffffffff 00000000
TR =0028 865e4a80 000020ab 00008b00 DPL=0 TSS32-busy
GDT=     865ea600 000003ff
IDT=     865eaa00 000007ff
CR0=80010033 CR2=86539eb0 CR3=001a8000 CR4=001406e8
DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000 
DR6=00000000fffe0ff0 DR7=0000000000000400
EFER=0000000000000800
Code=8b 75 08 83 c8 ff f0 0f c1 06 74 15 83 7e 04 00 74 08 f3 90 <83> 7e 04 00 75 f8 33 c0 5e 5d c2 04 00 8b 46 10 50 8b 46 0c 50 8b 46 08 ff d0 89 46 14 33

environment:
    kernel: 4.14.15
    qemu: 4.2.0
    seabios: 1.13.0
    guest: win10_32 1703 (15063.0) enterprise
    How reproducible: almost 100%
    commandline:
      #!/bin/bash
/opt/lessons/build/x86_64-softmmu/qemu-system-x86_64 \
-name guest=vm,debug-threads=on \
-machine pc,accel=kvm,usb=off \
-no-user-config -nodefaults \
-m 2048M \
-smp 4,sockets=1,cores=4,threads=1 \
-realtime mlock=off \
-rtc base=localtime,clock=vm,driftfix=slew \
-global kvm-pit.lost_tick_policy=delay \
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 \
-drive file=/opt/lessons/win10_32_1703.inst,format=qcow2,if=none,id=drive-virtio-disk0,cache=writeback,copy-on-read=off,discard=unmap \
-device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0 \
-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \
-device vfio-pci,host=00:02.0,id=hostdev0,bus=pci.0,addr=0x2 \
-device vfio-pci,host=00:14.0,id=hostdev1,bus=pci.0,addr=0x14 \
-nographic \
-bios /opt/lessons/seabios-1.10.2/out/bios.bin \
-vga none 
hardware:
root@RainOS:/opt/lessons# lspci
00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller (rev 21)
00:1e.6 SD Host controller: Intel Corporation Sunrise Point-LP Secure Digital IO Controller (rev 21)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)


root@RainOS:/opt/lessons# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 78
Model name: Intel(R) Core(TM) i3-6100U CPU @ 2.30GHz
Stepping: 3
CPU MHz: 2300.000
CPU max MHz: 2300.0000
CPU min MHz: 400.0000
BogoMIPS: 4608.00
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 3072K
NUMA node0 CPU(s): 0-3


  If I removed the configuration of hyperv enlightenments of cpu, it will be ok.
  If I updated the guest from win10_32 with version 1703 (15063.0) enterprise to win10_32 with version 1803,it will be ok too.

  Can someone tell me why or give me some tips about how to debug such problems ?
  Any pointers would be greatly appreciated.


Best regards,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]