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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-07
usb: Fix usb_ep_find_packet_by_id
Hans de Goede
1
-1
/
+1
2013-01-07
hid: Change idle handling to use a timer
Hans de Goede
1
-5
/
+3
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
2013-01-07
ehci: Don't call commit_irq after raising PCD
Hans de Goede
1
-2
/
+0
2013-01-07
ehci: Further speedup rescanning if async schedule after raising an interrupt
Hans de Goede
1
-1
/
+4
2013-01-07
ehci: Use uframe precision for interrupt threshold checking (v2)
Hans de Goede
1
-23
/
+47
2013-01-07
ehci: Verify a queue's ep direction does not change
Hans de Goede
2
-0
/
+20
2013-01-07
ehci: Add an ehci_get_pid helper function
Hans de Goede
1
-16
/
+16
2013-01-07
ehci: Verify qtd for async completed packets
Hans de Goede
1
-14
/
+1
2013-01-07
ehci: writeback_async_complete_packet: verify qh and qtd
Hans de Goede
1
-0
/
+14
2013-01-07
ehci: Move get / put_dwords upwards
Hans de Goede
1
-42
/
+42
2013-01-07
ehci: Verify guest does not change the token of inflight qtd-s
Hans de Goede
1
-6
/
+4
2013-01-07
ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions
Hans de Goede
1
-16
/
+35
2013-01-07
ehci: Add a ehci_writeback_async_complete_packet helper function
Hans de Goede
1
-11
/
+17
2012-12-28
usb/redirect.c: unbreak compilation due to include/char/char.h
Alon Levy
1
-0
/
+1
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2
-2
/
+2
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
8
-10
/
+10
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
16
-22
/
+22
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
8
-8
/
+8
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: add guards to headers
Paolo Bonzini
1
-0
/
+4
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
4
-4
/
+4
2012-12-19
net: reorganize headers
Paolo Bonzini
1
-1
/
+1
2012-12-19
net: move Bluetooth stuff out of net.h
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
4
-6
/
+6
2012-12-04
usb-tablet: Allow connecting to ehci
Hans de Goede
1
-1
/
+84
2012-12-04
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2
-6
/
+34
2012-12-04
usb: Allow overriding of usb_desc at the device level
Hans de Goede
1
-0
/
+3
2012-12-04
usb: Don't allow USB_RET_ASYNC for interrupt packets
Hans de Goede
3
-0
/
+6
2012-12-04
usb: Call wakeup when data becomes available for all devices with int eps
Hans de Goede
4
-0
/
+17
2012-11-29
ehci-sysbus: Attach DMA context.
Peter Crosthwaite
1
-0
/
+1
2012-11-29
usb: fail usbdevice_create() when there is no USB bus
Stefan Hajnoczi
1
-0
/
+7
2012-11-29
usb: tag usb host adapters as not hotpluggable.
Gerd Hoffmann
4
-0
/
+4
2012-11-21
usb-redir: Don't handle interrupt output packets async
Hans de Goede
1
-12
/
+14
2012-11-21
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
Hans de Goede
1
-65
/
+71
2012-11-21
usb-smartcard-reader: Properly NAK interrupt eps when we've no events
Hans de Goede
1
-0
/
+2
2012-11-21
usb-bt: Return NAK instead of STALL when interrupt ep has no data
Hans de Goede
1
-4
/
+21
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-16
usb-host: fix splitted transfers
Gerd Hoffmann
1
-2
/
+5
2012-11-16
usb-host: update tracing
Gerd Hoffmann
1
-8
/
+12
2012-11-16
usb-redir: Set default debug level to warning
Hans de Goede
1
-1
/
+1
2012-11-16
usb-redir: Only add actually in flight packets to the in flight queue
Hans de Goede
1
-1
/
+3
2012-11-16
ehci: handle dma errors
Gerd Hoffmann
2
-19
/
+61
[prev]
[next]