commit | 1e40356ce5f6ccfa0bb57104a533c62952c560ce | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Jul 05 15:08:09 2015 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Jul 08 12:37:08 2015 +0300 |
tree | bb570c9eb2d9a429dfca9ff56fdb70a68ae60792 | |
parent | ada434cd0b44ce984318621e4bb79e067360d737 [diff] |
virtio fix cfg endian-ness for BE targets address_space_rw assumes data is in target format and byte-swaps it if target is BE and device is LE. Use fixed-endian LE APIs instead. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>