| Commit message (Expand) | Author | Age | Files | Lines |
* | usb/xhci: fixup xhci kconfig deps | Gerd Hoffmann | 2020-10-21 | 1 | -4/+2 |
* | usb/xhci: add xhci_sysbus_build_aml() helper | Gerd Hoffmann | 2020-10-21 | 1 | -0/+15 |
* | usb/xhci: add include/hw/usb/xhci.h header file | Gerd Hoffmann | 2020-10-21 | 6 | -41/+28 |
* | hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet() | Mauro Matteo Cascella | 2020-10-19 | 1 | -0/+6 |
* | usb/hcd-ehci: Fix error handling on missing device for iTD | Anthony PERARD | 2020-10-19 | 1 | -17/+18 |
* | usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...) | Paul Zimmerman | 2020-10-19 | 1 | -19/+81 |
* | hw/usb: Use lock guard macros | Amey Narkhede | 2020-09-28 | 1 | -27/+27 |
* | usb: hcd-xhci-sysbus: Attach xhci to sysbus device | Sai Pavan Boddu | 2020-09-28 | 5 | -0/+148 |
* | usb/hcd-xhci: Split pci wrapper for xhci base model | Sai Pavan Boddu | 2020-09-28 | 5 | -193/+303 |
* | usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c | Sai Pavan Boddu | 2020-09-28 | 5 | -31/+79 |
* | usb/hcd-xhci: Make dma read/writes hooks pci free | Sai Pavan Boddu | 2020-09-28 | 2 | -13/+12 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ... | Peter Maydell | 2020-09-22 | 2 | -4/+28 |
|\ |
|
| * | hw: usb: hcd-ohci: check for processed TD before retire | Prasad J Pandit | 2020-09-21 | 1 | -0/+4 |
| * | hw: usb: hcd-ohci: check len and frame_number variables | Prasad J Pandit | 2020-09-21 | 1 | -2/+22 |
| * | usb: fix u2f build | Gerd Hoffmann | 2020-09-21 | 1 | -2/+2 |
* | | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 15 | -48/+17 |
* | | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 3 | -10/+3 |
|/ |
|
* | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 2 | -3/+3 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-... | Peter Maydell | 2020-09-12 | 1 | -1/+1 |
|\ |
|
| * | usb-host: restrict workaround to new libusb versions | Gerd Hoffmann | 2020-09-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-12 | 1 | -1/+1 |
|\ \ |
|
| * | | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé | 2020-09-11 | 1 | -1/+1 |
| * | | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé | 2020-09-11 | 1 | -1/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-09-11 | 22 | -88/+132 |
|\ \ |
|
| * | | tusb6010: Rename TUSB to TUSB6010 | Eduardo Habkost | 2020-09-09 | 1 | -3/+3 |
| * | | usb: Rename USB_SERIAL_DEV to USB_SERIAL | Eduardo Habkost | 2020-09-09 | 1 | -2/+2 |
| * | | dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV | Eduardo Habkost | 2020-09-09 | 1 | -4/+4 |
| * | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 22 | -45/+50 |
| * | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 22 | -37/+76 |
| |/ |
|
* / | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2020-09-09 | 1 | -1/+3 |
|/ |
|
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-01 | 2 | -3/+2 |
|\ |
|
| * | usb/bus: Remove dead assignment in usb_get_fw_dev_path() | Chen Qun | 2020-09-01 | 1 | -2/+2 |
| * | hw: Remove superfluous breaks | Liao Pingfang | 2020-09-01 | 1 | -1/+0 |
* | | usb: fix setup_len init (CVE-2020-14364) | Gerd Hoffmann | 2020-08-31 | 1 | -6/+10 |
* | | usb-host: workaround libusb bug | Gerd Hoffmann | 2020-08-31 | 1 | -1/+36 |
* | | hw/usb: Add U2F device autoscan to passthru mode | César Belley | 2020-08-31 | 2 | -14/+101 |
* | | hw/usb: Add U2F device check to passthru mode | César Belley | 2020-08-31 | 1 | -0/+41 |
* | | meson: Add U2F key to meson | César Belley | 2020-08-31 | 2 | -0/+12 |
* | | hw/usb: Add U2F key emulated mode | César Belley | 2020-08-31 | 1 | -0/+405 |
* | | hw/usb: Add U2F key passthru mode | César Belley | 2020-08-31 | 1 | -0/+423 |
* | | hw/usb: Add U2F key base class implementation | César Belley | 2020-08-31 | 1 | -0/+352 |
* | | hw/usb: Add U2F key base class | César Belley | 2020-08-31 | 1 | -0/+92 |
* | | hw/usb: Regroup USB HID protocol values | César Belley | 2020-08-31 | 2 | -28/+10 |
* | | ehci: drop pointless warn_report for guest bugs. | Gerd Hoffmann | 2020-08-31 | 1 | -1/+0 |
* | | hw: ehci: check return value of 'usb_packet_map' | Li Qiang | 2020-08-31 | 1 | -2/+8 |
* | | hw: ehci: destroy sglist in error path | Li Qiang | 2020-08-31 | 1 | -0/+1 |
* | | hw: xhci: check return value of 'usb_packet_map' | Li Qiang | 2020-08-31 | 1 | -1/+4 |
|/ |
|
* | hcd-dwc2: Rename USB_*CLASS macros for consistency | Eduardo Habkost | 2020-08-27 | 2 | -6/+6 |
* | meson: convert hw/usb | Paolo Bonzini | 2020-08-21 | 2 | -71/+69 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |