aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2015-03-27AHCI: Protect cmd registerJohn Snow
2015-03-27AHCI: Do not (re)map FB/CLB buffers while not runningJohn Snow
2015-03-23ahci: Fix sglist offset manipulation for BE machinesJohn Snow
2015-03-23ide: fix cmd_read_pio when nsectors > 1John Snow
2015-03-23ide: fix cmd_write_pio when nsectors > 1John Snow
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10ahci: Recompute cur_cmd on migrate post loadJohn Snow
2015-03-10ahci: add support for restarting non-queued commandsPaolo Bonzini
2015-03-10ahci: Migrate IDEStatusJohn Snow
2015-03-10ide: support PIO restart for the ISA controllerPaolo Bonzini
2015-03-10ide: make more functions staticPaolo Bonzini
2015-03-10ide: commonize io_buffer_index initializationPaolo Bonzini
2015-03-10ide: migrate initial request state via IDEBusPaolo Bonzini
2015-03-10ide: place initial state of the current request to IDEBusPaolo Bonzini
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini
2015-03-10ide: remove restart_cb callbackPaolo Bonzini
2015-03-10ide: move restart callback to common codePaolo Bonzini
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini
2015-03-10ide: do not use BMDMA in restart callbackPaolo Bonzini
2015-03-10ide: introduce ide_register_restart_cbPaolo Bonzini
2015-03-10ide: prepare to move restart to common codePaolo Bonzini
2015-03-10ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-02Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2015-02-26ide/ich: Convert to realizeMarkus Armbruster
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-24ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert
2015-02-06Restore atapi_dma flag across migrationDr. David Alan Gilbert
2015-01-13ide: Implement VPD response for ATAPIJohn Snow
2014-12-10ide: Check validity of logical block sizeKevin Wolf
2014-12-10ahci: replace SATA FIS type magic numbers with constantsStefan Hajnoczi
2014-12-10ahci: avoid #ifdef DEBUG_AHCI bitrotStefan Hajnoczi
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow
2014-11-14ahci: Fix FIS decompositionJohn Snow
2014-11-14ahci: add is_ncq predicate helperJohn Snow
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow
2014-11-14ahci: unify sglist preparationJohn Snow
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow
2014-11-03ahci: Fix SDB FIS ConstructionJohn Snow
2014-11-03ahci: Update byte count after DMA completionJohn Snow
2014-11-03ahci: Correct PIO/D2H FIS responsesJohn Snow
2014-10-30fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper