aboutsummaryrefslogtreecommitdiff
path: root/hw/esp.c
AgeCommit message (Expand)Author
2011-10-28scsi: add channel to addressingPaolo Bonzini
2011-10-28scsi: allow arbitrary LUNsPaolo Bonzini
2011-10-28scsi: remove devs array from SCSIBusPaolo Bonzini
2011-10-28scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini
2011-10-01ESP: convert to trace frameworkBlue Swirl
2011-08-21esp: avoid structure holes spotted by paholeBlue Swirl
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke
2011-07-12esp: cancel current request only if some request is in flightHervé Poussineau
2011-07-02esp: correctly fill bus id with requested lunHervé Poussineau
2011-05-26scsi: rename arguments to the new callbacksPaolo Bonzini
2011-05-26scsi: split command_complete callback in twoPaolo Bonzini
2011-05-26esp: rename sense to statusPaolo Bonzini
2011-05-26scsi: introduce scsi_req_get_bufPaolo Bonzini
2011-05-26scsi: introduce scsi_req_continuePaolo Bonzini
2011-05-26scsi: introduce scsi_req_newPaolo Bonzini
2011-05-26scsi: do not call send_command directlyPaolo Bonzini
2011-05-26scsi: introduce scsi_req_cancelPaolo Bonzini
2011-05-26scsi: Use 'SCSIRequest' directlyHannes Reinecke
2011-05-26scsi: introduce SCSIBusOpsPaolo Bonzini
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-11ESP: fix ESP DMA access when DMA is not enabledBlue Swirl
2010-07-02scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster
2010-06-10esp: lower IRQ on soft resetBlue Swirl
2010-02-07esp: use CamelCaseFunc for function typesBlue Swirl
2010-01-16ESP: improve IRQ debuggingBlue Swirl
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann
2009-11-09scsi: move scsi.h -> esp.hGerd Hoffmann
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-24esp: convert to reset + vmsdBlue Swirl
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05switch scsi bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-19ESP: convert to VMStateBlue Swirl
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann
2009-09-05esp: handle "select without attention"Artyom Tarasenko
2009-08-31esp (sparc32) Extra scsi data.Artyom Tarasenko
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-22ESP: implement Transfer PadBlue Swirl
2009-08-22ESP: Implement select without ATN, fix commentsBlue Swirl
2009-08-08Sparc32: move sparc32_dma init to sun4m.cBlue Swirl
2009-07-31esp: fix interrupt register readBlue Swirl
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-26Remove qdev irq sink handlingPaul Brook
2009-05-22Introduce reset notifier orderJan Kiszka