aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2019-08-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190822-pull-request' ...Peter Maydell
2019-08-22ehci: fix queue->dev null ptr dereferenceGerd Hoffmann
2019-08-21xhci: Add No Op CommandHikaru Nishida
2019-08-21usb-redir: merge interrupt packetsMartin Cerveny
2019-08-21usbredir: fix buffer-overflow on vmloadMarc-André Lureau
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-07-15hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCIPhilippe Mathieu-Daudé
2019-07-15hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCIPhilippe Mathieu-Daudé
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...Peter Maydell
2019-06-07usb-mtp: refactor the flow of usb_mtp_write_dataBandan Das
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-05-29usb-hub: emulate per port power switchingGerd Hoffmann
2019-05-29usb-hub: add usb_hub_port_update()Gerd Hoffmann
2019-05-29usb-hub: add helpers to update port stateGerd Hoffmann
2019-05-29usb-hub: make number of ports runtime-configurableGerd Hoffmann
2019-05-29usb-hub: tweak feature namesGerd Hoffmann
2019-05-29usb-host: avoid libusb_set_configuration callsGerd Hoffmann
2019-05-29usb-host: skip reset for untouched devicesGerd Hoffmann
2019-05-29usb: call reset handler before updating stateGerd Hoffmann
2019-05-03hw/usb: avoid format truncation warning when formatting port nameDaniel P. Berrangé
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth
2019-05-02hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth
2019-05-02usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng
2019-05-02usb-mtp: change default to success for usb_mtp_update_objectBandan Das
2019-05-02usb-mtp: fix alignment of access of ObjectInfo filename fieldDaniel P. Berrangé
2019-05-02usb-mtp: fix string length for filename when writing metadataDaniel P. Berrangé
2019-04-16usb-mtp: fix bounds check for guest provided filenameDaniel P. Berrangé
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé
2019-04-02usb-mtp: remove usb_mtp_object_free_oneBandan Das
2019-04-02usb-mtp: fix return status of deleteBandan Das
2019-04-01hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()Peter Maydell
2019-03-26ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé