Re: [Qemu-devel] [PATCH] PCI: PCIe access should always be little endian

2017-09-27 Thread Matt Redfearn
ping? On 16/08/17 11:25, Marcel Apfelbaum wrote: On 15/08/2017 17:44, Matt Redfearn wrote: PCIe busses are always little endian, so set the endianness of the memory region to little endian rather than native such that operations work as expected on big endian targets. Signed-off-by: Matt Redf

Re: [Qemu-devel] [PATCH] PCI: PCIe access should always be little endian

2017-08-16 Thread Marcel Apfelbaum
On 15/08/2017 17:44, Matt Redfearn wrote: PCIe busses are always little endian, so set the endianness of the memory region to little endian rather than native such that operations work as expected on big endian targets. Signed-off-by: Matt Redfearn Hi Matt, Thanks for the patch. --- hw/

[Qemu-devel] [PATCH] PCI: PCIe access should always be little endian

2017-08-15 Thread Matt Redfearn
PCIe busses are always little endian, so set the endianness of the memory region to little endian rather than native such that operations work as expected on big endian targets. Signed-off-by: Matt Redfearn --- hw/pci/pcie_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git