summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber2013-02-011-19/+73
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-284-29/+136
|\
| * ide: Add fall through annotationsKevin Wolf2013-01-251-8/+25
| * ahci: Add migration supportJason Baron2013-01-253-5/+101
| * ahci: Change data types in preparation for migrationKevin Wolf2013-01-252-8/+8
| * ahci: Remove unused AHCIDevice fieldsJason Baron2013-01-252-8/+2
* | ide/macio: QOM'ify MacIO IDEAndreas Färber2013-01-251-22/+56
* | ppc: Move Mac machines to hw/ppc/Andreas Färber2013-01-251-3/+3
|/
* ide: Remove wrong assertionKevin Wolf2013-01-171-1/+0
* ide: issue discard asynchronously but serialize the piecesPaolo Bonzini2013-01-151-25/+54
* ide: fix TRIM with empty range entryPaolo Bonzini2013-01-151-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-107-12/+12
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-1913-22/+22
* misc: move include files to include/qemu/Paolo Bonzini2012-12-192-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-192-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-198-8/+8
* Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-177-9/+9
|\
| * pci: update all users to look in pci/Michael S. Tsirkin2012-12-177-9/+9
* | atapi: reset cdrom tray statuses on ide_resetPavel Hrdina2012-12-131-0/+2
|/
* atapi: make change media detection for guests easierPavel Hrdina2012-11-302-11/+10
* hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell2012-11-261-2/+4
* ide: Fix status register after short PRDsKevin Wolf2012-11-211-0/+1
* ide: Fix crash with too long PRDKevin Wolf2012-11-211-0/+12
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-237-28/+28
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* | Remove libhwStefan Weil2012-10-051-10/+10
* | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering2012-10-051-1/+1
|/
* iostatus: reorganize io error codePaolo Bonzini2012-09-281-15/+5
* iostatus: change is_read to a boolPaolo Bonzini2012-09-282-3/+3
* iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini2012-09-281-3/+3
* iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini2012-09-281-1/+1
* ahci: properly reset PxCMD on HBA resetJason Baron2012-09-121-1/+1
* ide: Fix error messages from static code analysis (no real error)Stefan Weil2012-09-121-9/+2
* ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0Ronnie Sahlberg2012-09-121-0/+6
* Revert "fix some debug printf format strings"malc2012-08-272-6/+4
* fix some debug printf format stringsMatthew Ogilvie2012-08-242-4/+6
* ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron2012-08-101-0/+3
* ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron2012-08-102-7/+35
* ide scsi: Mess with geometry only for hard disk devicesMarkus Armbruster2012-08-061-1/+2
* Merge branch pci into masterMichael S. Tsirkin2012-07-294-12/+4
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-044-12/+4
* | Avoid returning voidBlue Swirl2012-07-283-5/+7
* | hw/block-common: Factor out fall back to legacy -drive cyls=...Markus Armbruster2012-07-172-29/+14
* | blockdev: Don't limit DriveInfo serial to 20 charactersMarkus Armbruster2012-07-171-3/+3
* | hw/block-common: Factor out fall back to legacy -drive serial=...Markus Armbruster2012-07-171-10/+2
* | hw/block-common: Move BlockConf & friends from block.hMarkus Armbruster2012-07-171-0/+1
* | Relax IDE CHS limits from 16383,16,63 to 65535,16,255Markus Armbruster2012-07-171-4/+4
OpenPOWER on IntegriCloud