summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland2015-05-221-106/+147
* ich9/ahci: Enable MigrationJohn Snow2015-05-222-2/+0
* ide: there is only one data portPaolo Bonzini2015-04-271-2/+2
* AHCI: Protect cmd registerJohn Snow2015-03-272-1/+27
* AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow2015-03-271-17/+33
* ahci: Fix sglist offset manipulation for BE machinesJohn Snow2015-03-231-1/+1
* ide: fix cmd_read_pio when nsectors > 1John Snow2015-03-231-5/+3
* ide: fix cmd_write_pio when nsectors > 1John Snow2015-03-231-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-1012-153/+165
|\
| * ahci: Recompute cur_cmd on migrate post loadJohn Snow2015-03-101-0/+7
| * ahci: add support for restarting non-queued commandsPaolo Bonzini2015-03-101-8/+15
| * ahci: Migrate IDEStatusJohn Snow2015-03-102-0/+4
| * ide: support PIO restart for the ISA controllerPaolo Bonzini2015-03-101-1/+2
| * ide: make more functions staticPaolo Bonzini2015-03-102-8/+8
| * ide: commonize io_buffer_index initializationPaolo Bonzini2015-03-102-4/+2
| * ide: migrate initial request state via IDEBusPaolo Bonzini2015-03-101-1/+4
| * ide: place initial state of the current request to IDEBusPaolo Bonzini2015-03-104-12/+16
| * ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-106-26/+15
| * ide: remove restart_cb callbackPaolo Bonzini2015-03-104-16/+0
| * ide: move restart callback to common codePaolo Bonzini2015-03-104-81/+81
| * ide: pass IDEBus to the restart_cbPaolo Bonzini2015-03-102-6/+6
| * ide: do not use BMDMA in restart callbackPaolo Bonzini2015-03-101-3/+3
| * ide: introduce ide_register_restart_cbPaolo Bonzini2015-03-105-6/+9
| * ide: prepare to move restart to common codePaolo Bonzini2015-03-102-5/+8
| * ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini2015-03-101-10/+18
| * BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova2015-03-101-0/+1
* | Remove superfluous '\n' around error_report()Gonglei2015-03-101-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-094-20/+14
|\ \ | |/ |/|
| * ide/ich: Convert to realizeMarkus Armbruster2015-02-261-7/+6
OpenPOWER on IntegriCloud