aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede
2012-09-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede
2012-09-11usb-redir: Move to core packet id and queue handlingHans de Goede
2012-09-11usb-redir: Get rid of unused async-struct dev memberHans de Goede
2012-09-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede
2012-09-11usb-redir: Get rid of async-struct get memberHans de Goede
2012-09-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede
2012-09-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede
2012-09-11ehci: Correct a comment in fetchqtd packet processingHans de Goede
2012-09-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede
2012-09-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede
2012-09-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede
2012-09-11ehci: add doorbell trace eventsGerd Hoffmann
2012-09-11ehci: trace guest bugsGerd Hoffmann
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede
2012-09-11ehci: Properly cleanup packets on cancelHans de Goede
2012-09-11ehci: Update copyright headers to reflect recent workHans de Goede
2012-09-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede
2012-09-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede
2012-09-11usb-core: Allow the first packet of a pipelined ep to complete immediatelyHans de Goede
2012-09-11usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede
2012-09-11usb-core: Don't set packet state to complete on a nakHans de Goede
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede
2012-08-31uas: move transfer kickoffGerd Hoffmann
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann
2012-08-31ehci: simplify ehci_state_executingHans de Goede
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede
2012-08-31usb: unique packet idsGerd Hoffmann
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann
2012-08-16usb: update uas product idGerd Hoffmann
2012-08-16usb: async control xfer fixupGerd Hoffmann
2012-08-15ehci: fix assertion typoAlejandro Martinez Ruiz
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann
2012-08-07usb-storage: improve debug loggingGerd Hoffmann
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori