Age | Commit message (Expand) | Author | Files | Lines |
2019-12-16 | mips: jazz: Renovate coding style | Filip Bozuta | 1 | -5/+7 |
2019-10-24 | hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+5 |
2019-10-15 | hw/arm/bcm2835_peripherals: Name various address spaces | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-10-15 | hw/arm/bcm2835_peripherals: Improve logging | Philippe Mathieu-Daudé | 1 | -4/+4 |
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-21 | hw/dma/omap_dma: Move switch 'fall through' comment to correct place | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-08-20 | hw/core: Add a config switch for the "register" device | Thomas Huth | 1 | -0/+1 |
2019-08-19 | hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 8 | -0/+8 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 6 | -4/+2 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 11 | -0/+11 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 11 | -0/+12 |
2019-07-26 | pl330: fix vmstate description | Damien Hedde | 1 | -8/+9 |
2019-06-26 | dma/rc4030: Minor code style cleanup | Aleksandar Markovic | 1 | -7/+11 |
2019-06-26 | dma/rc4030: Fix off-by-one error in specified memory region size | Aleksandar Markovic | 1 | -1/+2 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 5 | -3/+2 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 13 | -0/+15 |
2019-04-29 | hw/dma: Compile the bcm2835_dma device as common object | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -3/+3 |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+20 |
2019-02-14 | hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf | Philippe Mathieu-Daudé | 1 | -1/+3 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 2 | -3/+3 |
2018-12-13 | dma/puv3_dma: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -6/+4 |
2018-08-20 | hw/dma/pl080: Remove hw_error() if DMA is enabled | Peter Maydell | 1 | -1/+0 |
2018-08-20 | hw/dma/pl080: Correct bug in register address decode logic | Peter Maydell | 1 | -2/+3 |
2018-08-20 | hw/dma/pl080: Provide device reset function | Peter Maydell | 1 | -0/+25 |
2018-08-20 | hw/dma/pl080: Don't use CPU address space for DMA accesses | Peter Maydell | 1 | -6/+29 |
2018-08-20 | hw/dma/pl080: Support all three interrupt lines | Peter Maydell | 1 | -5/+8 |
2018-08-20 | hw/dma/pl080: Allow use as embedded-struct device | Peter Maydell | 1 | -32/+2 |
2018-06-26 | hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf | Philippe Mathieu-Daudé | 1 | -24/+40 |
2018-06-26 | hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf | Philippe Mathieu-Daudé | 1 | -2/+4 |
2018-06-15 | iommu: Add IOMMU index argument to translate method | Peter Maydell | 1 | -1/+1 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 2 | -3/+3 |
2018-05-31 | xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errors | Francisco Iglesias | 1 | -3/+7 |
2018-05-18 | xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMA | Francisco Iglesias | 2 | -0/+833 |
2018-04-09 | hw/dma/i82374: Avoid double creation of the 82374 controller | Philippe Mathieu-Daudé | 1 | -1/+8 |
2018-03-12 | hw/dma/i8257: Rename DMA_init() to i8257_dma_init() | Philippe Mathieu-Daudé | 2 | -3/+4 |
2018-02-06 | hw/dma: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -18/+18 |
2018-01-26 | aarch64-softmmu.mak: Use an ARM specific config | Alistair Francis | 1 | -0/+1 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2 | -20/+20 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 3 | -3/+3 |
2018-01-09 | sun4m: remove include/hw/sparc/sun4m.h and all references to it | Mark Cave-Ayland | 1 | -1/+0 |
2018-01-09 | sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h | Mark Cave-Ayland | 1 | -0/+1 |
2018-01-09 | sun4m: move sun4m_iommu.c from hw/dma to hw/sparc | Mark Cave-Ayland | 3 | -417/+0 |
2017-10-31 | sun4m_iommu: remove legacy sparc_iommu_memory_rw() function | Mark Cave-Ayland | 1 | -33/+0 |