Age | Commit message (Expand) | Author |
2015-03-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-08 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150303-1' into s... | Peter Maydell |
2015-03-03 | xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set | Laszlo Ersek |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell |
2015-02-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell |
2015-02-18 | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() | Markus Armbruster |
2015-02-18 | Make sysbus EHCI devices ARM only by default | David Gibson |
2015-02-18 | usb: Change usb_create_simple() to abort on failure | Markus Armbruster |
2015-02-18 | usb: Suppress bogus error when automatic usb-hub creation fails | Markus Armbruster |
2015-02-18 | usb: Do not prefix error_setg() messages with "Error: " | Markus Armbruster |
2015-02-18 | usb: Improve -usbdevice error reporting a bit | Markus Armbruster |
2015-02-18 | usb: usb_create() can't fail, drop useless error handling | Markus Armbruster |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster |
2015-02-10 | usb: Pair g_malloc() with g_free(), not free() | Markus Armbruster |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini |
2014-12-10 | usb: delete redundant brackets in usb_host_handle_control() | lijun |
2014-11-17 | hcd-musb: fix dereference null return value | Paolo Bonzini |
2014-11-12 | usb-host: fix usb_host_speed_compat tyops | Gerd Hoffmann |
2014-11-11 | xhci: add sanity checks to xhci_lookup_uport | Gerd Hoffmann |
2014-11-11 | Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing... | Chris Johns |
2014-10-28 | uhci: remove useless DEBUG | Gonglei |
2014-10-28 | xhci: add property to turn on/off streams support | Gerd Hoffmann |
2014-10-22 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-10-22 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s... | Peter Maydell |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell |
2014-10-15 | xhci: remove dead code | Gerd Hoffmann |
2014-10-15 | usb-hid: Add high speed keyboard configuration | Jan Vesely |
2014-10-15 | usb-hid: Add high speed mouse configuration | Jan Vesely |
2014-10-15 | usb-hid: Move descriptor decision to usb-hid initfn | Jan Vesely |
2014-10-15 | bootindex: move calling add_boot_device_patch to bootindex setter function | Gonglei |
2014-10-15 | usb-storage: add bootindex to qom property | Gonglei |
2014-10-15 | redirect: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | host-libusb: remove bootindex property from qdev to qom | Gonglei |
2014-10-15 | usb-net: add bootindex to qom property | Gonglei |
2014-10-15 | usb: Convert usb devices to hotplug handler API | Igor Mammedov |
2014-10-15 | usb: Convert usb-ccid to hotplug handler API | Igor Mammedov |
2014-10-15 | usb-storage: Drop not needed "allow_hotplug = 0" | Igor Mammedov |
2014-10-15 | usb-bot: Drop not needed "allow_hotplug = 0" | Igor Mammedov |
2014-10-15 | usb-bot: Mark device as non hotpluggable | Igor Mammedov |
2014-09-26 | ohci: drop computed flags from trace events | Alex Bennée |
2014-09-26 | ohci: Split long traces to smaller ones | Alexey Kardashevskiy |
2014-09-23 | usb: tag standalone ehci as hotpluggable | Gerd Hoffmann |
2014-09-23 | usb: tag standalone uhci as hotpluggable | Gerd Hoffmann |
2014-09-23 | usb: tag xhci as hotpluggable | Gerd Hoffmann |
2014-09-23 | usb-serial: only check speed once at realize time | Gonglei |
2014-09-23 | usb-bus: introduce a wrapper function to check speed | Gonglei |