summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* atapi: Fix code indentationAlberto Garcia2015-11-241-1/+1
* atapi: Account for failed and invalid operations in cd_read_sector()Alberto Garcia2015-11-241-2/+4
* ide: enable buffered requests for PIO read requestsPeter Lieven2015-11-171-2/+2
* ide: enable buffered requests for ATAPI devicesPeter Lieven2015-11-171-5/+5
* ide: orphan all buffered requests on DMA cancelPeter Lieven2015-11-171-0/+19
* ide: add support for IDEBufferedRequestPeter Lieven2015-11-172-0/+61
* ide/atapi: make PIO read requests asyncPeter Lieven2015-11-171-13/+82
* atapi: Prioritize unknown cmd error over BCL errorJohn Snow2015-11-131-10/+10
* atapi: add byte_count_limit helperJohn Snow2015-11-131-5/+13
* macio: Account for failed operationsAlberto Garcia2015-11-121-2/+10
* ide: Account for failed and invalid operationsAlberto Garcia2015-11-121-2/+8
* atapi: Account for failed and invalid operationsAlberto Garcia2015-11-121-12/+19
* ide: Account for write operations correctlyAlberto Garcia2015-11-121-1/+1
* ahci: Add allwinner AHCIPeter Crosthwaite2015-11-062-0/+111
* ahci: split realize and initPeter Crosthwaite2015-11-063-15/+34
* ahci: Add some MMIO debug printfsPeter Crosthwaite2015-11-061-6/+15
* ide: remove hardcoded 2GiB transactional limitJohn Snow2015-11-063-24/+15
* osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost2015-11-041-1/+1
* macio-ide: add to storage categoryLaurent Vivier2015-10-231-0/+1
* cmd646: add to storage categoryLaurent Vivier2015-10-231-0/+1
* hw/ide/ahci.c: Fix shift left into sign bitPeter Maydell2015-10-181-1/+1
* 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
OpenPOWER on IntegriCloud