summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Collapse)AuthorAgeFilesLines
* ppce500_pci: convert to memory APIAvi Kivity2011-11-241-20/+14Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* ppc4xx_pci: convert to memory APIAvi Kivity2011-11-241-42/+26Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* lm32_timer: convert to memory APIAvi Kivity2011-11-241-16/+14Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* sh_serial: convert to memory APIBenoît Canet2011-11-243-39/+47
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* sh_intc: convert interrupt controller to memory APIBenoît Canet2011-11-243-31/+63
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* sh_timer: convert to memory APIBenoît Canet2011-11-243-22/+28
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* sh7750: convert cache and tlb to memory APIBenoît Canet2011-11-241-21/+22
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* sh7750: convert memory controller/ioport to memory APIBenoît Canet2011-11-244-30/+49
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_timer: convert to memory APIBenoît Canet2011-11-241-21/+20Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_intctl: convert slaves interrupt controllers to memory APIBenoît Canet2011-11-241-18/+18
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_intctl: convert master interrupt controller to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert aux2 to memory APIBenoît Canet2011-11-241-17/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert aux1 to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert system control to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert leds to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert modem to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert diagnostic to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert configuration to memory APIBenoît Canet2011-11-241-16/+15Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* slavio_misc: convert apc to memory APIBenoît Canet2011-11-241-16/+16
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* xilinx_axienet: convert to memory APIAvi Kivity2011-11-241-18/+11Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* xilinx_axidma: convert to memory APIAvi Kivity2011-11-241-17/+12Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* sun4c_intctl: convert to memory APIAvi Kivity2011-11-241-19/+17Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* sun4m_iommu: convert to memory APIAvi Kivity2011-11-241-17/+16Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* grlib_irqmp: convert to memory APIAvi Kivity2011-11-241-18/+16Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* grlib_gptimer: convert to memory APIAvi Kivity2011-11-241-18/+16Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* grlib_apbuart: convert to memory APIAvi Kivity2011-11-241-15/+15
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* musicpal: avoid call to sysbus_init_mmio()Avi Kivity2011-11-241-1/+3
| | | | | | | Instead of calling sysbus_init_mmio() with a null region, create a dummy region using the memory API. Signed-off-by: Avi Kivity <avi@redhat.com>
* bitbang_i2c: avoid call to sysbus_init_mmio()Avi Kivity2011-11-241-1/+3
| | | | | | | Instead of calling sysbus_init_mmio() with a null region, create a dummy region using the memory API. Signed-off-by: Avi Kivity <avi@redhat.com>
* sparc32_dma: convert to memory APIAvi Kivity2011-11-241-16/+15Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_dma: convert to memory APIAvi Kivity2011-11-241-30/+24Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* axis_dev88: convert to memory APIAvi Kivity2011-11-241-33/+30Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* eccmemctl: convert to memory APIAvi Kivity2011-11-241-33/+30Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* empty_slot: convert to memory APIAvi Kivity2011-11-241-19/+13Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* mpc8544_guts: convert to memory APIAvi Kivity2011-11-241-18/+17Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* fw_cfg: convert to memory APIAvi Kivity2011-11-241-45/+65
| | | | | | | | Because the new API doesn't allow overlapping regions with just different access sizes, we have to create a new "combined" region for both control and data, when the two share an ioport offset. Signed-off-by: Avi Kivity <avi@redhat.com>
* esp: convert to memory APIAvi Kivity2011-11-241-17/+20
| | | | | | | [benoit: fix] Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* m48t59: convert to memory APIAvi Kivity2011-11-241-14/+9Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* ds1225y: convert to memory APIAvi Kivity2011-11-241-48/+14Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* dp8393x: convert to memory APIAvi Kivity2011-11-243-16/+17
| | | | | | Fixes address space leak on hotunplug. Signed-off-by: Avi Kivity <avi@redhat.com>
* cs4321: convert to memory APIAvi Kivity2011-11-241-16/+11Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* ide/mmio: convert to memory APIAvi Kivity2011-11-243-34/+27Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* hpet: convert to memory APIAvi Kivity2011-11-241-45/+17Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* rc4030: convert to memory APIAvi Kivity2011-11-243-30/+27Star
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_lcd: convert to memory APIBenoît Canet2011-11-243-22/+18Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_mmci: convert to memory APIBenoît Canet2011-11-243-18/+20
| | | | | | | | Convert mechanicaly; the access size of the old_mmio fields seems odd. Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_pic: convert to memory APIBenoît Canet2011-11-241-18/+13Star
| | | | | | | | | The ARM documentation say transfers between the cpu and the coprocessor are 32 bits wide. Use 4 as size for coprocessor read and writes. Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_timer: convert to memory APIBenoît Canet2011-11-241-16/+11Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_keypad: convert to memory APIBenoît Canet2011-11-243-22/+19Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_pcmcia.c: convert io memory space to memory APIBenoît Canet2011-11-241-18/+13Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_pcmcia.c: convert attribute memory space to memory APIBenoît Canet2011-11-241-17/+14Star
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>