]> git.proxmox.com Git - qemu.git/commit - hw/mips_r4k.c
isa_mmio: Always use little endian
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:49 +0000 (12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:26 +0000 (15:24 +0000)
commit968d683c042d80821a00a76608ae770a7401cac0
tree90528f9386c5712a6a6c15de6b2a3eff5852a5f6
parentb093c1a3277d4ce531a1a36f85dd542c60db3809
isa_mmio: Always use little endian

This patch converts the ISA MMIO bridge code to always use little endian mmio.
All bswap code that existed was only there to convert from native cpu
endianness to little endian ISA devices.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
14 files changed:
hw/bonito.c
hw/gt64xxx.c
hw/isa.h
hw/isa_mmio.c
hw/mips_jazz.c
hw/mips_mipssim.c
hw/mips_r4k.c
hw/ppc440.c
hw/ppc_newworld.c
hw/ppc_oldworld.c
hw/ppce500_mpc8544ds.c
hw/sh_pci.c
hw/sun4u.c
hw/versatile_pci.c