aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/u2f-passthru: Get rid of qemu_open_old()Zhao Liu2024-07-171-3/+1
* hw/usb/host-libusb: Get rid of qemu_open_old()Zhao Liu2024-07-171-2/+1
* hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1David Hubbard2024-06-212-2/+3
* hw/usb/hcd-dwc2: Handle invalid address access in read and write functionsZheyu Ma2024-06-211-2/+7
* hw/usb/dev-mtp: Correctly report free spaceFabio D'Urso2024-06-191-1/+1
* hw/usb: Remove unused 'host.h' headerPhilippe Mathieu-Daudé2024-06-191-44/+0
* hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flagPhilippe Mathieu-Daudé2024-06-194-39/+9
* hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flagPhilippe Mathieu-Daudé2024-06-193-5/+1
* hw/usb: Remove newline character in trace eventsPhilippe Mathieu-Daudé2024-06-101-3/+3
* usb: add config options for the hub and hid devicesGerd Hoffmann2024-06-042-2/+12
* hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé2024-06-041-1/+1
* hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard2024-05-312-0/+6
* xen: register legacy backends via xen_backend_initPaolo Bonzini2024-05-101-10/+4
* hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'Dr. David Alan Gilbert2024-05-091-8/+0
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-252-5/+5
* hw/usb: move stubs out of stubs/Paolo Bonzini2024-04-182-1/+29
* usb-storage: Fix BlockConf defaultsKevin Wolf2024-04-161-9/+0
* usb-audio: Fix invalid values in AudioControl descriptorsJoonas Kankaala2024-04-011-3/+1
* hw/usb/bus.c: PCAP adding 0xA in Windows versionBenjamin David Lunt2024-03-011-2/+3
* hw/usb: remove duplicate file in system_ssPaolo Bonzini2024-02-271-1/+1
* hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini2024-02-274-58/+93
* hw/usb: remove usb_bus_findPaolo Bonzini2024-02-271-14/+1
* hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTSPhilippe Mathieu-Daudé2024-02-204-16/+16
* hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTSPhilippe Mathieu-Daudé2024-02-202-13/+13
* hw/usb: Style cleanupPhilippe Mathieu-Daudé2024-02-202-3/+6
* usb: inline device creation functionsPaolo Bonzini2024-02-161-23/+0
* scsi: Don't ignore most usb-storage propertiesKevin Wolf2024-02-071-4/+1
* Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into stagingPeter Maydell2024-01-052-2/+2
|\
| * cpus: check running not RUN_STATE_RUNNINGSteve Sistare2024-01-042-2/+2
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-2/+6
|\ \
| * | configure, meson: rename targetos to host_osPaolo Bonzini2023-12-311-2/+2
| * | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini2023-12-311-1/+3
| * | meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-1/+3
| |/
* / hw/usb: Constify VMStateRichard Henderson2023-12-3025-49/+49
|/
* hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan2023-11-281-0/+9
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+2
* hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth2023-10-065-14/+14
* audio: propagate Error * out of audio_initMartin Kletzander2023-10-031-1/+4
* hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth()Peter Maydell2023-08-311-6/+4
* hw/usb: spelling fixesMichael Tokarev2023-08-317-9/+9
* hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé2023-08-311-1/+1
* hw/usb/canokey: change license to GPLv2+Hongren (Zenithal) Zheng2023-07-252-2/+2
* kconfig: Add PCIe devices to s390x machinesCédric Le Goater2023-07-141-1/+1
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-37/+37
* hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macroPhilippe Mathieu-Daudé2023-06-091-1/+1
* usb/ohci: Set pad to 0 after frame updatePaolo Bonzini2023-05-251-0/+2
* hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas2023-05-101-1/+0
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-287-9/+17
* hw/usb/imx: Fix out of bounds access in imx_usbphy_read()Guenter Roeck2023-03-211-2/+17
* Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell2023-03-092-10/+21
|\