Age | Commit message (Expand) | Author | Files | Lines |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 1 | -10/+10 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -10/+24 |
2017-07-14 | memory/iommu: introduce IOMMUMemoryRegionClass | Alexey Kardashevskiy | 1 | -6/+20 |
2017-07-14 | memory/iommu: QOM'fy IOMMU MemoryRegion | Alexey Kardashevskiy | 1 | -4/+4 |
2017-07-13 | xilinx: Fix latent error handling bug | Eduardo Habkost | 1 | -3/+1 |
2017-06-02 | hw/dma: QOM'ify sun4m_iommu.c | xiaoqiang zhao | 1 | -7/+5 |
2017-06-02 | hw/dma: QOM'ify sparc32_dma.c | xiaoqiang zhao | 1 | -10/+15 |
2017-05-25 | memory: tune last param of iommu_ops.translate() | Peter Xu | 1 | -1/+1 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2 | -2/+2 |
2017-03-20 | dma/rc4030: fix a mixed declarations and code warning | Yongbok Kim | 1 | -1/+1 |
2017-03-20 | dma/rc4030: translate memory accesses only when they occur | Hervé Poussineau | 1 | -122/+36 |
2017-03-20 | dma: rc4030: limit interval timer reload value | Prasad J Pandit | 1 | -1/+1 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -4/+4 |
2017-01-27 | dma: omap: check dma channel data_type | Prasad J Pandit | 1 | -3/+7 |
2016-10-17 | hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1) | Thomas Huth | 1 | -1/+1 |
2016-10-17 | Reducing stack frame size in stream_process_mem2s() | Rutuja Shah | 1 | -4/+4 |
2016-09-29 | hw/dma: vmstateify rc4030 | Dr. David Alan Gilbert | 1 | -54/+27 |
2016-09-22 | hw/ptimer: Introduce timer policy feature | Dmitry Osipenko | 1 | -1/+1 |
2016-09-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+2 |
2016-09-13 | i8257: Make device "i8257" unavailable with -device | Markus Armbruster | 1 | -0/+2 |
2016-09-13 | hw/dma/omap: spelling fix: endianness | Michael Tokarev | 1 | -1/+1 |
2016-09-08 | portio: keep references on portio | Marc-André Lureau | 1 | -2/+4 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-07-04 | dma: Add Xilinx Zynq devcfg device model | Alistair Francis | 2 | -0/+401 |
2016-06-20 | trace: split out trace events for hw/dma/ directory | Daniel P. Berrange | 1 | -0/+32 |
2016-06-14 | introduce xlnx-dpdma | KONRAD Frederic | 2 | -0/+787 |
2016-06-14 | hw/dma: QOM'ify pxa2xx_dma.c | xiaoqiang zhao | 1 | -16/+22 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 4 | -0/+4 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -1/+1 |
2016-03-22 | isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h | Markus Armbruster | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 3 | -0/+3 |
2016-03-16 | bcm2835_dma: add emulation of Raspberry Pi DMA controller | Grégory ESTRADE | 2 | -0/+409 |
2016-03-07 | i8257: fix Terminal Count status | Hervé Poussineau | 1 | -0/+4 |
2016-02-20 | etraxfs_dma: Dont forward zero-length payload to clients | Edgar E. Iglesias | 1 | -5/+8 |
2016-02-03 | dma: remove now useless DMA_* functions | Hervé Poussineau | 1 | -65/+0 |
2016-02-03 | i8257: implement the IsaDma interface | Hervé Poussineau | 1 | -31/+117 |
2016-02-03 | i8257: move state definition to new independent header | Hervé Poussineau | 1 | -34/+1 |
2016-02-03 | i8257: QOM'ify | Hervé Poussineau | 1 | -53/+107 |
2016-02-03 | i8257: add missing const | Hervé Poussineau | 1 | -1/+1 |
2016-02-03 | i8257: make the DMA running method per controller | Hervé Poussineau | 1 | -41/+34 |
2016-02-03 | i8257: rename functions to start with i8257_ prefix | Hervé Poussineau | 1 | -45/+46 |
2016-02-03 | i8257: rename struct dma_regs to I8257Regs | Hervé Poussineau | 1 | -20/+20 |
2016-02-03 | i8257: rename struct dma_cont to I8257State | Hervé Poussineau | 1 | -20/+23 |
2016-02-03 | i8257: pass ISA bus to DMA_init() function | Hervé Poussineau | 2 | -2/+2 |
2016-02-03 | i82374: device only existed as ISA device, so simplify device | Hervé Poussineau | 1 | -39/+19 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 6 | -2/+6 |
2016-01-29 | arm devices: Clean up includes | Peter Maydell | 2 | -0/+2 |
2016-01-29 | arm: Clean up includes | Peter Maydell | 3 | -0/+3 |
2016-01-29 | x86: Clean up includes | Peter Maydell | 1 | -0/+1 |