aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-14usb-uhci: fix expire time initialization.Gerd Hoffmann1-2/+2
2011-06-14hw/usb-ohci.c: Implement remote wakeupPeter Maydell1-0/+17
2011-06-14hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED registerPeter Maydell1-0/+4
2011-06-14usb: Use defines for serial bus release number register for EHCIBrad Hards1-1/+1
2011-06-14usb: Use defines for serial bus release number register for UHCIBrad Hards1-1/+1
2011-06-14usb: Add defines for USB Serial Bus Release Number registerBrad Hards1-0/+6
2011-06-14usb-bus: Don't detach non attached devices on device exitHans de Goede1-1/+3
2011-06-14usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helperHans de Goede1-0/+1
2011-06-14usb-linux: Enlarge buffer for descriptors to 8192 bytesHans de Goede1-1/+1
2011-06-14usb: don't call usb_host_device_open from vl.cGerd Hoffmann1-1/+5
2011-06-14usb-linux: only cleanup in host_close when host_open was successful.Gerd Hoffmann1-4/+4
2011-06-14usb-linux: Don't try to open the same device twiceHans de Goede1-0/+1
2011-06-14usb-linux: Ensure devep != 0Hans de Goede1-0/+5
2011-06-14usb-linux: Don't do perror when errno is not setHans de Goede1-2/+3
2011-06-14usb-linux: Teach about super speedHans de Goede1-2/+9
2011-06-14usb-linux: Get speed from sysfs rather then from the connectinfo ioctlHans de Goede1-16/+21
2011-06-14usb: documentation updateGerd Hoffmann1-0/+85
2011-06-14usb-ehci: split trace calls to handle arg count limitsGerd Hoffmann2-23/+33
2011-06-14usb-ehci: itd handling fixes.Gerd Hoffmann2-37/+66
2011-06-14The USB tablet should not claim boot protocol support.Kevin O'Connor1-1/+0
2011-06-14Fix USB mouse Set_Protocol behaviorKevin O'Connor1-2/+2
2011-06-14usb-ehci: drop EXECUTING checks.Gerd Hoffmann1-30/+2
2011-06-14usb: cancel async packets on unplugGerd Hoffmann7-7/+106
2011-06-14ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)Hans de Goede1-4/+1
2011-06-14usb-ehci: fix error handling.Gerd Hoffmann1-10/+15
2011-06-14usb-ehci: fix offset writeback in ehci_buffer_rwGerd Hoffmann1-2/+2
2011-06-14usb-ehci: multiqueue supportGerd Hoffmann2-34/+142
2011-06-14usb-ehci: add queue data structGerd Hoffmann1-229/+257
2011-06-14usb-ehci: trace buffer copyGerd Hoffmann2-7/+2
2011-06-14usb-ehci: improve mmio tracingGerd Hoffmann2-11/+8
2011-06-14usb-ehci: trace port stateGerd Hoffmann2-6/+7
2011-06-14usb-ehci: trace state machine changesGerd Hoffmann2-137/+174
2011-06-14usb-ehci: trace mmio and usbstsGerd Hoffmann2-73/+89
2011-06-14usb-linux: catch ENODEV in more places.Gerd Hoffmann1-7/+20
2011-06-13configure: Detect and don't try to use older libcurlPeter Maydell1-1/+1
2011-06-13Changelog: Add explanatory note that this file is no longer updatedPeter Maydell1-0/+6
2011-06-10doc: Minor typo fix.Brad Hards1-2/+2
2011-06-10sigfd: use pthread_sigmaskAlexander Graf1-1/+1
2011-06-10Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias19-2169/+1179
2011-06-10fsdev: Fix archs that dont use fsdevEdgar E. Iglesias1-0/+8
2011-06-08Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori6-25/+91
2011-06-08Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori15-290/+388
2011-06-08Merge remote-tracking branch 'spice/spice.v37' into stagingAnthony Liguori7-19/+53
2011-06-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori25-52/+24
2011-06-08qemu-img create: Fix displayed default cluster sizeKevin Wolf4-5/+11
2011-06-08bdrv_img_create: Fix segfaultKevin Wolf1-2/+3
2011-06-08qcow2: Fix memory leaks in error casesKevin Wolf2-4/+7
2011-06-08rbd: Add bdrv_truncate implementationJosh Durgin1-0/+14
2011-06-08rbd: check return values when scheduling aioJosh Durgin1-4/+20
2011-06-08rbd: allow configuration of rados from the rbd filenameJosh Durgin1-17/+102