]> Git Repo - qemu.git/commit
PCI: PCIe access should always be little endian
authorMatt Redfearn <[email protected]>
Tue, 15 Aug 2017 14:44:17 +0000 (15:44 +0100)
committerMichael S. Tsirkin <[email protected]>
Sun, 15 Oct 2017 02:54:42 +0000 (05:54 +0300)
commita6c242aaf52409ea827665e6f5f84b446d17a859
tree7909ea8dc3510975608be26cf5369d3a5f6c61dd
parentb81b948ecc8659d78066f374c787ed12379d21dd
PCI: PCIe access should always be little endian

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 <[email protected]>
Reviewed-by: Marcel Apfelbaum <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/pci/pcie_host.c
This page took 0.025845 seconds and 4 git commands to generate.