Age | Commit message (Expand) | Author |
2015-11-17 | ide: enable buffered requests for PIO read requests | Peter Lieven |
2015-11-17 | ide: enable buffered requests for ATAPI devices | Peter Lieven |
2015-11-17 | ide: orphan all buffered requests on DMA cancel | Peter Lieven |
2015-11-17 | ide: add support for IDEBufferedRequest | Peter Lieven |
2015-11-17 | ide/atapi: make PIO read requests async | Peter Lieven |
2015-11-13 | atapi: Prioritize unknown cmd error over BCL error | John Snow |
2015-11-13 | atapi: add byte_count_limit helper | John Snow |
2015-11-12 | macio: Account for failed operations | Alberto Garcia |
2015-11-12 | ide: Account for failed and invalid operations | Alberto Garcia |
2015-11-12 | atapi: Account for failed and invalid operations | Alberto Garcia |
2015-11-12 | ide: Account for write operations correctly | Alberto Garcia |
2015-11-06 | ahci: Add allwinner AHCI | Peter Crosthwaite |
2015-11-06 | ahci: split realize and init | Peter Crosthwaite |
2015-11-06 | ahci: Add some MMIO debug printfs | Peter Crosthwaite |
2015-11-06 | ide: remove hardcoded 2GiB transactional limit | John Snow |
2015-11-04 | osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() | Eduardo Habkost |
2015-10-23 | macio-ide: add to storage category | Laurent Vivier |
2015-10-23 | cmd646: add to storage category | Laurent Vivier |
2015-10-18 | hw/ide/ahci.c: Fix shift left into sign bit | Peter Maydell |
2015-09-18 | ahci: clean up initial d2h semantics | John Snow |
2015-09-18 | ahci: remove cmd_fis argument from write_fis_d2h | John Snow |
2015-09-18 | ahci: fix signature generation | John Snow |
2015-09-18 | ahci: remove dead reset code | John Snow |
2015-09-18 | atapi: abort transfers with 0 byte limits | John Snow |
2015-09-18 | ide: fix ATAPI command permissions | John Snow |
2015-09-17 | ide: unify io_buffer_offset increments | John Snow |
2015-09-11 | trivial: remove trailing newline from error_report | John Snow |
2015-09-08 | ahci.c: Don't assume AHCIState's parent is AHCIPCIState | Alistair Francis |
2015-09-08 | ahci: Separate the AHCI state structure into the header | Alistair Francis |
2015-08-03 | Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug) | Stefano Stabellini |
2015-07-31 | ahci: fix ICC mask definition | John Snow |
2015-07-31 | macio: re-add TRIM support | Aurelien Jarno |
2015-07-26 | ide: Clear DRQ after handling all expected accesses | Kevin Wolf |
2015-07-26 | ide/atapi: Fix START STOP UNIT command completion | Kevin Wolf |
2015-07-26 | ide: Check array bounds before writing to io_buffer (CVE-2015-5154) | Kevin Wolf |
2015-07-20 | ahci: Force ICC bits in PxCMD to zero | Stefan Fritsch |
2015-07-08 | ahci: Fix CD-ROM signature | Hannes Reinecke |
2015-07-04 | ahci: fix sdb fis semantics | John Snow |
2015-07-04 | ahci: Do not map cmd_fis to generate response | John Snow |
2015-07-04 | ahci: ncq migration | John Snow |
2015-07-04 | ahci: add get_cmd_header helper | John Snow |
2015-07-04 | ahci: add cmd header to ncq transfer state | John Snow |
2015-07-04 | ahci: correct ncq sector count | John Snow |
2015-07-04 | ahci: correct types in NCQTransferState | John Snow |
2015-07-04 | ahci: add rwerror=stop support for ncq | John Snow |
2015-07-04 | ahci: factor ncq_finish out of ncq_cb | John Snow |
2015-07-04 | ahci: refactor process_ncq_command | John Snow |
2015-07-04 | ahci: assert is_ncq for process_ncq | John Snow |
2015-07-04 | ahci: stash ncq command | John Snow |
2015-07-04 | ide: add limit to .prepare_buf() | John Snow |