summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_dma.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-4/+4
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-5/+5
* hw/pxa2xx_dma.c: drop target_phys_addr_t usage in device stateMitsyanko Igor2012-03-161-6/+6
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-10/+19
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* pxa2xx_dma: convert to memory APIAvi Kivity2011-11-241-30/+24
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* pxa2xx_dma: Get rid of a forward declaration.Andrzej Zaborowski2011-03-031-26/+24
* pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski2011-03-031-80/+106
* pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler fieldDmitry Eremin-Solenikov2011-03-031-5/+0
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-11/+11
* Get rid of _t suffixmalc2009-10-011-11/+11
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Follow coding conventionsPaul Brook2009-05-101-21/+21
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-10/+7
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Better STOPINTR bit semantics in the PXA2xx DMA.balrog2007-11-171-1/+3
* Break up vl.h.pbrook2007-11-171-1/+2
* use correct printf formatbellard2007-11-111-2/+2
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+57
* Implement the PXA2xx I2C master controller.balrog2007-05-231-3/+3
* Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog2007-04-301-0/+496
OpenPOWER on IntegriCloud