Age | Commit message (Expand) | Author |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-10-24 | hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | ptimer: Rename ptimer_init() to ptimer_init_with_bh() | Peter Maydell |
2019-09-03 | hw/dma/xilinx_axi: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau |
2017-09-07 | xilinx_axidma: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-13 | xilinx: Fix latent error handling bug | Eduardo Habkost |
2016-10-17 | Reducing stack frame size in stream_process_mem2s() | Rutuja Shah |
2016-09-22 | hw/ptimer: Introduce timer policy feature | Dmitry Osipenko |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | arm devices: Clean up includes | Peter Maydell |
2016-01-11 | hw/dma/xilinx_axidma: remove dead code | Andrew Jones |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2014-08-24 | dma: axidma: Variablise repeated s->streams[i] sub-expr | Peter Crosthwaite |
2014-06-10 | hw/dma/xilinx_axidma: Remove unused stream_halted() function | Peter Maydell |
2014-05-05 | hw: Consistently name Error * objects err, and not errp | Markus Armbruster |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi |
2014-01-06 | hw: Remove assert_no_error usages | Peter Crosthwaite |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh |
2013-07-04 | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-06-10 | xilinx_axidma: Do not set DMA .notify to NULL after notify | Wendy Liang |
2013-04-20 | qdev: Drop taddr properties | Peter Maydell |
2013-04-19 | Remove unneeded type casts | Stefan Weil |
2013-04-16 | stream: Remove app argument hack | Peter Crosthwaite |
2013-04-16 | xilinx_axienet/dma: Implement rx path flow control | Peter Crosthwaite |
2013-04-16 | stream: Add flow control API | Peter Crosthwaite |
2013-04-16 | xilinx_axidma: Fix rx/tx halted bit. | Peter Crosthwaite |
2013-04-16 | xilinx_axidma: Create Proxy object for stream | Peter Crosthwaite |
2013-04-16 | xilinx_axidma: converted init->realize | Peter Crosthwaite |
2013-04-16 | xilinx_axidma: Register reset properly | Peter Crosthwaite |
2013-04-16 | xilinx_axidma: Defined and use type cast macro | Peter Crosthwaite |
2013-04-16 | xilinx_axidma: typedef XilinxAXIDMA struct | Peter Crosthwaite |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini |