]> git.proxmox.com Git - qemu.git/commit - hw/smc91c111.c
Remove io_index argument from cpu_register_io_memory()
authorAvi Kivity <avi@redhat.com>
Sun, 14 Jun 2009 08:38:51 +0000 (11:38 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:18:37 +0000 (15:18 -0500)
commit1eed09cb4a0b187427ef1ccefd42579174f20a7c
tree10451f9083433986d683085c342dd8c53148e854
parentdff840348ecde00e196dca1c87d5d365b7e3c985
Remove io_index argument from cpu_register_io_memory()

The parameter is always zero except when registering the three internal
io regions (ROM, unassigned, notdirty).  Remove the parameter to reduce
the API's power, thus facilitating future change.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
140 files changed:
cpu-common.h
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/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/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/grackle_pci.c
hw/gt64xxx.c
hw/heathrow_pic.c
hw/hpet.c
hw/ide.c
hw/integratorcp.c
hw/ioapic.c
hw/iommu.c
hw/isa_mmio.c
hw/jazz_led.c
hw/lsi53c895a.c
hw/m48t59.c
hw/mac_dbdma.c
hw/mac_nvram.c
hw/mc146818rtc.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/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_i2c.c
hw/omap_lcdc.c
hw/omap_mmc.c
hw/omap_sx1.c
hw/onenand.c
hw/openpic.c
hw/palm.c
hw/parallel.c
hw/pckbd.c
hw/pcnet.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/ppc4xx_devs.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_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/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/unin_pci.c
hw/usb-ohci.c
hw/versatile_pci.c
hw/versatilepb.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
kqemu.c