aboutsummaryrefslogtreecommitdiff
path: root/async.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2011-07-27 11:08:20 +0300
committerMichael S. Tsirkin <mst@redhat.com>2011-07-27 20:08:15 +0300
commit1129714ff43bd947740d587956a655210e8b93ed (patch)
treeac4d0915be7f4d9f6630185dfe6e563f694f828e /async.c
parent42e4126b793d15ec40f3a84017e1d8afecda1b6d (diff)
downloadqemu-1129714ff43bd947740d587956a655210e8b93ed.zip
qemu-1129714ff43bd947740d587956a655210e8b93ed.tar.gz
qemu-1129714ff43bd947740d587956a655210e8b93ed.tar.bz2
virtio-pci: use generic logic for command access
In practice, guests don't generate config requests that cross a word boundary, so the logic to detect command word access is correct because PCI_COMMAND is 0x4. But depending on this is tricky, further, it will break with guests that do try to generate a misaligned access as we pass it to devices without splitting. Better to use the generic range_covers_byte for this. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'async.c')
0 files changed, 0 insertions, 0 deletions