Age | Commit message (Expand) | Author |
2020-04-06 | dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREE | Edgar E. Iglesias |
2020-04-06 | dma/xlnx-zdma: Remove comment | Edgar E. Iglesias |
2020-03-27 | fdc/i8257: implement verify transfer mode | Sven Schnelle |
2020-03-23 | hw/arm/bcm283x: Correct the license text | Philippe Mathieu-Daudé |
2020-03-17 | hw/dma: Let devices own the MemoryRegion they create | Philippe Mathieu-Daudé |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-03-09 | dma/xlnx-zdma: Remove redundant statement in zdma_write_dst() | Chen Qun |
2020-02-20 | Avoid address_space_rw() with a constant is_write argument | Peter Maydell |
2020-02-20 | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-20 | Remove unnecessary cast when using the cpu_[physical]_memory API | Philippe Mathieu-Daudé |
2020-02-20 | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé |
2020-02-07 | bcm2835_dma: Re-initialize xlen in TD mode | Rene Stange |
2020-02-07 | bcm2835_dma: Fix the ylen loop in TD mode | Rene Stange |
2020-02-04 | hw/*/Makefile.objs: Move many .o files to common-objs | Thomas Huth |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-23 | dma/pl330: Convert to support tracing | Guenter Roeck |
2020-01-07 | lance: replace PROP_PTR with PROP_LINK | Marc-André Lureau |
2019-12-16 | mips: jazz: Renovate coding style | Filip Bozuta |
2019-10-24 | hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/arm/bcm2835_peripherals: Name various address spaces | Philippe Mathieu-Daudé |
2019-10-15 | hw/arm/bcm2835_peripherals: Improve logging | Philippe Mathieu-Daudé |
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-21 | hw/dma/omap_dma: Move switch 'fall through' comment to correct place | Philippe Mathieu-Daudé |
2019-08-20 | hw/core: Add a config switch for the "register" device | Thomas Huth |
2019-08-19 | hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines | Philippe Mathieu-Daudé |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-07-26 | pl330: fix vmstate description | Damien Hedde |
2019-06-26 | dma/rc4030: Minor code style cleanup | Aleksandar Markovic |
2019-06-26 | dma/rc4030: Fix off-by-one error in specified memory region size | Aleksandar Markovic |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-04-29 | hw/dma: Compile the bcm2835_dma device as common object | Philippe Mathieu-Daudé |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-14 | hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf | Philippe Mathieu-Daudé |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-12-13 | dma/puv3_dma: Convert sysbus init function to realize function | Mao Zhongyi |
2018-08-20 | hw/dma/pl080: Remove hw_error() if DMA is enabled | Peter Maydell |
2018-08-20 | hw/dma/pl080: Correct bug in register address decode logic | Peter Maydell |
2018-08-20 | hw/dma/pl080: Provide device reset function | Peter Maydell |
2018-08-20 | hw/dma/pl080: Don't use CPU address space for DMA accesses | Peter Maydell |