summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* xilinx_axienet: convert to memory APIAvi Kivity2011-11-241-18/+11
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* xilinx_axidma: convert to memory APIAvi Kivity2011-11-241-17/+12
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* sun4c_intctl: convert to memory APIAvi Kivity2011-11-241-19/+17
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* sun4m_iommu: convert to memory APIAvi Kivity2011-11-241-17/+16
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* grlib_irqmp: convert to memory APIAvi Kivity2011-11-241-18/+16
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* grlib_gptimer: convert to memory APIAvi Kivity2011-11-241-18/+16
| | | | 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/+15
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_dma: convert to memory APIAvi Kivity2011-11-241-30/+24
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* axis_dev88: convert to memory APIAvi Kivity2011-11-241-33/+30
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* eccmemctl: convert to memory APIAvi Kivity2011-11-241-33/+30
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* empty_slot: convert to memory APIAvi Kivity2011-11-241-19/+13
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* mpc8544_guts: convert to memory APIAvi Kivity2011-11-241-18/+17
| | | | 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>
* memory: add MemoryRegionOps::valid.acceptsAvi Kivity2011-11-242-3/+16
| | | | | | | | MemoryRegionOps::valid tries to declaratively specify which transactions are accepted by the device/bus, however it is not completely generic. Add a callback for special cases. Signed-off-by: Avi Kivity <avi@redhat.com>
* m48t59: convert to memory APIAvi Kivity2011-11-241-14/+9
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* ds1225y: convert to memory APIAvi Kivity2011-11-241-48/+14
| | | | 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/+11
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* ide/mmio: convert to memory APIAvi Kivity2011-11-243-34/+27
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* hpet: convert to memory APIAvi Kivity2011-11-241-45/+17
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* rc4030: convert to memory APIAvi Kivity2011-11-243-30/+27
| | | | Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_lcd: convert to memory APIBenoît Canet2011-11-243-22/+18
| | | | | 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/+13
| | | | | | | | | 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/+11
| | | | | 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/+19
| | | | | 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/+13
| | | | | 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/+14
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_pcmcia.c: convert common memory space to memory APIBenoît Canet2011-11-243-23/+21
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* pxa2xx_gpio: convert to memory APIBenoît Canet2011-11-241-18/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_virtio: convert to memory APIBenoît Canet2011-11-241-16/+10
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_timer: convert to memory APIBenoît Canet2011-11-241-17/+10
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_serial: convert to memory APIBenoît Canet2011-11-241-17/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_rtc: convert to memory APIBenoît Canet2011-11-241-17/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_pointer: convert to memory APIBenoît Canet2011-11-241-17/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_keyboard: convert to memory APIBenoît Canet2011-11-241-17/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_interrupt: convert to memory APIBenoît Canet2011-11-241-17/+12
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* syborg_fb: convert to memory APIBenoît Canet2011-11-241-17/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* mst_fpga: convert to memory APIBenoît Canet2011-11-241-17/+12
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* marvell_88x8618_audio: convert to memory APIBenoît Canet2011-11-241-17/+11
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* stellaris: convert gptm to memory APIBenoît Canet2011-11-241-17/+12
| | | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Avi Kivity <avi@redhat.com>
* stellaris: convert adc to memory APIBenoît Canet2011-11-241-18/+12
| | | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Avi Kivity <avi@redhat.com>
* stellaris: convert i2c to memory APIBenoît Canet2011-11-241-17/+11
| | | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Avi Kivity <avi@redhat.com>
* stellaris: convert sys to memory APIBenoît Canet2011-11-241-17/+11
| | | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Avi Kivity <avi@redhat.com>
* integratorcp: convert control to memory APIBenoît Canet2011-11-241-17/+14
| | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
* integratorcp: convert icp pic to memory APIBenoît Canet2011-11-241-17/+10
| | | | | | Signed-off-by: Benoit Canet <benoit.canet@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Avi Kivity <avi@redhat.com>