Age | Commit message (Expand) | Author |
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 |
2015-07-04 | ahci: ncq sector count correction | John Snow |
2015-07-04 | ahci: add ncq debug checks | John Snow |
2015-07-04 | ahci: separate prdtl from opts | John Snow |
2015-07-04 | ahci: check for ncq prdtl overflow | John Snow |
2015-07-04 | ahci: add ncq_err helper | John Snow |
2015-07-04 | ahci: use shorter variables | John Snow |
2015-07-04 | ahci: Rename NCQFIS structure fields | John Snow |
2015-07-04 | ahci: Do not ignore memory access read size | John Snow |
2015-06-22 | Include monitor/monitor.h exactly where needed | Markus Armbruster |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-08 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2015-06-04 | macio: remove remainder_len DBDMA_io property | Mark Cave-Ayland |
2015-06-04 | macio: update comment/constants to reflect the new code | Mark Cave-Ayland |
2015-06-04 | macio: switch pmac_dma_write() over to new offset/len implementation | Mark Cave-Ayland |
2015-06-04 | macio: switch pmac_dma_read() over to new offset/len implementation | Mark Cave-Ayland |
2015-06-03 | hw/ide/pci: Fix memory leak | Shannon Zhao |
2015-05-22 | ahci: do not remap clb/fis unconditionally | John Snow |
2015-05-22 | macio: move unaligned DMA write code into separate pmac_dma_write() function | Mark Cave-Ayland |
2015-05-22 | macio: move unaligned DMA read code into separate pmac_dma_read() function | Mark Cave-Ayland |
2015-05-22 | ich9/ahci: Enable Migration | John Snow |
2015-04-27 | ide: there is only one data port | Paolo Bonzini |
2015-03-27 | AHCI: Protect cmd register | John Snow |
2015-03-27 | AHCI: Do not (re)map FB/CLB buffers while not running | John Snow |
2015-03-23 | ahci: Fix sglist offset manipulation for BE machines | John Snow |
2015-03-23 | ide: fix cmd_read_pio when nsectors > 1 | John Snow |