diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2212.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2212.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2212.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2212.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2212.toml new file mode 100644 index 000000000..2ba08a956 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2212.toml @@ -0,0 +1,25 @@ +id = 2212 +title = "\"pci_hp_register failed with error -16\" was found in Guest when launching VM with pci-bridge and \"-machine q35\"" +state = "opened" +created_at = "2024-03-08T03:28:19.167Z" +closed_at = "n/a" +labels = ["device: PCI"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2212" +host-os = "CentOS 9" +host-arch = "x86_64" +qemu-version = "QEMU emulator version 8.2.50 (v8.2.0-2085-gdb596ae190)" +guest-os = "CentOS 9" +guest-arch = "x86_64" +description = """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".""" +reproduce = """1.Boot QEMU + +2.Check dmesg in VM""" +additional = """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)""" |