]> git.proxmox.com Git - qemu.git/commit - hw/pxa2xx_timer.c
Add endianness as io mem parameter
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:37 +0000 (12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:25 +0000 (15:24 +0000)
commit2507c12ab026b2286b0a47035c629f3d568c96f4
tree949765d6112d70536a3806eb822798a0e04577da
parentdd310534e3bf8045096654df41471fd7132887b2
Add endianness as io mem parameter

As stated before, devices can be little, big or native endian. The
target endianness is not of their concern, so we need to push things
down a level.

This patch adds a parameter to cpu_register_io_memory that allows a
device to choose its endianness. For now, all devices simply choose
native endian, because that's the same behavior as before.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
154 files changed:
exec.c
hw/apb_pci.c
hw/apic.c
hw/arm_gic.c
hw/arm_sysctl.c
hw/arm_timer.c
hw/armv7m.c
hw/axis_dev88.c
hw/bonito.c
hw/cirrus_vga.c
hw/cs4231.c
hw/cuda.c
hw/dp8393x.c
hw/ds1225y.c
hw/e1000.c
hw/eccmemctl.c
hw/eepro100.c
hw/empty_slot.c
hw/escc.c
hw/esp.c
hw/etraxfs_dma.c
hw/etraxfs_eth.c
hw/etraxfs_pic.c
hw/etraxfs_ser.c
hw/etraxfs_timer.c
hw/fdc.c
hw/fw_cfg.c
hw/g364fb.c
hw/gt64xxx.c
hw/heathrow_pic.c
hw/hpet.c
hw/ide/macio.c
hw/ide/mmio.c
hw/integratorcp.c
hw/intel-hda.c
hw/ioapic.c
hw/isa_mmio.c
hw/ivshmem.c
hw/jazz_led.c
hw/lan9118.c
hw/lance.c
hw/lsi53c895a.c
hw/m48t59.c
hw/mac_dbdma.c
hw/mac_nvram.c
hw/marvell_88w8618_audio.c
hw/mcf5206.c
hw/mcf5208.c
hw/mcf_fec.c
hw/mcf_intc.c
hw/mcf_uart.c
hw/mips_jazz.c
hw/mips_malta.c
hw/mips_r4k.c
hw/mpcore.c
hw/msix.c
hw/mst_fpga.c
hw/musicpal.c
hw/omap.h
hw/omap1.c
hw/omap2.c
hw/omap_dma.c
hw/omap_dss.c
hw/omap_gpio.c
hw/omap_gpmc.c
hw/omap_i2c.c
hw/omap_intc.c
hw/omap_l4.c
hw/omap_lcdc.c
hw/omap_mmc.c
hw/omap_sdrc.c
hw/omap_sx1.c
hw/omap_uart.c
hw/onenand.c
hw/openpic.c
hw/palm.c
hw/parallel.c
hw/pcie_host.c
hw/pckbd.c
hw/pcnet-pci.c
hw/pflash_cfi01.c
hw/pflash_cfi02.c
hw/pl011.c
hw/pl022.c
hw/pl031.c
hw/pl050.c
hw/pl061.c
hw/pl080.c
hw/pl110.c
hw/pl181.c
hw/pl190.c
hw/ppc405_boards.c
hw/ppc405_uc.c
hw/ppc4xx_pci.c
hw/ppc_newworld.c
hw/ppc_prep.c
hw/ppce500_pci.c
hw/prep_pci.c
hw/pxa2xx.c
hw/pxa2xx_dma.c
hw/pxa2xx_gpio.c
hw/pxa2xx_keypad.c
hw/pxa2xx_lcd.c
hw/pxa2xx_mmci.c
hw/pxa2xx_pcmcia.c
hw/pxa2xx_pic.c
hw/pxa2xx_timer.c
hw/r2d.c
hw/rc4030.c
hw/realview.c
hw/realview_gic.c
hw/rtl8139.c
hw/sbi.c
hw/serial.c
hw/sh7750.c
hw/sh_intc.c
hw/sh_pci.c
hw/sh_serial.c
hw/sh_timer.c
hw/slavio_intctl.c
hw/slavio_misc.c
hw/slavio_timer.c
hw/sm501.c
hw/smc91c111.c
hw/sparc32_dma.c
hw/spitz.c
hw/stellaris.c
hw/stellaris_enet.c
hw/sun4c_intctl.c
hw/sun4m_iommu.c
hw/syborg_fb.c
hw/syborg_interrupt.c
hw/syborg_keyboard.c
hw/syborg_pointer.c
hw/syborg_rtc.c
hw/syborg_serial.c
hw/syborg_timer.c
hw/syborg_virtio.c
hw/tc6393xb.c
hw/tcx.c
hw/tusb6010.c
hw/usb-ohci.c
hw/versatile_pci.c
hw/versatilepb.c
hw/vga-isa-mm.c
hw/vga.c
hw/vmware_vga.c
hw/wdt_i6300esb.c
hw/xilinx_ethlite.c
hw/xilinx_intc.c
hw/xilinx_timer.c
hw/xilinx_uartlite.c
hw/zaurus.c
rwhandler.c