Age | Commit message (Expand) | Author | Files | Lines |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-11 | dma/rc4030: convert to QOM | Hervé Poussineau | 1 | -26/+89 |
2015-06-11 | dma/rc4030: use trace events instead of custom logging | Hervé Poussineau | 1 | -65/+16 |
2015-06-11 | dma/rc4030: document register at offset 0x210 | Hervé Poussineau | 1 | -8/+8 |
2015-06-11 | dma/rc4030: do not use old_mmio accesses | Hervé Poussineau | 1 | -96/+16 |
2015-06-11 | dma/rc4030: use AddressSpace and address_space_rw in users | Hervé Poussineau | 1 | -11/+4 |
2015-06-11 | dma/rc4030: create custom DMA address space | Hervé Poussineau | 1 | -37/+126 |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 2 | -5/+18 |
2015-03-19 | omap: Fix warnings from Sparse | Stefan Weil | 1 | -3/+5 |
2015-03-10 | pl330.c: remove superfluous '\n' around error_setg | Gonglei | 1 | -2/+2 |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 1 | -1/+1 |
2014-09-16 | hw/dma/i8257: Silence phony error message | Philipp Hahn | 1 | -2/+2 |
2014-08-24 | dma: axidma: Variablise repeated s->streams[i] sub-expr | Peter Crosthwaite | 1 | -4/+6 |
2014-06-30 | hw: Fix qemu_allocate_irqs() leaks | Andreas Färber | 1 | -2/+2 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 1 | -4/+2 |
2014-06-10 | hw/dma/xilinx_axidma: Remove unused stream_halted() function | Peter Maydell | 1 | -5/+0 |
2014-05-15 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i... | Peter Maydell | 2 | -4/+2 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2 | -4/+2 |
2014-05-13 | hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16 | Peter Maydell | 1 | -6/+6 |
2014-05-13 | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela | 2 | -7/+0 |
2014-05-05 | PortioList: Store PortioList in device state | Kirill Batuzov | 1 | -3/+4 |
2014-05-05 | hw: Consistently name Error * objects err, and not errp | Markus Armbruster | 1 | -8/+8 |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi | 1 | -0/+4 |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi | 1 | -4/+12 |
2014-02-26 | dma/pl330: implement dmaadnh instruction | Peter Crosthwaite | 1 | -3/+16 |
2014-02-26 | dma/pl330: Fix buffer depth | Peter Crosthwaite | 1 | -1/+1 |
2014-02-26 | dma/pl330: Add event debugging printfs | Peter Crosthwaite | 1 | -0/+2 |
2014-02-26 | dma/pl330: Rename parent_obj | Peter Crosthwaite | 1 | -1/+2 |
2014-02-26 | dma/pl330: printf format type sweep. | Peter Crosthwaite | 1 | -12/+14 |
2014-02-26 | dma/pl330: Fix misleading type | Peter Crosthwaite | 1 | -1/+1 |
2014-02-26 | dma/pl330: Delete overly verbose debug printf | Peter Crosthwaite | 1 | -1/+0 |
2014-02-14 | qdev: Remove hex8/32/64 property types | Paolo Bonzini | 2 | -2/+2 |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias | 2 | -5/+7 |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias | 1 | -9/+4 |
2014-01-06 | hw: Remove assert_no_error usages | Peter Crosthwaite | 1 | -9/+4 |
2013-12-24 | hw: cannot_instantiate_with_device_add_yet due to pointer props | Markus Armbruster | 1 | -0/+2 |
2013-12-23 | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -1/+0 |
2013-12-23 | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 1 | -1/+1 |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber | 1 | -2/+4 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 3 | -9/+9 |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh | 1 | -0/+1 |
2013-07-29 | sun4m_iommu: QOM cast cleanup | Andreas Färber | 1 | -4/+8 |
2013-07-29 | sparc32_dma: QOM cast cleanup | Andreas Färber | 1 | -9/+14 |
2013-07-29 | pxa2xx_dma: QOM cast cleanup | Andreas Färber | 1 | -8/+12 |
2013-07-29 | puv3_dma: QOM cast cleanup | Andreas Färber | 1 | -4/+8 |
2013-07-29 | pl080: QOM'ify pl080 and pl081 | Andreas Färber | 1 | -31/+20 |
2013-07-29 | pl080: Rename pl080_state to PL080State | Andreas Färber | 1 | -22/+22 |
2013-07-15 | hw/dma/omap_dma: Fix bugs with DMA requests above 32 | Peter Maydell | 1 | -5/+6 |
2013-07-04 | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini | 7 | -7/+9 |
2013-07-04 | piolist: add owner argument to initialization functions and pass devices | Paolo Bonzini | 1 | -1/+1 |