diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-05-14 11:14:39 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-06-09 09:31:34 -0400 |
commit | 191f90cbea08122b48107f1f9116106fbf3bdfac (patch) | |
tree | 685a202e5a0e5bd477d0c4ad4dc9db9db9c8a205 /hw/rtc | |
parent | 49ee11555262a256afec592dfed7c5902d5eefd2 (diff) | |
download | qemu-191f90cbea08122b48107f1f9116106fbf3bdfac.zip qemu-191f90cbea08122b48107f1f9116106fbf3bdfac.tar.gz qemu-191f90cbea08122b48107f1f9116106fbf3bdfac.tar.bz2 |
msix: allow qword MSI-X table accesses
PCI spec says:
For all accesses to MSI-X Table and MSI-X PBA fields, software must use
aligned full DWORD or aligned full QWORD transactions; otherwise, the
result is undefined.
However, since MSI-X was converted to use memory API, QEMU
started blocking qword transactions, only allowing DWORD
ones. Guests do not seem to use QWORD accesses, but let's
be spec compliant.
Fixes: 95524ae8dc8f ("msix: convert to memory API")
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'hw/rtc')
0 files changed, 0 insertions, 0 deletions