| .. |
|
Kconfig
|
usb/storage: add kconfig symbols
|
5 years ago |
|
bus.c
|
usb: remove support for -usbdevice parameters
|
5 years ago |
|
ccid-card-emulated.c
|
Various spelling fixes
|
6 years ago |
|
ccid-card-passthru.c
|
hw/usb: Constify VMStateDescription
|
5 years ago |
|
ccid.h
|
Use OBJECT_DECLARE_TYPE when possible
|
6 years ago |
|
chipidea.c
|
hw: Do not include qemu/log.h if it is not necessary
|
5 years ago |
|
combined-packet.c
|
usb: limit combined packets to 1 MiB (CVE-2021-3527)
|
5 years ago |
|
core.c
|
usb: add pcap support.
|
6 years ago |
|
desc-msos.c
|
usb: use local path for local headers
|
8 years ago |
|
desc.c
|
usb: use local path for local headers
|
8 years ago |
|
desc.h
|
all: Clean up includes
|
11 years ago |
|
dev-audio.c
|
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
|
5 years ago |
|
dev-hid.c
|
usb/hid: avoid dynamic stack allocation
|
5 years ago |
|
dev-hub.c
|
Remove superfluous timer_del() calls
|
6 years ago |
|
dev-mtp.c
|
usb/dev-mtp: use GDateTime for formatting timestamp for objects
|
5 years ago |
|
dev-network.c
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
|
6 years ago |
|
dev-serial.c
|
usb: remove support for -usbdevice parameters
|
5 years ago |
|
dev-smartcard-reader.c
|
hw/usb: Constify VMStateDescription
|
5 years ago |
|
dev-storage-bot.c
|
usb/storage: move usb-bot device to separate source file
|
5 years ago |
|
dev-storage-classic.c
|
usb/storage move usb-storage device to separate source file
|
5 years ago |
|
dev-storage.c
|
usb/storage: clear csw on reset
|
5 years ago |
|
dev-uas.c
|
scsi: drop 'result' argument from command_complete callback
|
6 years ago |
|
dev-wacom.c
|
usb/hid: avoid dynamic stack allocation
|
5 years ago |
|
hcd-dwc2.c
|
hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()
|
6 years ago |
|
hcd-dwc2.h
|
Use OBJECT_DECLARE_TYPE when possible
|
6 years ago |
|
hcd-dwc3.c
|
hw: Do not include qemu/log.h if it is not necessary
|
5 years ago |
|
hcd-ehci-pci.c
|
qdev: Unrealize must not fail
|
6 years ago |
|
hcd-ehci-sysbus.c
|
hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()
|
5 years ago |
|
hcd-ehci.c
|
hw/usb/hcd-ehci: Fix crash when showing help of EHCI devices
|
5 years ago |
|
hcd-ehci.h
|
hw/arm/npcm7xx: Add EHCI and OHCI controllers
|
6 years ago |
|
hcd-musb.c
|
exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'
|
6 years ago |
|
hcd-ohci-pci.c
|
Remove superfluous timer_del() calls
|
6 years ago |
|
hcd-ohci.c
|
Various spelling fixes
|
6 years ago |
|
hcd-ohci.h
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
|
6 years ago |
|
hcd-uhci.c
|
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
|
5 years ago |
|
hcd-uhci.h
|
hw/usb/hcd-uhci: Expose generic prototypes to local header
|
5 years ago |
|
hcd-xhci-nec.c
|
usb: Fix Lesser GPL version number
|
6 years ago |
|
hcd-xhci-pci.c
|
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
|
5 years ago |
|
hcd-xhci-pci.h
|
usb: Fix Lesser GPL version number
|
6 years ago |
|
hcd-xhci-sysbus.c
|
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
|
5 years ago |
|
hcd-xhci-sysbus.h
|
usb/xhci: add include/hw/usb/xhci.h header file
|
6 years ago |
|
hcd-xhci.c
|
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
|
5 years ago |
|
hcd-xhci.h
|
hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X
|
5 years ago |
|
host-libusb.c
|
sysemu: Let VMChangeStateHandler take boolean 'running' argument
|
6 years ago |
|
host-stub.c
|
hw/usb/host-stub: Remove unused header
|
5 years ago |
|
host.h
|
usb-host: move legacy cmd line bits
|
14 years ago |
|
imx-usb-phy.c
|
hw: Do not include qemu/log.h if it is not necessary
|
5 years ago |
|
libhw.c
|
Include hw/hw.h exactly where needed
|
7 years ago |
|
meson.build
|
configure, meson: convert libusbredir detection to meson
|
5 years ago |
|
pcap.c
|
usb/pcap: set flag_setup
|
6 years ago |
|
quirks-ftdi-ids.h
|
Drop the deprecated lm32 target
|
5 years ago |
|
quirks-pl2303-ids.h
|
usbredir: Add support for buffered bulk input (v2)
|
14 years ago |
|
quirks.c
|
hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
|
7 years ago |
|
quirks.h
|
Drop the deprecated lm32 target
|
5 years ago |
|
redirect.c
|
usb/redir: avoid dynamic stack allocation (CVE-2021-3527)
|
5 years ago |
|
trace-events
|
docs: fix references to docs/devel/tracing.rst
|
5 years ago |
|
trace.h
|
trace: switch position of headers to what Meson requires
|
6 years ago |
|
tusb6010.c
|
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
|
6 years ago |
|
u2f-emulated.c
|
usb: fix u2f build
|
6 years ago |
|
u2f-passthru.c
|
u2f-passthru: put it into the 'misc' category
|
6 years ago |
|
u2f.c
|
usb: remove '-usbdevice u2f-key'
|
5 years ago |
|
u2f.h
|
hw/usb: Add U2F key base class
|
6 years ago |
|
vt82c686-uhci-pci.c
|
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
|
5 years ago |
|
xen-usb.c
|
hw: Do not include hw/sysbus.h if it is not necessary
|
5 years ago |
|
xlnx-usb-subsystem.c
|
hw: Do not include qemu/log.h if it is not necessary
|
5 years ago |
|
xlnx-versal-usb2-ctrl-regs.c
|
hw: Do not include qemu/log.h if it is not necessary
|
5 years ago |