Age | Commit message (Expand) | Author | Files | Lines |
2015-10-23 | macio-ide: add to storage category | Laurent Vivier | 1 | -0/+1 |
2015-10-23 | cmd646: add to storage category | Laurent Vivier | 1 | -0/+1 |
2015-10-18 | hw/ide/ahci.c: Fix shift left into sign bit | Peter Maydell | 1 | -1/+1 |
2015-09-18 | ahci: clean up initial d2h semantics | John Snow | 1 | -11/+16 |
2015-09-18 | ahci: remove cmd_fis argument from write_fis_d2h | John Snow | 1 | -7/+4 |
2015-09-18 | ahci: fix signature generation | John Snow | 1 | -12/+20 |
2015-09-18 | ahci: remove dead reset code | John Snow | 1 | -4/+1 |
2015-09-18 | atapi: abort transfers with 0 byte limits | John Snow | 3 | -6/+29 |
2015-09-18 | ide: fix ATAPI command permissions | John Snow | 1 | -15/+15 |
2015-09-17 | ide: unify io_buffer_offset increments | John Snow | 3 | -18/+10 |
2015-09-11 | trivial: remove trailing newline from error_report | John Snow | 1 | -1/+1 |
2015-09-08 | ahci.c: Don't assume AHCIState's parent is AHCIPCIState | Alistair Francis | 2 | -6/+9 |
2015-09-08 | ahci: Separate the AHCI state structure into the header | Alistair Francis | 2 | -13/+14 |
2015-08-03 | Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug) | Stefano Stabellini | 1 | -0/+7 |
2015-07-31 | ahci: fix ICC mask definition | John Snow | 1 | -1/+1 |
2015-07-31 | macio: re-add TRIM support | Aurelien Jarno | 1 | -0/+28 |
2015-07-26 | ide: Clear DRQ after handling all expected accesses | Kevin Wolf | 1 | -4/+12 |
2015-07-26 | ide/atapi: Fix START STOP UNIT command completion | Kevin Wolf | 1 | -0/+1 |
2015-07-26 | ide: Check array bounds before writing to io_buffer (CVE-2015-5154) | Kevin Wolf | 1 | -0/+16 |
2015-07-20 | ahci: Force ICC bits in PxCMD to zero | Stefan Fritsch | 1 | -2/+7 |
2015-07-08 | ahci: Fix CD-ROM signature | Hannes Reinecke | 1 | -1/+1 |
2015-07-04 | ahci: fix sdb fis semantics | John Snow | 1 | -12/+17 |
2015-07-04 | ahci: Do not map cmd_fis to generate response | John Snow | 1 | -45/+5 |
2015-07-04 | ahci: ncq migration | John Snow | 1 | -1/+50 |
2015-07-04 | ahci: add get_cmd_header helper | John Snow | 1 | -3/+12 |
2015-07-04 | ahci: add cmd header to ncq transfer state | John Snow | 2 | -5/+7 |
2015-07-04 | ahci: correct ncq sector count | John Snow | 2 | -3/+6 |
2015-07-04 | ahci: correct types in NCQTransferState | John Snow | 2 | -7/+7 |
2015-07-04 | ahci: add rwerror=stop support for ncq | John Snow | 4 | -2/+44 |
2015-07-04 | ahci: factor ncq_finish out of ncq_cb | John Snow | 1 | -12/+18 |
2015-07-04 | ahci: refactor process_ncq_command | John Snow | 1 | -31/+42 |
2015-07-04 | ahci: assert is_ncq for process_ncq | John Snow | 1 | -38/+30 |
2015-07-04 | ahci: stash ncq command | John Snow | 2 | -1/+3 |
2015-07-04 | ide: add limit to .prepare_buf() | John Snow | 5 | -24/+36 |
2015-07-04 | ahci: ncq sector count correction | John Snow | 1 | -3/+3 |
2015-07-04 | ahci: add ncq debug checks | John Snow | 1 | -0/+23 |
2015-07-04 | ahci: separate prdtl from opts | John Snow | 2 | -12/+14 |
2015-07-04 | ahci: check for ncq prdtl overflow | John Snow | 1 | -5/+15 |
2015-07-04 | ahci: add ncq_err helper | John Snow | 1 | -4/+10 |
2015-07-04 | ahci: use shorter variables | John Snow | 1 | -8/+10 |
2015-07-04 | ahci: Rename NCQFIS structure fields | John Snow | 1 | -10/+25 |
2015-07-04 | ahci: Do not ignore memory access read size | John Snow | 1 | -2/+25 |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2 | -30/+18 |
2015-06-08 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 1 | -168/+103 |
2015-06-04 | macio: remove remainder_len DBDMA_io property | Mark Cave-Ayland | 1 | -13/+0 |
2015-06-04 | macio: update comment/constants to reflect the new code | Mark Cave-Ayland | 1 | -33/+13 |
2015-06-04 | macio: switch pmac_dma_write() over to new offset/len implementation | Mark Cave-Ayland | 1 | -63/+53 |
2015-06-04 | macio: switch pmac_dma_read() over to new offset/len implementation | Mark Cave-Ayland | 1 | -62/+40 |