..
Kconfig
usb: add config options for the hub and hid devices
2 years ago
bus-stub.c
hw/usb: move stubs out of stubs/
2 years ago
bus.c
hw/usb/bus.c: PCAP adding 0xA in Windows version
2 years ago
canokey.c
hw/usb/canokey: change license to GPLv2+
3 years ago
canokey.h
hw/usb/canokey: change license to GPLv2+
3 years ago
ccid-card-emulated.c
hw/usb: spelling fixes
3 years ago
ccid-card-passthru.c
hw/usb: Constify VMState
2 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.
5 years ago
desc-msos.c
hw/usb: Fix typo in comments and print
5 years ago
desc.c
hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
3 years ago
desc.h
usb: allow max 8192 bytes for desc
4 years ago
dev-audio.c
usb-audio: Fix invalid values in AudioControl descriptors
2 years ago
dev-hid.c
hw/usb: Constify VMState
2 years ago
dev-hub.c
hw/usb: Constify VMState
2 years ago
dev-mtp.c
hw/usb/dev-mtp: Correctly report free space
2 years ago
dev-network.c
hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'
2 years ago
dev-serial.c
usb: remove support for -usbdevice parameters
5 years ago
dev-smartcard-reader.c
hw/usb: Constify VMState
2 years ago
dev-storage-bot.c
Don't include headers already included by qemu/osdep.h
3 years ago
dev-storage-classic.c
usb-storage: Fix BlockConf defaults
2 years ago
dev-storage.c
hw/usb: Constify VMState
2 years ago
dev-uas.c
hw/usb: Constify VMState
2 years ago
dev-wacom.c
hw/usb: fix tab indentation
3 years ago
hcd-dwc2.c
hw/usb/hcd-dwc2: Handle invalid address access in read and write functions
2 years ago
hcd-dwc2.h
Clean up header guards that don't match their file name
4 years ago
hcd-dwc3.c
hw/usb: Constify VMState
2 years ago
hcd-ehci-pci.c
hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
2 years ago
hcd-ehci-sysbus.c
hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
2 years ago
hcd-ehci.c
hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
2 years ago
hcd-ehci.h
hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
2 years ago
hcd-musb.c
hw/usb: fix tab indentation
3 years ago
hcd-ohci-pci.c
hw/usb: Constify VMState
2 years ago
hcd-ohci-sysbus.c
hw/usb: extract sysbus-ohci to a separate file
2 years ago
hcd-ohci.c
hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1
2 years ago
hcd-ohci.h
hw/usb/ohci: Use OHCIState type definition
3 years ago
hcd-uhci.c
hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS
2 years ago
hcd-uhci.h
hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS
2 years ago
hcd-xhci-nec.c
hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
2 years ago
hcd-xhci-pci.c
hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
2 years ago
hcd-xhci-pci.h
include/hw/pci: Split pci_device.h off pci.h
3 years ago
hcd-xhci-sysbus.c
hw/usb: Constify VMState
2 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: Remove XHCI_FLAG_SS_FIRST flag
2 years ago
hcd-xhci.h
hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
2 years ago
host-libusb.c
hw/usb/host-libusb: Get rid of qemu_open_old()
2 years ago
imx-usb-phy.c
hw/usb: Constify VMState
2 years ago
libhw.c
dma: Let dma_memory_map() take MemTxAttrs argument
4 years ago
meson.build
usb: add config options for the hub and hid devices
2 years ago
pcap.c
usb/pcap: set flag_setup
5 years ago
quirks-ftdi-ids.h
hw/usb: Fix typo in comments and print
5 years ago
quirks-pl2303-ids.h
hw/usb: fix tab indentation
3 years ago
quirks.c
hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
6 years ago
quirks.h
hw/usb: spelling fixes
3 years ago
redirect.c
migration 1st pull for 9.0
2 years ago
trace-events
hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1
2 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
hw/usb: Fix typo in comments and print
5 years ago
u2f-passthru.c
hw/usb/u2f-passthru: Get rid of qemu_open_old()
2 years ago
u2f.c
hw/usb: Constify VMState
2 years ago
u2f.h
hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()
3 years ago
vt82c686-uhci-pci.c
hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
2 years ago
xen-usb.c
hw/xen: Make XenDevOps structures const
2 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, target: Add ResetType argument to hold and exit phase methods
2 years ago