index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: fix usb name in caps
Gerd Hoffmann
2012-10-25
1
-2
/
+2
*
xhci: make number of interrupters and slots configurable
Gerd Hoffmann
2012-10-25
1
-31
/
+48
*
xhci: allow disabling interrupters
Gerd Hoffmann
2012-10-25
1
-0
/
+6
*
xhci: flush endpoint context unconditinally
Gerd Hoffmann
2012-10-25
1
-3
/
+0
*
xhci: fix function name in error message
Gerd Hoffmann
2012-10-25
1
-1
/
+1
*
uhci: Use only one queue for ctrl endpoints
Hans de Goede
2012-10-25
1
-2
/
+7
*
uhci: Retry to fill the queue while waiting for td completion
Hans de Goede
2012-10-25
1
-3
/
+13
*
uhci: Always mark a queue valid when we encounter it
Hans de Goede
2012-10-25
1
-8
/
+7
*
uhci: When the guest marks a pending td non-active, cancel the queue
Hans de Goede
2012-10-25
1
-0
/
+4
*
uhci: Detect guest td re-use
Hans de Goede
2012-10-25
1
-17
/
+16
*
uhci: Verify queue has not been changed by guest
Hans de Goede
2012-10-25
1
-17
/
+45
*
uhci: Immediately free queues on device disconnect
Hans de Goede
2012-10-25
1
-9
/
+4
*
uhci: Store ep in UHCIQueue
Hans de Goede
2012-10-25
1
-16
/
+14
*
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
Hans de Goede
2012-10-25
1
-15
/
+16
*
uhci: Add uhci_read_td() helper function
Hans de Goede
2012-10-25
1
-10
/
+11
*
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
Hans de Goede
2012-10-25
1
-19
/
+25
*
uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
Hans de Goede
2012-10-25
1
-12
/
+10
*
uhci: Drop unnecessary forward declaration of some static functions
Hans de Goede
2012-10-25
1
-3
/
+0
*
uhci: Don't retry on error
Hans de Goede
2012-10-25
1
-43
/
+19
*
uhci: cleanup: Add an unlink call to uhci_async_cancel()
Hans de Goede
2012-10-25
1
-3
/
+1
*
uhci: No need to handle async completion of isoc packets
Hans de Goede
2012-10-25
1
-26
/
+3
*
usb: Enforce iso endpoints never returing USB_RET_ASYNC
Hans de Goede
2012-10-25
2
-1
/
+1
*
usb: Add an int_req flag to USBPacket
Hans de Goede
2012-10-25
6
-12
/
+25
*
usb: Move short-not-ok handling to the core
Hans de Goede
2012-10-25
8
-21
/
+30
*
usb: Move clearing of queue on halt to the core
Hans de Goede
2012-10-25
4
-31
/
+25
*
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
2012-10-25
7
-5
/
+36
*
usb: Rename __usb_packet_complete to usb_packet_complete_one
Hans de Goede
2012-10-25
1
-4
/
+4
*
xhci: Add a xhci_ep_nuke_one_xfer helper function
Hans de Goede
2012-10-25
1
-19
/
+30
*
ehci: Retry to fill the queue while waiting for td completion
Hans de Goede
2012-10-25
1
-5
/
+6
*
ehci: Detect going in circles when filling the queue
Hans de Goede
2012-10-25
1
-1
/
+8
*
ehci: Speed up the timer of raising int from the async schedule
Hans de Goede
2012-10-25
1
-1
/
+12
*
ehci: Improve latency of interrupt delivery and async schedule scanning
Hans de Goede
2012-10-25
1
-8
/
+2
*
ehci: Set int flag on a short input packet
Hans de Goede
2012-10-25
1
-0
/
+4
*
ehci: Get rid of packet tbytes field
Hans de Goede
2012-10-25
1
-11
/
+9
*
uhci: Move checks to continue queuing to uhci_fill_queue()
Hans de Goede
2012-10-25
1
-7
/
+3
*
uhci: Properly unmap packets on cancel / invalid pid
Hans de Goede
2012-10-25
1
-0
/
+2
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
4
-27
/
+27
*
usb-serial: only expose device in guest when the chardev is open
Gerd Hoffmann
2012-10-22
1
-2
/
+17
*
usb-serial: don't magically zap chardev on umplug
Gerd Hoffmann
2012-10-22
1
-1
/
+1
*
uhci: Raise interrupt when requested even for non active tds
Hans de Goede
2012-10-11
1
-1
/
+9
*
usb-redir: Don't make migration fail in none seamless case
Hans de Goede
2012-10-11
1
-4
/
+9
*
usb-redir: Change usbredir_open_chardev into usbredir_create_parser
Hans de Goede
2012-10-11
1
-6
/
+5
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
3
-5
/
+0
|
\
|
*
cleanup useless return sentence
Amos Kong
2012-10-05
3
-5
/
+0
*
|
Remove libhw
Stefan Weil
2012-10-05
1
-7
/
+7
|
/
*
usb: Fix usb_packet_map() in the presence of IOMMUs
David Gibson
2012-09-26
1
-9
/
+15
*
ehci: Fix interrupt packet MULT handling
Hans de Goede
2012-09-26
1
-20
/
+20
*
xhci: create a memory region for each port
Gerd Hoffmann
2012-09-26
1
-42
/
+43
*
xhci: route string & usb hub support
Gerd Hoffmann
2012-09-26
1
-31
/
+55
*
xhci: tweak limits
Gerd Hoffmann
2012-09-26
1
-4
/
+4
[next]