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