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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
CrÃstian Viana
8
-11
/
+13
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2
-13
/
+27
2012-06-18
qdev: Use wrapper for qdev_get_path
Anthony Liguori
2
-5
/
+5
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2
-2
/
+2
2012-06-18
qdev: Move bus properties to a separate global
Paolo Bonzini
2
-10
/
+15
2012-06-11
Merge remote-tracking branch 'kraxel/usb.52' into staging
Anthony Liguori
4
-361
/
+636
2012-06-07
ehci: rework frame skipping
Gerd Hoffmann
1
-15
/
+10
2012-06-07
ehci: adaptive wakeup rate.
Gerd Hoffmann
1
-18
/
+39
2012-06-07
ehci: create ehci_update_frindex
Gerd Hoffmann
1
-12
/
+23
2012-06-07
ehci: remove unused attach_poll_counter
Gerd Hoffmann
1
-2
/
+0
2012-06-07
ehci: fix halt status handling
Gerd Hoffmann
1
-15
/
+24
2012-06-07
ehci: update status bits in ehci_set_state
Gerd Hoffmann
1
-4
/
+10
2012-06-07
ehci: add ehci_*_enabled() helpers
Gerd Hoffmann
1
-6
/
+21
2012-06-07
ehci: fix reset
Gerd Hoffmann
1
-4
/
+6
2012-06-07
ehci: kick async schedule on wakeup
Gerd Hoffmann
1
-0
/
+2
2012-06-07
ehci: schedule async bh on async packet completion
Gerd Hoffmann
1
-0
/
+4
2012-06-07
ehci: move async schedule to bottom half
Gerd Hoffmann
1
-1
/
+10
2012-06-07
ehci: add async field to EHCIQueue
Gerd Hoffmann
1
-43
/
+49
2012-06-07
ehci: tweak queue initialization
Gerd Hoffmann
1
-4
/
+4
2012-06-07
ehci: add queuing support
Gerd Hoffmann
1
-9
/
+51
2012-06-07
ehci: move ehci_flush_qh
Gerd Hoffmann
1
-17
/
+18
2012-06-07
ehci: cache USBDevice in EHCIQueue
Gerd Hoffmann
1
-12
/
+19
2012-06-07
ehci: make ehci_execute work on EHCIPacket instead of EHCIQueue
Gerd Hoffmann
1
-13
/
+9
2012-06-07
ehci: add EHCIPacket
Gerd Hoffmann
1
-77
/
+157
2012-06-07
xhci: trace: slots
Gerd Hoffmann
1
-6
/
+6
2012-06-07
xhci: trace: transfers
Gerd Hoffmann
1
-8
/
+10
2012-06-07
xhci: trace: endpoints
Gerd Hoffmann
1
-17
/
+5
2012-06-07
xhci: trace: ring fetch
Gerd Hoffmann
1
-8
/
+2
2012-06-07
xhci: trace: irq + events
Gerd Hoffmann
1
-8
/
+4
2012-06-07
xhci: trace: run+stop
Gerd Hoffmann
1
-3
/
+2
2012-06-07
xhci: trace: mmio reads+writes
Gerd Hoffmann
1
-58
/
+105
2012-06-07
xhci: Clean up reset function
Jan Kiszka
1
-5
/
+4
2012-06-07
usb-storage: migration support
Gerd Hoffmann
1
-2
/
+21
2012-06-07
usb-storage: add scsi_off, remove scsi_buf
Gerd Hoffmann
1
-4
/
+4
2012-06-07
usb-storage: add usb_msd_packet_complete()
Gerd Hoffmann
1
-12
/
+16
2012-06-07
usb-storage: remove MSDState->residue
Gerd Hoffmann
1
-6
/
+4
2012-06-07
uhci: fix irq routing
Gerd Hoffmann
1
-2
/
+19
2012-06-07
uhci: zap uhci_pre_save
Gerd Hoffmann
1
-8
/
+0
2012-06-07
uhci: make bandwidth tunable
Gerd Hoffmann
1
-2
/
+4
2012-06-07
uhci: use bottom half
Gerd Hoffmann
1
-1
/
+13
2012-06-07
uhci: fix bandwidth management
Gerd Hoffmann
1
-10
/
+12
2012-06-07
build: convert libhw to nested Makefile.objs
Paolo Bonzini
1
-0
/
+9
2012-06-07
build: move target-independent hw/ objects to nested Makefile.objs
Paolo Bonzini
1
-0
/
+4
2012-06-04
net: net_client_init(): use error_set()
Luiz Capitulino
1
-2
/
+5
2012-06-04
net: purge the monitor object from all init functions
Luiz Capitulino
1
-1
/
+1
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
1
-1
/
+1
2012-05-14
Merge remote-tracking branch 'kraxel/usb.50' into staging
Anthony Liguori
1
-0
/
+9
2012-05-14
usb-host: handle guest-issued clear halt
Gerd Hoffmann
1
-0
/
+9
2012-05-14
fix some common typos
Jim Meyering
1
-2
/
+2
2012-04-26
usb-uhci: update irq line on reset
Gerd Hoffmann
1
-0
/
+1
[next]