summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | scsi: introduce scsi_req_newPaolo Bonzini2011-05-266-5/+10
| * | | scsi: do not call send_command directlyPaolo Bonzini2011-05-268-9/+14
| * | | scsi: Update sense code handlingHannes Reinecke2011-05-264-67/+208
| * | | scsi: use scsi_req_completePaolo Bonzini2011-05-261-3/+2
| * | | scsi: introduce scsi_req_cancelPaolo Bonzini2011-05-268-17/+80
| * | | scsi: introduce scsi_req_abortPaolo Bonzini2011-05-263-6/+12
| * | | scsi: commonize purging requestsPaolo Bonzini2011-05-264-32/+17
| * | | scsi: Use 'SCSIRequest' directlyHannes Reinecke2011-05-268-252/+173
| * | | lsi: extract lsi_find_by_tagPaolo Bonzini2011-05-261-25/+38
| * | | scsi: reference-count requestsPaolo Bonzini2011-05-264-23/+58
| * | | scsi-generic: do not use a stale aiocbPaolo Bonzini2011-05-261-0/+3
| * | | scsi: introduce SCSIBusOpsPaolo Bonzini2011-05-267-17/+34
| * | | scsi: introduce scsi_req_dataPaolo Bonzini2011-05-265-7/+20
| * | | scsi-generic: Remove bogus double completePaolo Bonzini2011-05-261-2/+4
| * | | scsi: add tracing of scsi requestsPaolo Bonzini2011-05-262-0/+12
| |/ /
* | | Merge remote-tracking branch 'kraxel/usb.14.pull' into stagingAnthony Liguori2011-05-3123-387/+2441
|\ \ \ | |_|/ |/| |
| * | usb: add ehci adapterGerd Hoffmann2011-05-265-0/+2078
| * | usb: move cancel callback to USBDeviceInfoGerd Hoffmann2011-05-264-22/+12
| * | usb: keep track of packet owner.Gerd Hoffmann2011-05-262-15/+35
| * | usb: add usb_handle_packetGerd Hoffmann2011-05-266-7/+22
| * | usb-storage: don't call usb_packet_complete twiceGerd Hoffmann2011-05-261-1/+1
| * | usb-linux: fix max_packet_size for highspeed.Gerd Hoffmann2011-05-261-2/+17
| * | usb-linux: split large xfersGerd Hoffmann2011-05-261-23/+41
| * | usb-linux: walk async urb list in cancelGerd Hoffmann2011-05-261-11/+17
| * | usb-linux: track aurbs in listGerd Hoffmann2011-05-261-7/+11
| * | usb-linux: add hostport propertyGerd Hoffmann2011-05-261-2/+7
| * | usb-linux: fix device path aka physical port handlingGerd Hoffmann2011-05-261-22/+20
| * | usb-linux: use usb_generic_handle_packet()Hans de Goede2011-05-263-245/+66
| * | usb: Pass the packet to the device's handle_control callbackHans de Goede2011-05-2614-35/+39
| * | Bug #757654: UHCI fails to signal stall response patchJan Vesely2011-05-261-0/+4
| * | usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards2011-05-263-0/+68
| * | usb: remove fallback to bNumInterfaces if no .nifBrad Hards2011-05-261-3/+2
| * | usb: update config descriptors to identify number of interfacesBrad Hards2011-05-265-0/+8
| * | usb: Add Interface Association Descriptor descriptor typeBrad Hards2011-05-261-0/+1
| |/
* | bitbang_i2c: Fix spurious slave read after NACKMarcus Comstedt2011-05-281-1/+4
* | Move user emulator stuff from cpu-exec.c to user-exec.cBlue Swirl2011-05-283-660/+678
* | cpu-exec: prepare for user and softmmu splitBlue Swirl2011-05-281-131/+172
|/
* Merge remote-tracking branch 'kraxel/CVE-2011-1751' into stagingAnthony Liguori2011-05-251-1/+3
|\
| * Ignore pci unplug requests for unpluggable devices (CVE-2011-1751)Gerd Hoffmann2011-05-191-1/+3
* | configure: Document --disable-slirp option in --helpPeter Maydell2011-05-231-0/+1
* | target-arm/exec.h: Remove unused #define of M0Peter Maydell2011-05-231-2/+0
* | target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell2011-05-231-22/+18
* | target-arm: Use correct float status for Neon int-float conversionsPeter Maydell2011-05-233-194/+146
* | target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell2011-05-231-1/+1
* | softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2011-05-232-8/+36
* | target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell2011-05-231-0/+12
* | target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell2011-05-231-2/+10
* | tcg: don't keep dead outputs in registersAurelien Jarno2011-05-231-10/+18
* | tcg: mark dead output argument in op_dead_argsAurelien Jarno2011-05-231-2/+8
* | tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2011-05-232-37/+38
OpenPOWER on IntegriCloud