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
2021-03-15
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
Philippe Mathieu-Daudé
1
-23
/
+0
2021-03-15
hw/usb/hcd-uhci: Expose generic prototypes to local header
Philippe Mathieu-Daudé
1
-57
/
+3
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-0
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-02-20
uhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
1
-3
/
+5
2019-01-11
remove space-tab sequences
Paolo Bonzini
1
-2
/
+2
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-2
/
+2
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2016-04-25
usb/uhci: move pid check
Gerd Hoffmann
1
-13
/
+13
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-3
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-23
usb: add pid check at the first of uhci_handle_td()
Gonglei
1
-6
/
+16
2016-01-29
usb: Clean up includes
Peter Maydell
1
-0
/
+1
2015-05-08
uhci: controller is halted after reset
Gerd Hoffmann
1
-1
/
+1
2015-05-08
uhci: QOMify
Gonglei
1
-12
/
+31
2015-03-20
uhci: fix segfault when hot-unplugging uhci controller
Gonglei
1
-6
/
+6
2015-03-17
uhci: Convert to realize
Markus Armbruster
1
-10
/
+8
2015-03-17
usb: Propagate errors through usb_register_companion()
Markus Armbruster
1
-3
/
+7
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-1
/
+1
2014-10-28
uhci: remove useless DEBUG
Gonglei
1
-3
/
+0
2014-09-23
usb: tag standalone uhci as hotpluggable
Gerd Hoffmann
1
-3
/
+13
2014-08-29
usb: add usb host adapters exit trace
Gonglei
1
-0
/
+2
2014-08-29
usb-uhci: clean up uhci resource when pci-uhci exit
Gonglei
1
-0
/
+22
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-8
/
+0
2014-06-02
usb: move uhci register defines to header file
Gerd Hoffmann
1
-35
/
+1
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (usb)
Juan Quintela
1
-4
/
+2
2014-02-18
uhci: invalidate queue on device address changes
Gerd Hoffmann
1
-0
/
+2
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
1
-1
/
+1
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-4
/
+2
2013-08-30
usb: Pass size to usb_bus_new()
Andreas Färber
1
-1
/
+1
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-7
/
+7
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-07-30
uhci: egsm fix
Gerd Hoffmann
1
-0
/
+7
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
1
-0
/
+1
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
[next]