aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-26esp: rename sense to statusPaolo Bonzini
2011-05-26scsi-generic: Handle queue fullPaolo Bonzini
2011-05-26scsi: make write_data return voidPaolo Bonzini
2011-05-26scsi-disk: add data direction checkingHannes Reinecke
2011-05-26scsi: Implement 'get_sense' callbackHannes Reinecke
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: Update sense code handlingHannes Reinecke
2011-05-26scsi: use scsi_req_completePaolo Bonzini
2011-05-26scsi: introduce scsi_req_cancelPaolo Bonzini
2011-05-26scsi: introduce scsi_req_abortPaolo Bonzini
2011-05-26scsi: commonize purging requestsPaolo Bonzini
2011-05-26scsi: Use 'SCSIRequest' directlyHannes Reinecke
2011-05-26lsi: extract lsi_find_by_tagPaolo Bonzini
2011-05-26scsi: reference-count requestsPaolo Bonzini
2011-05-26scsi-generic: do not use a stale aiocbPaolo Bonzini
2011-05-26scsi: introduce SCSIBusOpsPaolo Bonzini
2011-05-26scsi: introduce scsi_req_dataPaolo Bonzini
2011-05-26scsi-generic: Remove bogus double completePaolo Bonzini
2011-05-26scsi: add tracing of scsi requestsPaolo Bonzini
2011-05-26usb: add ehci adapterGerd Hoffmann
2011-05-26usb: move cancel callback to USBDeviceInfoGerd Hoffmann
2011-05-26usb: keep track of packet owner.Gerd Hoffmann
2011-05-26usb: add usb_handle_packetGerd Hoffmann
2011-05-26usb-storage: don't call usb_packet_complete twiceGerd Hoffmann
2011-05-26usb-linux: fix max_packet_size for highspeed.Gerd Hoffmann
2011-05-26usb-linux: split large xfersGerd Hoffmann
2011-05-26usb-linux: walk async urb list in cancelGerd Hoffmann
2011-05-26usb-linux: track aurbs in listGerd Hoffmann
2011-05-26usb-linux: add hostport propertyGerd Hoffmann
2011-05-26usb-linux: fix device path aka physical port handlingGerd Hoffmann
2011-05-26usb-linux: use usb_generic_handle_packet()Hans de Goede
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede
2011-05-26Bug #757654: UHCI fails to signal stall response patchJan Vesely
2011-05-26usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards
2011-05-26usb: remove fallback to bNumInterfaces if no .nifBrad Hards
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards
2011-05-26usb: Add Interface Association Descriptor descriptor typeBrad Hards
2011-05-25Merge remote-tracking branch 'kraxel/CVE-2011-1751' into stagingAnthony Liguori
2011-05-23configure: Document --disable-slirp option in --helpPeter Maydell
2011-05-23target-arm/exec.h: Remove unused #define of M0Peter Maydell
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell
2011-05-23tcg: don't keep dead outputs in registersAurelien Jarno