aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-msd.c
AgeCommit message (Expand)Author
2011-11-22usb-msd: do not register twice in the boot orderPaolo Bonzini
2011-11-21usb-storage: don't try to send the status early.Gerd Hoffmann
2011-11-21usb-storage: drop result from device state.Gerd Hoffmann
2011-11-21usb-storage: drop tag from device state.Gerd Hoffmann
2011-11-21usb-storage: fill status in complete callback.Gerd Hoffmann
2011-11-21usb-storage: move status debug message to usb_msd_send_status.Gerd Hoffmann
2011-11-01usb: change VID/PID for usb-hub and usb-msd to prevent conflictRoy Tam
2011-10-28scsi: allow arbitrary LUNsPaolo Bonzini
2011-10-28scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini
2011-10-13usb-storage: fix NULL pointer dereference.Gerd Hoffmann
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini
2011-08-04usb-storage: iovec supportGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-20usb storage: first migration support bits.Gerd Hoffmann
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke
2011-06-23usb-storage: Turn drive serial into a qdev property usb-storage.serialMarkus Armbruster
2011-06-23usb: Proper error propagation for usb_device_attach errorsHans de Goede
2011-05-31Merge remote-tracking branch 'bonzini/scsi.2' into stagingAnthony Liguori
2011-05-26scsi: rename arguments to the new callbacksPaolo Bonzini
2011-05-26scsi: split command_complete callback in twoPaolo 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
2011-05-26usb: move cancel callback to USBDeviceInfoGerd Hoffmann
2011-05-26usb-storage: don't call usb_packet_complete twiceGerd Hoffmann
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards
2011-05-04usb: mass storage fixGerd Hoffmann
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-04-16usb: trivial spelling fixesBrad Hards
2011-02-01Add bootindex handling into usb storage device.Gleb Natapov
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster
2011-01-24usb-msd: Propagate removable bit to SCSI deviceStefan Hajnoczi
2011-01-24scsi: Allow scsi_bus_legacy_add_drive() to set removable bitStefan Hajnoczi
2011-01-11usb storage: handle long responsesGerd Hoffmann
2011-01-11usb storage: fix status reportingGerd Hoffmann
2011-01-11usb storage: high speed supportGerd Hoffmann
2011-01-11usb: move remote wakeup handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann
2011-01-11usb storage: serial number supportGerd Hoffmann
2011-01-11usb storage: use new descriptor infrastructure.Gerd Hoffmann
2010-08-24Rearrange block headersBlue Swirl