Age | Commit message (Expand) | Author |
2013-05-20 | ide/macio: fix wrong opaque with TRIM support | Aurelien Jarno |
2013-05-08 | ide: Reset BMIDEA bit when the bus master is stopped | Kevin Wolf |
2013-05-08 | ahci: Don't allow creating slave drives | Kevin Wolf |
2013-04-29 | ide: QOM'ify ISA IDE | Andreas Färber |
2013-04-15 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-04-15 | include: avoid useless includes of exec/ headers | Paolo Bonzini |
2013-04-15 | ide: refuse WIN_READ_NATIVE_MAX on empty device | Stefan Hajnoczi |
2013-04-08 | hw: make all of hw/ide/ configurable via default-configs/ | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-02-22 | blockdev: enable discard by default | Paolo Bonzini |
2013-02-01 | ide/mmio: QOM'ify MMIO IDE for R2D | Andreas Färber |
2013-01-28 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
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 |
2013-01-25 | ide: Add fall through annotations | Kevin Wolf |
2013-01-25 | ahci: Add migration support | Jason Baron |
2013-01-25 | ahci: Change data types in preparation for migration | Kevin Wolf |
2013-01-25 | ahci: Remove unused AHCIDevice fields | Jason Baron |
2013-01-17 | ide: Remove wrong assertion | Kevin Wolf |
2013-01-15 | ide: issue discard asynchronously but serialize the pieces | Paolo Bonzini |
2013-01-15 | ide: fix TRIM with empty range entry | Paolo Bonzini |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-17 | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-12-13 | atapi: reset cdrom tray statuses on ide_reset | Pavel Hrdina |
2012-11-30 | atapi: make change media detection for guests easier | Pavel Hrdina |
2012-11-26 | hw/ide/macio: Fix segfault caused by NULL DMAContext* | Peter Maydell |
2012-11-21 | ide: Fix status register after short PRDs | Kevin Wolf |
2012-11-21 | ide: Fix crash with too long PRD | Kevin Wolf |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno |
2012-10-05 | Remove libhw | Stefan Weil |
2012-10-05 | cleanup useless return sentence | Amos Kong |
2012-10-05 | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL | Jim Meyering |
2012-09-28 | iostatus: reorganize io error code | Paolo Bonzini |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini |
2012-09-28 | iostatus: rename BlockErrorAction, BlockQMPEventAction | Paolo Bonzini |
2012-09-12 | ahci: properly reset PxCMD on HBA reset | Jason Baron |
2012-09-12 | ide: Fix error messages from static code analysis (no real error) | Stefan Weil |
2012-09-12 | ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0 | Ronnie Sahlberg |
2012-08-27 | Revert "fix some debug printf format strings" | malc |
2012-08-24 | fix some debug printf format strings | Matthew Ogilvie |
2012-08-10 | ahci: Fix sglist memleak in ahci_dma_rw_buf() | Jason Baron |