aboutsummaryrefslogtreecommitdiff
path: root/hw/dma
AgeCommit message (Expand)Author
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10hw/dma/xilinx_axidma: Remove unused stream_halted() functionPeter Maydell
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-05PortioList: Store PortioList in device stateKirill Batuzov
2014-05-05hw: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi
2014-02-26dma/pl330: implement dmaadnh instructionpull-target-arm-20140226Peter Crosthwaite
2014-02-26dma/pl330: Fix buffer depthPeter Crosthwaite
2014-02-26dma/pl330: Add event debugging printfsPeter Crosthwaite
2014-02-26dma/pl330: Rename parent_objPeter Crosthwaite
2014-02-26dma/pl330: printf format type sweep.Peter Crosthwaite
2014-02-26dma/pl330: Fix misleading typePeter Crosthwaite
2014-02-26dma/pl330: Delete overly verbose debug printfPeter Crosthwaite
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-08-30qom: Pass available size to object_initialize()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-29sun4m_iommu: QOM cast cleanupAndreas Färber
2013-07-29sparc32_dma: QOM cast cleanupAndreas Färber
2013-07-29pxa2xx_dma: QOM cast cleanupAndreas Färber
2013-07-29puv3_dma: QOM cast cleanupAndreas Färber
2013-07-29pl080: QOM'ify pl080 and pl081Andreas Färber
2013-07-29pl080: Rename pl080_state to PL080StateAndreas Färber
2013-07-15hw/dma/omap_dma: Fix bugs with DMA requests above 32Peter Maydell
2013-07-04hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04piolist: add owner argument to initialization functions and pass devicesPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04i82374: replace register_ioport*Jan Kiszka
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-10xilinx_axidma: Do not set DMA .notify to NULL after notifyWendy Liang
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-05-20Rename hexdump to avoid FreeBSD libutil conflictEd Maste
2013-04-29i82374: QOM'ifyAndreas Färber
2013-04-20qdev: Drop taddr propertiesPeter Maydell
2013-04-19Remove unneeded type castsStefan Weil
2013-04-16stream: Remove app argument hackPeter Crosthwaite
2013-04-16xilinx_axienet/dma: Implement rx path flow controlPeter Crosthwaite
2013-04-16stream: Add flow control APIPeter Crosthwaite