summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2015-04-27ide: there is only one data portPaolo Bonzini1-2/+2
2015-03-27AHCI: Protect cmd registerJohn Snow2-1/+27
2015-03-27AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow1-17/+33
2015-03-23ahci: Fix sglist offset manipulation for BE machinesJohn Snow1-1/+1
2015-03-23ide: fix cmd_read_pio when nsectors > 1John Snow1-5/+3
2015-03-23ide: fix cmd_write_pio when nsectors > 1John Snow1-1/+1
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell12-153/+165
2015-03-10ahci: Recompute cur_cmd on migrate post loadJohn Snow1-0/+7
2015-03-10ahci: add support for restarting non-queued commandsPaolo Bonzini1-8/+15
2015-03-10ahci: Migrate IDEStatusJohn Snow2-0/+4
2015-03-10ide: support PIO restart for the ISA controllerPaolo Bonzini1-1/+2
2015-03-10ide: make more functions staticPaolo Bonzini2-8/+8
2015-03-10ide: commonize io_buffer_index initializationPaolo Bonzini2-4/+2
2015-03-10ide: migrate initial request state via IDEBusPaolo Bonzini1-1/+4
2015-03-10ide: place initial state of the current request to IDEBusPaolo Bonzini4-12/+16
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini6-26/+15
2015-03-10ide: remove restart_cb callbackPaolo Bonzini4-16/+0
2015-03-10ide: move restart callback to common codePaolo Bonzini4-81/+81
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini2-6/+6
2015-03-10ide: do not use BMDMA in restart callbackPaolo Bonzini1-3/+3
2015-03-10ide: introduce ide_register_restart_cbPaolo Bonzini5-6/+9
2015-03-10ide: prepare to move restart to common codePaolo Bonzini2-5/+8
2015-03-10ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini1-10/+18
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova1-0/+1
2015-03-10Remove superfluous '\n' around error_report()Gonglei1-1/+1
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-20/+14
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-3/+1
2015-02-26ide/ich: Convert to realizeMarkus Armbruster1-7/+6
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster3-13/+8
2015-02-24ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster1-3/+1
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert3-0/+30
2015-02-06Restore atapi_dma flag across migrationDr. David Alan Gilbert1-0/+1
2015-01-13ide: Implement VPD response for ATAPIJohn Snow2-12/+100
2014-12-10ide: Check validity of logical block sizeKevin Wolf1-0/+5
2014-12-10ahci: replace SATA FIS type magic numbers with constantsStefan Hajnoczi2-4/+7
2014-12-10ahci: avoid #ifdef DEBUG_AHCI bitrotStefan Hajnoczi1-10/+8
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz1-1/+1
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow1-83/+86
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow1-11/+12
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow1-15/+14
2014-11-14ahci: Fix FIS decompositionJohn Snow1-38/+26
2014-11-14ahci: add is_ncq predicate helperJohn Snow2-4/+27
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow5-22/+68
2014-11-14ahci: unify sglist preparationJohn Snow1-2/+2
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow2-1/+5
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow1-0/+1
2014-11-03ahci: Fix SDB FIS ConstructionJohn Snow2-9/+17
2014-11-03ahci: Update byte count after DMA completionJohn Snow3-14/+40
2014-11-03ahci: Correct PIO/D2H FIS responsesJohn Snow1-23/+25