index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-uhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-04
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-1
/
+3
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-05-07
uhci: Use an intermediate buffer for usb packet data
Hans de Goede
1
-8
/
+13
2013-02-19
usb-core: usb3 streams
Gerd Hoffmann
1
-1
/
+1
2013-01-08
uhci: stop using portio lists
Gerd Hoffmann
1
-76
/
+30
2013-01-07
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
1
-0
/
+1
2013-01-07
uhci: Maximize how many frames we catch up when behind
Hans de Goede
1
-0
/
+8
2013-01-07
uhci: Limit amount of frames processed in one go
Hans de Goede
1
-16
/
+27
2013-01-07
uhci: Add a QH_VALID define
Hans de Goede
1
-4
/
+5
2013-01-07
uhci: Fix pending interrupts getting lost on migration
Hans de Goede
1
-1
/
+2
2013-01-07
uhci: Fix 1 ms delay in interrupt reporting to the guest
Hans de Goede
1
-11
/
+13
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-11-29
usb: tag usb host adapters as not hotpluggable.
Gerd Hoffmann
1
-0
/
+1
2012-11-21
uhci: Fix double unlink
Hans de Goede
1
-1
/
+0
2012-11-21
uhci: Don't allow the guest to set port-enabled when there is no dev connected
Hans de Goede
1
-0
/
+4
2012-11-21
uhci: Add a completions_only flag for async completions
Hans de Goede
1
-4
/
+10
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
1
-18
/
+16
2012-11-01
uhci: Don't crash on device disconnect
Hans de Goede
1
-0
/
+5
2012-11-01
uhci: Add a uhci_handle_td_error() helper function
Hans de Goede
1
-43
/
+47
2012-11-01
uhci: add ich9 00:1a.* variants
Gerd Hoffmann
1
-3
/
+24
2012-11-01
uhci: stick irq routing info into UHCIInfo too.
Gerd Hoffmann
1
-14
/
+18
2012-11-01
uhci: dynamic type generation
Gerd Hoffmann
1
-126
/
+70
2012-10-25
uhci: Use only one queue for ctrl endpoints
Hans de Goede
1
-2
/
+7
2012-10-25
uhci: Retry to fill the queue while waiting for td completion
Hans de Goede
1
-3
/
+13
2012-10-25
uhci: Always mark a queue valid when we encounter it
Hans de Goede
1
-8
/
+7
2012-10-25
uhci: When the guest marks a pending td non-active, cancel the queue
Hans de Goede
1
-0
/
+4
2012-10-25
uhci: Detect guest td re-use
Hans de Goede
1
-17
/
+16
2012-10-25
uhci: Verify queue has not been changed by guest
Hans de Goede
1
-17
/
+45
2012-10-25
uhci: Immediately free queues on device disconnect
Hans de Goede
1
-9
/
+4
2012-10-25
uhci: Store ep in UHCIQueue
Hans de Goede
1
-16
/
+14
2012-10-25
uhci: Make uhci_fill_queue() actually operate on an UHCIQueue
Hans de Goede
1
-15
/
+16
2012-10-25
uhci: Add uhci_read_td() helper function
Hans de Goede
1
-10
/
+11
2012-10-25
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
Hans de Goede
1
-19
/
+25
2012-10-25
uhci: Move emptying of the queue's asyncs' queue to uhci_queue_free
Hans de Goede
1
-12
/
+10
2012-10-25
uhci: Drop unnecessary forward declaration of some static functions
Hans de Goede
1
-3
/
+0
2012-10-25
uhci: Don't retry on error
Hans de Goede
1
-43
/
+19
2012-10-25
uhci: cleanup: Add an unlink call to uhci_async_cancel()
Hans de Goede
1
-3
/
+1
2012-10-25
uhci: No need to handle async completion of isoc packets
Hans de Goede
1
-26
/
+3
2012-10-25
usb: Add an int_req flag to USBPacket
Hans de Goede
1
-1
/
+2
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
1
-3
/
+4
2012-10-25
usb: Move clearing of queue on halt to the core
Hans de Goede
1
-16
/
+6
2012-10-25
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
1
-5
/
+11
2012-10-25
uhci: Move checks to continue queuing to uhci_fill_queue()
Hans de Goede
1
-7
/
+3
2012-10-25
uhci: Properly unmap packets on cancel / invalid pid
Hans de Goede
1
-0
/
+2
2012-10-11
uhci: Raise interrupt when requested even for non active tds
Hans de Goede
1
-1
/
+9
2012-09-13
uhci: Don't queue up packets after one with the SPD flag set
Hans de Goede
1
-1
/
+4
2012-09-11
usb: controllers do not need to check for babble themselves
Hans de Goede
1
-5
/
+0
2012-08-31
usb: unique packet ids
Gerd Hoffmann
1
-2
/
+2
[next]