summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2/output/hypervisor/1196
blob: 2e6ca5270137a4d1ad5cf3a02f9c5820cedb1c42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Guest could not enable pci AtomicOp requests for passthrough device
Description of problem:
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".
Steps to 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 information: