summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ahci: clean up initial d2h semanticsJohn Snow2015-09-181-11/+16
* ahci: remove cmd_fis argument from write_fis_d2hJohn Snow2015-09-181-7/+4
* ahci: fix signature generationJohn Snow2015-09-181-12/+20
* ahci: remove dead reset codeJohn Snow2015-09-181-4/+1
* atapi: abort transfers with 0 byte limitsJohn Snow2015-09-183-6/+29
* ide: fix ATAPI command permissionsJohn Snow2015-09-181-15/+15
* ide: unify io_buffer_offset incrementsJohn Snow2015-09-173-18/+10
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-1/+1
* ahci.c: Don't assume AHCIState's parent is AHCIPCIStateAlistair Francis2015-09-082-6/+9
* ahci: Separate the AHCI state structure into the headerAlistair Francis2015-09-082-13/+14
* 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
OpenPOWER on IntegriCloud