index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
usbredir: Add USBEP2I and I2USBEP helper macros
Hans de Goede
2013-01-07
1
-3
/
+7
*
usbredir: Add an usbredir_stop_ep helper function
Hans de Goede
2013-01-07
1
-22
/
+19
*
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
5
-5
/
+60
*
usb: Fix usb_ep_find_packet_by_id
Hans de Goede
2013-01-07
1
-1
/
+1
*
hid: Change idle handling to use a timer
Hans de Goede
2013-01-07
1
-5
/
+3
*
uhci: Maximize how many frames we catch up when behind
Hans de Goede
2013-01-07
1
-0
/
+8
*
uhci: Limit amount of frames processed in one go
Hans de Goede
2013-01-07
1
-16
/
+27
*
uhci: Add a QH_VALID define
Hans de Goede
2013-01-07
1
-4
/
+5
*
uhci: Fix pending interrupts getting lost on migration
Hans de Goede
2013-01-07
1
-1
/
+2
*
uhci: Fix 1 ms delay in interrupt reporting to the guest
Hans de Goede
2013-01-07
1
-11
/
+13
*
ehci: Don't call commit_irq after raising PCD
Hans de Goede
2013-01-07
1
-2
/
+0
*
ehci: Further speedup rescanning if async schedule after raising an interrupt
Hans de Goede
2013-01-07
1
-1
/
+4
*
ehci: Use uframe precision for interrupt threshold checking (v2)
Hans de Goede
2013-01-07
1
-23
/
+47
*
ehci: Verify a queue's ep direction does not change
Hans de Goede
2013-01-07
2
-0
/
+20
*
ehci: Add an ehci_get_pid helper function
Hans de Goede
2013-01-07
1
-16
/
+16
*
ehci: Verify qtd for async completed packets
Hans de Goede
2013-01-07
1
-14
/
+1
*
ehci: writeback_async_complete_packet: verify qh and qtd
Hans de Goede
2013-01-07
1
-0
/
+14
*
ehci: Move get / put_dwords upwards
Hans de Goede
2013-01-07
1
-42
/
+42
*
ehci: Verify guest does not change the token of inflight qtd-s
Hans de Goede
2013-01-07
1
-6
/
+4
*
ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions
Hans de Goede
2013-01-07
1
-16
/
+35
*
ehci: Add a ehci_writeback_async_complete_packet helper function
Hans de Goede
2013-01-07
1
-11
/
+17
*
usb/redirect.c: unbreak compilation due to include/char/char.h
Alon Levy
2012-12-28
1
-0
/
+1
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
2
-2
/
+2
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
8
-10
/
+10
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
16
-22
/
+22
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
8
-8
/
+8
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: add guards to headers
Paolo Bonzini
2012-12-19
1
-0
/
+4
*
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
4
-4
/
+4
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: move Bluetooth stuff out of net.h
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
4
-6
/
+6
*
usb-tablet: Allow connecting to ehci
Hans de Goede
2012-12-04
1
-1
/
+84
*
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2012-12-04
2
-6
/
+34
*
usb: Allow overriding of usb_desc at the device level
Hans de Goede
2012-12-04
1
-0
/
+3
*
usb: Don't allow USB_RET_ASYNC for interrupt packets
Hans de Goede
2012-12-04
3
-0
/
+6
*
usb: Call wakeup when data becomes available for all devices with int eps
Hans de Goede
2012-12-04
4
-0
/
+17
*
ehci-sysbus: Attach DMA context.
Peter Crosthwaite
2012-11-29
1
-0
/
+1
*
usb: fail usbdevice_create() when there is no USB bus
Stefan Hajnoczi
2012-11-29
1
-0
/
+7
*
usb: tag usb host adapters as not hotpluggable.
Gerd Hoffmann
2012-11-29
4
-0
/
+4
*
usb-redir: Don't handle interrupt output packets async
Hans de Goede
2012-11-21
1
-12
/
+14
*
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
Hans de Goede
2012-11-21
1
-65
/
+71
*
usb-smartcard-reader: Properly NAK interrupt eps when we've no events
Hans de Goede
2012-11-21
1
-0
/
+2
*
usb-bt: Return NAK instead of STALL when interrupt ep has no data
Hans de Goede
2012-11-21
1
-4
/
+21
*
uhci: Fix double unlink
Hans de Goede
2012-11-21
1
-1
/
+0
*
uhci: Don't allow the guest to set port-enabled when there is no dev connected
Hans de Goede
2012-11-21
1
-0
/
+4
*
uhci: Add a completions_only flag for async completions
Hans de Goede
2012-11-21
1
-4
/
+10
*
usb-host: fix splitted transfers
Gerd Hoffmann
2012-11-16
1
-2
/
+5
*
usb-host: update tracing
Gerd Hoffmann
2012-11-16
1
-8
/
+12
[prev]
[next]