summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1196.toml
blob: d2013f6e88309c8410392f3ede53321d29c47242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = """"""