summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)Stefano Stabellini2015-08-031-0/+7
* ahci: fix ICC mask definitionJohn Snow2015-07-311-1/+1
* macio: re-add TRIM supportAurelien Jarno2015-07-311-0/+28
* ide: Clear DRQ after handling all expected accessesKevin Wolf2015-07-261-4/+12
* ide/atapi: Fix START STOP UNIT command completionKevin Wolf2015-07-261-0/+1
* ide: Check array bounds before writing to io_buffer (CVE-2015-5154)Kevin Wolf2015-07-261-0/+16
* ahci: Force ICC bits in PxCMD to zeroStefan Fritsch2015-07-201-2/+7
* ahci: Fix CD-ROM signatureHannes Reinecke2015-07-081-1/+1
* ahci: fix sdb fis semanticsJohn Snow2015-07-041-12/+17
* ahci: Do not map cmd_fis to generate responseJohn Snow2015-07-041-45/+5
* ahci: ncq migrationJohn Snow2015-07-041-1/+50
* ahci: add get_cmd_header helperJohn Snow2015-07-041-3/+12
* ahci: add cmd header to ncq transfer stateJohn Snow2015-07-042-5/+7
* ahci: correct ncq sector countJohn Snow2015-07-042-3/+6
* ahci: correct types in NCQTransferStateJohn Snow2015-07-042-7/+7
* ahci: add rwerror=stop support for ncqJohn Snow2015-07-044-2/+44
* ahci: factor ncq_finish out of ncq_cbJohn Snow2015-07-041-12/+18
* ahci: refactor process_ncq_commandJohn Snow2015-07-041-31/+42
* ahci: assert is_ncq for process_ncqJohn Snow2015-07-041-38/+30
* ahci: stash ncq commandJohn Snow2015-07-042-1/+3
* ide: add limit to .prepare_buf()John Snow2015-07-045-24/+36
* ahci: ncq sector count correctionJohn Snow2015-07-041-3/+3
* ahci: add ncq debug checksJohn Snow2015-07-041-0/+23
* ahci: separate prdtl from optsJohn Snow2015-07-042-12/+14
* ahci: check for ncq prdtl overflowJohn Snow2015-07-041-5/+15
* ahci: add ncq_err helperJohn Snow2015-07-041-4/+10
* ahci: use shorter variablesJohn Snow2015-07-041-8/+10
* ahci: Rename NCQFIS structure fieldsJohn Snow2015-07-041-10/+25
* ahci: Do not ignore memory access read sizeJohn Snow2015-07-041-2/+25
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-30/+18
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2015-06-081-168/+103
|\
| * macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland2015-06-041-13/+0
| * macio: update comment/constants to reflect the new codeMark Cave-Ayland2015-06-041-33/+13
| * macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland2015-06-041-63/+53
| * macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland2015-06-041-62/+40
* | hw/ide/pci: Fix memory leakShannon Zhao2015-06-031-4/+1
|/
* ahci: do not remap clb/fis unconditionallyJohn Snow2015-05-221-25/+63
* macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland2015-05-221-143/+125
* macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland2015-05-221-106/+147
* ich9/ahci: Enable MigrationJohn Snow2015-05-222-2/+0
* ide: there is only one data portPaolo Bonzini2015-04-271-2/+2
* AHCI: Protect cmd registerJohn Snow2015-03-272-1/+27
* AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow2015-03-271-17/+33
* ahci: Fix sglist offset manipulation for BE machinesJohn Snow2015-03-231-1/+1
* ide: fix cmd_read_pio when nsectors > 1John Snow2015-03-231-5/+3
* ide: fix cmd_write_pio when nsectors > 1John Snow2015-03-231-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-1012-153/+165
|\
| * ahci: Recompute cur_cmd on migrate post loadJohn Snow2015-03-101-0/+7
OpenPOWER on IntegriCloud