Age | Commit message (Expand) | Author |
2013-07-27 | PPC: dbdma: macio: Fix format specifiers (build regression) | Stefan Weil |
2013-07-11 | PPC: dbdma: Support more multi-issue DMA requests | Alexander Graf |
2013-07-11 | PPC: dbdma: Support unaligned DMA access | Alexander Graf |
2013-07-11 | PPC: dbdma: Wait for DMA until we have data | Alexander Graf |
2013-07-11 | PPC: dbdma: macio: Add DMA callback | Alexander Graf |
2013-07-11 | PPC: Mac: Add debug prints in macio and dbdma code | Alexander Graf |
2013-07-11 | PPC: Macio: Replace tabs with spaces | Alexander Graf |
2013-07-11 | PPC: g3beige: Move secondary IDE bus to mac-io | Alexander Graf |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-07-04 | dma: keep a device alive while it has SGLists | Paolo Bonzini |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini |
2013-05-20 | ide/macio: fix wrong opaque with TRIM support | Aurelien Jarno |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-01-25 | ide/macio: QOM'ify MacIO IDE | Andreas Färber |
2013-01-25 | ppc: Move Mac machines to hw/ppc/ | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-11-26 | hw/ide/macio: Fix segfault caused by NULL DMAContext* | Peter Maydell |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-05 | cleanup useless return sentence | Amos Kong |
2012-06-27 | iommu: Make sglists and dma_bdrv helpers use new universal DMA helpers | David Gibson |
2012-04-05 | Use DMADirection type for dma_bdrv_io | David Gibson |
2012-03-11 | Add missing const attributes for MemoryRegionOps | Stefan Weil |
2011-12-15 | block: dma_bdrv_* does not return NULL | Paolo Bonzini |
2011-12-15 | block: bdrv_aio_* do not return NULL | Paolo Bonzini |
2011-12-05 | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi |
2011-10-28 | atapi/scsi: unify definitions for MMC | Paolo Bonzini |
2011-09-19 | dma-helpers: rename is_write to to_dev | Paolo Bonzini |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster |
2011-08-25 | block: explicit I/O accounting | Christoph Hellwig |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-08 | ppc: convert to memory API | Avi Kivity |
2011-06-15 | ide: add TRIM support | Christoph Hellwig |
2011-06-15 | ide: allow other dma comands than read and write | Christoph Hellwig |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-07-06 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-07-06 | ide: Replace IDEState members is_cdrom, is_cf by drive_kind | Markus Armbruster |
2010-06-04 | ide: Split non-qdev code off ide_init2() | Markus Armbruster |
2010-03-29 | Compile ide/macio only once | Blue Swirl |
2009-11-07 | IDE: Fix reset handling | Blue Swirl |
2009-11-07 | PPC: remove unneeded calls to device reset | Blue Swirl |
2009-10-27 | ide: port pmac ide to vmstate | Juan Quintela |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-04 | ide: move cmd+irq from IDEState to IDEBus. | Gerd Hoffmann |
2009-09-04 | ide: pass down DriveInfo instead of BlockDriverState | Gerd Hoffmann |