diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1196.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1196.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1196.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1196.toml new file mode 100644 index 00000000..d2013f6e --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1196.toml @@ -0,0 +1,20 @@ +id = 1196 +title = "Guest could not enable pci AtomicOp requests for passthrough device" +state = "closed" +created_at = "2022-09-06T05:54:47.384Z" +closed_at = "2022-09-29T14:47:17.936Z" +labels = ["device: PCI"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1196" +host-os = "Ubuntu 22.04" +host-arch = "(x86 etc.)" +qemu-version = "(QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.4)" +guest-os = "(ubuntu-20.04.2)" +guest-arch = "(x86)" +description = """Guest could not enable pci AtomicOp requests for passthrough device. + +sudo setpci -v -d *:706t 8c.b=40 // enable pci AtomicOp requests bit in the guest os. + +Host could not see the bit by command "sudo lspci -vvv -s 03:00.0".""" +reproduce = """1. sudo setpci -v -d *:706t 8c.b=40 // in the guest os +2. sudo lspci -vvv -s 03:00.0 // in the host os""" +additional = """""" |