]> git.proxmox.com Git - qemu.git/commit
PPC: Fix heathrow PIC to use little endian MMIO
authorAlexander Graf <agraf@suse.de>
Tue, 13 Sep 2011 08:41:23 +0000 (10:41 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:07 +0000 (09:48 +0200)
commit0157644c7b0bce8f3169bb17ca588ad1e8039fe2
treed451bdb548f3c0d383ab9d242b30abef0005a5fb
parentea0a7eb4603d5929d25ac32e27d2e318b5cea910
PPC: Fix heathrow PIC to use little endian MMIO

During the memory API conversion, the indication on little endianness of
MMIO for the heathrow PIC got dropped. This patch adds it back again.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/heathrow_pic.c