summary refs log tree commit diff stats
path: root/hw/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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...Peter 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
|\
| * hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse2023-03-071-1/+1
| * hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse2023-03-071-4/+4
| * hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-5/+16
* | hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan2023-03-081-6/+17
* | hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow2023-03-081-12/+0
|/
* hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macroPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/usb/xhci-nec: Declare QOM macros for NEC_XHCIPhilippe Mathieu-Daudé2023-02-271-2/+4
* hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macroPhilippe Mathieu-Daudé2023-02-271-3/+2
* hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé2023-02-272-3/+1
* hw/usb/ohci: Fix typoPhilippe Mathieu-Daudé2023-02-271-6/+6
* hw/usb/ohci: Add trace points for register accessBALATON Zoltan2023-02-272-0/+31
* hw/usb/ohci: Move a function next to where it is usedBALATON Zoltan2023-02-271-30/+30
* hw/usb/ohci: Code style fix missing braces and extra parenthesisBALATON Zoltan2023-02-271-46/+60
* hw/usb/ohci: Code style fix white space errorsBALATON Zoltan2023-02-271-81/+79