Michael S. Tsirkin 191f90cbea 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>
2020-06-09 09:31:34 -04:00
..
2020-06-09 09:31:34 -04:00
2019-10-24 19:24:56 +02:00
2019-12-17 19:33:49 +01:00
2020-05-15 07:08:14 +02:00
2019-08-16 13:31:52 +02:00
2020-05-15 07:08:14 +02:00
2020-05-15 07:08:14 +02:00