aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-05-27virtio-serial: Plug memory leak on qdev exit()Markus Armbruster
2011-05-27virtio-serial-bus: use bh for unthrottlingAlon Levy
2011-05-26scsi: ignore LUN field in the CDBPaolo Bonzini
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-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: 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-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno
2011-05-23Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell
2011-05-22hw/realview.c: Remove duplicate #include linePeter Maydell
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan
2011-05-20pSeries: Clean up write-only variablesDavid Gibson
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf
2011-05-19Ignore pci unplug requests for unpluggable devices (CVE-2011-1751)Gerd Hoffmann