summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Better name usb braille deviceSamuel Thibault1-1/+1
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede1-0/+3
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede1-0/+11
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede1-10/+11
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede1-0/+5
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede2-32/+32
2012-09-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede1-3/+3
2012-09-11usb-redir: Move to core packet id and queue handlingHans de Goede1-134/+92
2012-09-11usb-redir: Get rid of unused async-struct dev memberHans de Goede1-2/+0
2012-09-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede1-27/+0
2012-09-11usb-redir: Get rid of async-struct get memberHans de Goede1-6/+3
2012-09-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede1-47/+53
2012-09-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede1-3/+6
2012-09-11ehci: Correct a comment in fetchqtd packet processingHans de Goede1-1/+4
2012-09-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede1-3/+6
2012-09-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede1-11/+27
2012-09-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede1-6/+13
2012-09-11ehci: add doorbell trace eventsGerd Hoffmann2-1/+4
2012-09-11ehci: trace guest bugsGerd Hoffmann2-6/+21
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann1-6/+6
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede1-0/+13
2012-09-11ehci: Properly cleanup packets on cancelHans de Goede1-0/+2
2012-09-11ehci: Update copyright headers to reflect recent workHans de Goede1-0/+5
2012-09-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede1-11/+28
2012-09-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede1-29/+6
2012-09-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede1-1/+1
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede2-0/+17
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede1-2/+4
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede2-9/+0
2012-09-10Add ability to force enable/disable of tools buildDaniel P. Berrange1-6/+15
2012-09-10Add ability to disable build of all targetsDaniel P. Berrange1-9/+4
2012-09-10RTC: Remove the current_tm fieldPaolo Bonzini1-11/+1
2012-09-10RTC: Get and set time without going through s->current_tmPaolo Bonzini1-16/+22
2012-09-10RTC: Do not fire timer periodically to catch next alarmPaolo Bonzini1-14/+103
2012-09-10RTC: Add divider reset supportYang Zhang1-9/+41
2012-09-10RTC: Update the RTC clock only when reading itYang Zhang1-135/+194
2012-09-10vmstate: add VMSTATE_TIMER_VPaolo Bonzini1-1/+4
2012-09-10RTC: Update interrupt state when interrupts are masked/unmaskedYang Zhang2-0/+10
2012-09-10RTC: introduce RTC_CLOCK_RATEPaolo Bonzini1-4/+5
2012-09-10RTC: Rename rtc_timer_updateYang Zhang1-5/+5
2012-09-10RTC: Remove the logic to update time format when DM bit changedYang Zhang1-9/+1
2012-09-10Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori10-34/+2151
2012-09-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori13-29/+41
2012-09-10socket: don't attempt to reconnect a TCP socket in server modeAnthony Liguori1-1/+3
2012-09-10use --libexecdir instead of ignoring it first and reinventing it laterMichael Tokarev1-3/+7
2012-09-10Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno13-37/+284
2012-09-10Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstableAurelien Jarno22-349/+704
2012-09-10hw/mcf5206: Fix buffer overflow for MBAR read / writeStefan Weil1-6/+6
2012-09-10target-arm: Fix potential buffer overflowStefan Weil1-2/+2
2012-09-10hw/wm8750: Fix potential buffer overflowStefan Weil1-2/+2