[Qemu-devel] [PATCH 19/19] MSI-X: Fix endianness

2012-12-12 Thread Alexander Graf
The MSI-X vector tables are usually stored in little endian in memory, so let's mark the accessors as such. This fixes MSI-X on e500 for me. Signed-off-by: Alexander Graf Acked-by: Michael S. Tsirkin --- hw/msix.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw

Re: [Qemu-devel] [PATCH 19/19] MSI-X: Fix endianness

2012-12-08 Thread Michael S. Tsirkin
On Sat, Dec 08, 2012 at 02:44:42PM +0100, Alexander Graf wrote: > The MSI-X vector tables are usually stored in little endian in memory, > so let's mark the accessors as such. > > This fixes MSI-X on e500 for me. > > Signed-off-by: Alexander Graf > CC: Michael S. Tsirkin Acked-by: Michael S. T

[Qemu-devel] [PATCH 19/19] MSI-X: Fix endianness

2012-12-08 Thread Alexander Graf
The MSI-X vector tables are usually stored in little endian in memory, so let's mark the accessors as such. This fixes MSI-X on e500 for me. Signed-off-by: Alexander Graf CC: Michael S. Tsirkin --- hw/msix.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/msix.