aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini1-10/+4
2024-05-09hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'Dr. David Alan Gilbert1-8/+0
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2-5/+5
2024-04-18hw/usb: move stubs out of stubs/Paolo Bonzini2-1/+29
2024-04-16usb-storage: Fix BlockConf defaultsKevin Wolf1-9/+0
2024-04-01usb-audio: Fix invalid values in AudioControl descriptorsJoonas Kankaala1-3/+1
2024-03-01hw/usb/bus.c: PCAP adding 0xA in Windows versionBenjamin David Lunt1-2/+3
2024-02-27hw/usb: remove duplicate file in system_ssPaolo Bonzini1-1/+1
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini4-58/+93
2024-02-27hw/usb: remove usb_bus_findPaolo Bonzini1-14/+1
2024-02-20hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTSPhilippe Mathieu-Daudé4-16/+16
2024-02-20hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTSPhilippe Mathieu-Daudé2-13/+13
2024-02-20hw/usb: Style cleanupPhilippe Mathieu-Daudé2-3/+6
2024-02-16usb: inline device creation functionsPaolo Bonzini1-23/+0
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf1-4/+1
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2-2/+2
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-2/+6
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare2-2/+2
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-2/+2
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini1-1/+3
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-30hw/usb: Constify VMStateRichard Henderson25-49/+49
2023-11-28hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan1-0/+9
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth5-14/+14
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander1-1/+4
2023-08-31hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth()Peter Maydell1-6/+4
2023-08-31hw/usb: spelling fixesMichael Tokarev7-9/+9
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé1-1/+1
2023-07-25hw/usb/canokey: change license to GPLv2+Hongren (Zenithal) Zheng2-2/+2
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-37/+37
2023-06-09hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macroPhilippe Mathieu-Daudé1-1/+1
2023-05-25usb/ohci: Set pad to 0 after frame updatePaolo Bonzini1-0/+2
2023-05-10hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas1-1/+0
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov7-9/+17
2023-03-21hw/usb/imx: Fix out of bounds access in imx_usbphy_read()Guenter Roeck1-2/+17
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell2-10/+21
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan1-6/+17
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow1-12/+0
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse1-1/+1
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse1-4/+4
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-5/+16
2023-02-27hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macroPhilippe Mathieu-Daudé1-1/+1
2023-02-27hw/usb/xhci-nec: Declare QOM macros for NEC_XHCIPhilippe Mathieu-Daudé1-2/+4
2023-02-27hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macroPhilippe Mathieu-Daudé1-3/+2
2023-02-27hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé2-3/+1
2023-02-27hw/usb/ohci: Fix typoPhilippe Mathieu-Daudé1-6/+6
2023-02-27hw/usb/ohci: Add trace points for register accessBALATON Zoltan2-0/+31
2023-02-27hw/usb/ohci: Move a function next to where it is usedBALATON Zoltan1-30/+30