index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
Age
Commit message (
Expand
)
Author
2024-04-16
usb-storage: Fix BlockConf defaults
Kevin Wolf
2024-04-01
usb-audio: Fix invalid values in AudioControl descriptors
Joonas Kankaala
2024-03-01
hw/usb/bus.c: PCAP adding 0xA in Windows version
Benjamin David Lunt
2024-02-27
hw/usb: remove duplicate file in system_ss
Paolo Bonzini
2024-02-27
hw/usb: extract sysbus-ohci to a separate file
Paolo Bonzini
2024-02-27
hw/usb: remove usb_bus_find
Paolo Bonzini
2024-02-20
hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
Philippe Mathieu-Daudé
2024-02-20
hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS
Philippe Mathieu-Daudé
2024-02-20
hw/usb: Style cleanup
Philippe Mathieu-Daudé
2024-02-16
usb: inline device creation functions
Paolo Bonzini
2024-02-07
scsi: Don't ignore most usb-storage properties
Kevin Wolf
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-01-04
cpus: check running not RUN_STATE_RUNNING
Steve Sistare
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
2023-12-31
meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos
Paolo Bonzini
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
2023-12-30
hw/usb: Constify VMState
Richard Henderson
2023-11-28
hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
BALATON Zoltan
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-10-06
hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
Thomas Huth
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-08-31
hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth()
Peter Maydell
2023-08-31
hw/usb: spelling fixes
Michael Tokarev
2023-08-31
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
2023-07-25
hw/usb/canokey: change license to GPLv2+
Hongren (Zenithal) Zheng
2023-07-14
kconfig: Add PCIe devices to s390x machines
Cédric Le Goater
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-09
hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro
Philippe Mathieu-Daudé
2023-05-25
usb/ohci: Set pad to 0 after frame update
Paolo Bonzini
2023-05-10
hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine
Fabiano Rosas
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-03-21
hw/usb/imx: Fix out of bounds access in imx_usbphy_read()
Guenter Roeck
2023-03-09
Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into staging
Peter Maydell
2023-03-08
hw/usb/ohci: Implement resume on connection status change
BALATON Zoltan
2023-03-08
hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing
Bernhard Beschow
2023-03-07
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
2023-03-07
hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
David Woodhouse
2023-03-07
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
2023-02-27
hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macro
Philippe Mathieu-Daudé
2023-02-27
hw/usb/xhci-nec: Declare QOM macros for NEC_XHCI
Philippe Mathieu-Daudé
2023-02-27
hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro
Philippe Mathieu-Daudé
2023-02-27
hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
Philippe Mathieu-Daudé
2023-02-27
hw/usb/ohci: Fix typo
Philippe Mathieu-Daudé
2023-02-27
hw/usb/ohci: Add trace points for register access
BALATON Zoltan
2023-02-27
hw/usb/ohci: Move a function next to where it is used
BALATON Zoltan
2023-02-27
hw/usb/ohci: Code style fix missing braces and extra parenthesis
BALATON Zoltan
2023-02-27
hw/usb/ohci: Code style fix white space errors
BALATON Zoltan
2023-02-27
hw/usb/ohci: Code style fix comments
BALATON Zoltan
2023-02-27
hw/usb/ohci: Use OHCIState type definition
Philippe Mathieu-Daudé
[next]