summaryrefslogtreecommitdiffstats
path: root/hw/dma
Commit message (Expand)AuthorAgeFilesLines
* dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite2014-08-241-4/+6
* hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-2/+2
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+2
* hw/dma/xilinx_axidma: Remove unused stream_halted() functionPeter Maydell2014-06-101-5/+0
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-152-4/+2
|\
| * savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-142-4/+2
* | hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell2014-05-131-6/+6
* | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-132-7/+0
|/
* PortioList: Store PortioList in device stateKirill Batuzov2014-05-051-3/+4
* hw: Consistently name Error * objects err, and not errpMarkus Armbruster2014-05-051-8/+8
* qom: Add check() argument to object_property_add_link()Stefan Hajnoczi2014-03-191-0/+4
* qom: Make QOM link property unref optionalStefan Hajnoczi2014-03-191-4/+12
* dma/pl330: implement dmaadnh instructionPeter Crosthwaite2014-02-261-3/+16
* dma/pl330: Fix buffer depthPeter Crosthwaite2014-02-261-1/+1
* dma/pl330: Add event debugging printfsPeter Crosthwaite2014-02-261-0/+2
* dma/pl330: Rename parent_objPeter Crosthwaite2014-02-261-1/+2
* dma/pl330: printf format type sweep.Peter Crosthwaite2014-02-261-12/+14
* dma/pl330: Fix misleading typePeter Crosthwaite2014-02-261-1/+1
* dma/pl330: Delete overly verbose debug printfPeter Crosthwaite2014-02-261-1/+0
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-142-2/+2
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-112-5/+7
* Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-141-9/+4
|\
| * hw: Remove assert_no_error usagesPeter Crosthwaite2014-01-061-9/+4
* | hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* | sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
|/
* qom: Pass available size to object_initialize()Andreas Färber2013-08-301-2/+4
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-223-9/+9
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* sun4m_iommu: QOM cast cleanupAndreas Färber2013-07-291-4/+8
* sparc32_dma: QOM cast cleanupAndreas Färber2013-07-291-9/+14
* pxa2xx_dma: QOM cast cleanupAndreas Färber2013-07-291-8/+12
* puv3_dma: QOM cast cleanupAndreas Färber2013-07-291-4/+8
* pl080: QOM'ify pl080 and pl081Andreas Färber2013-07-291-31/+20
* pl080: Rename pl080_state to PL080StateAndreas Färber2013-07-291-22/+22
* hw/dma/omap_dma: Fix bugs with DMA requests above 32Peter Maydell2013-07-151-5/+6
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-047-7/+9
* piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-0411-14/+14
* i82374: replace register_ioport*Jan Kiszka2013-07-041-5/+13
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-4/+4
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-8/+5
|\
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-8/+5
* | xilinx_axidma: Do not set DMA .notify to NULL after notifyWendy Liang2013-06-101-1/+2
|/
* Rename hexdump to avoid FreeBSD libutil conflictEd Maste2013-05-201-2/+2
* i82374: QOM'ifyAndreas Färber2013-04-291-3/+7
* qdev: Drop taddr propertiesPeter Maydell2013-04-201-1/+0
* Remove unneeded type castsStefan Weil2013-04-192-3/+3
* stream: Remove app argument hackPeter Crosthwaite2013-04-161-29/+70
* xilinx_axienet/dma: Implement rx path flow controlPeter Crosthwaite2013-04-161-8/+41
OpenPOWER on IntegriCloud