Age | Commit message (Expand) | Author | Files | Lines |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell | 1 | -1/+1 |
2024-08-20 | hw/dma/xilinx_axidma: Use semicolon at end of statement, not comma | Peter Maydell | 1 | -1/+1 |
2024-06-18 | hw/dma: Add a trace log for a description loading failure | Fea.Wang | 1 | -0/+3 |
2024-06-17 | hw/dma: Enhance error handling in loading description | Fea.Wang | 1 | -4/+26 |
2023-10-19 | hw/dma: Declare link using static DEFINE_PROP_LINK() macro | Philippe Mathieu-Daudé | 1 | -4/+2 |
2023-05-30 | hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop. | Tommy Wu | 1 | -3/+8 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-05-19 | ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY | Peter Maydell | 1 | -1/+1 |
2020-12-10 | hw/dma/xilinx_axidma: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé | 1 | -13/+13 |
2020-12-10 | hw/core/stream: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé | 1 | -16/+16 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | xilinx_axidma: Use typedef name for instance_size | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -8/+6 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+3 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -2/+2 |
2020-07-02 | hw: Fix error API violation around object_property_set_link() | Markus Armbruster | 1 | -10/+2 |
2020-06-15 | qom: Less verbose object_initialize_child() | Markus Armbruster | 1 | -6/+3 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -9/+3 |
2020-05-14 | hw/dma/xilinx_axidma: s2mm: Support stream fragments | Edgar E. Iglesias | 1 | -7/+7 |
2020-05-14 | hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor | Edgar E. Iglesias | 1 | -14/+17 |
2020-05-14 | hw/core: stream: Add an end-of-packet flag | Edgar E. Iglesias | 1 | -4/+6 |
2020-05-14 | hw/dma/xilinx_axidma: Add DMA memory-region property | Edgar E. Iglesias | 1 | -7/+23 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-10-24 | hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+5 |
2019-10-15 | ptimer: Rename ptimer_init() to ptimer_init_with_bh() | Peter Maydell | 1 | -1/+1 |
2019-09-03 | hw/dma/xilinx_axi: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé | 1 | -8/+8 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 1 | -2/+2 |
2017-09-07 | xilinx_axidma: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -12/+4 |
2017-07-13 | xilinx: Fix latent error handling bug | Eduardo Habkost | 1 | -3/+1 |
2016-10-17 | Reducing stack frame size in stream_process_mem2s() | Rutuja Shah | 1 | -4/+4 |
2016-09-22 | hw/ptimer: Introduce timer policy feature | Dmitry Osipenko | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-29 | arm devices: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-11 | hw/dma/xilinx_axidma: remove dead code | Andrew Jones | 1 | -10/+0 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -1/+1 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2014-08-24 | dma: axidma: Variablise repeated s->streams[i] sub-expr | Peter Crosthwaite | 1 | -4/+6 |
2014-06-10 | hw/dma/xilinx_axidma: Remove unused stream_halted() function | Peter Maydell | 1 | -5/+0 |
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-01-06 | hw: Remove assert_no_error usages | Peter Crosthwaite | 1 | -9/+4 |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber | 1 | -2/+4 |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh | 1 | -0/+1 |
2013-07-04 | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini | 1 | -1/+1 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -1/+1 |