summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/boot/2212
blob: de7db2f0cb3d438efb6bbab5c7de9b0776040f5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
boot: 0.958
files: 0.909
graphic: 0.904
device: 0.898
vnc: 0.852
socket: 0.800
semantic: 0.742
PID: 0.739
performance: 0.735
permissions: 0.673
network: 0.656
debug: 0.538
KVM: 0.315
other: 0.174

"pci_hp_register failed with error -16" was found in Guest when launching VM with pci-bridge and "-machine q35"
Description of problem:
Host and guest config file configuration:
  CONFIG_HOTPLUG_PCI_CPCI=y
  CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
  CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
  CONFIG_HOTPLUG_PCI_SHPC=y
Use this configuration kernel to boot QEMU, with the QEMU parameter "-machine q35 -device pci-bridge,id=bridge0,chassis_nr=1". After the guest boot, dmesg will display "shpchp 0000:00:04.0: pci_hp_register failed with error -16".
Steps to reproduce:
1.Boot QEMU

2.Check dmesg in VM
Additional information:
Error log:
[root@localhost ~]# dmesg | grep pci_hp_register
[    0.723893] shpchp 0000:00:04.0: pci_hp_register failed with error -16
[dmesg.log](/uploads/8ce302f996255544b4327d27ea4ac555/dmesg.log)