diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1196.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
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, 0 insertions, 20 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 deleted file mode 100644 index d2013f6e..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1196.toml +++ /dev/null @@ -1,20 +0,0 @@ -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 = """""" |