Age | Commit message (Expand) | Author |
2015-05-08 | uhci: controller is halted after reset | Gerd Hoffmann |
2015-05-08 | uhci: QOMify | Gonglei |
2015-03-20 | uhci: fix segfault when hot-unplugging uhci controller | Gonglei |
2015-03-17 | uhci: Convert to realize | Markus Armbruster |
2015-03-17 | usb: Propagate errors through usb_register_companion() | Markus Armbruster |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini |
2014-10-28 | uhci: remove useless DEBUG | Gonglei |
2014-09-23 | usb: tag standalone uhci as hotpluggable | Gerd Hoffmann |
2014-08-29 | usb: add usb host adapters exit trace | Gonglei |
2014-08-29 | usb-uhci: clean up uhci resource when pci-uhci exit | Gonglei |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-06-02 | usb: move uhci register defines to header file | Gerd Hoffmann |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (usb) | Juan Quintela |
2014-02-18 | uhci: invalidate queue on device address changes | Gerd Hoffmann |
2014-02-10 | qdev:pci: refactor PCIDevice to use generic "hotpluggable" property | Igor Mammedov |
2013-10-14 | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum |
2013-08-30 | usb: Pass size to usb_bus_new() | Andreas Färber |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh |
2013-07-30 | uhci: egsm fix | Gerd Hoffmann |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-04 | hw/[u-x]*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-05-07 | uhci: Use an intermediate buffer for usb packet data | Hans de Goede |
2013-02-19 | usb-core: usb3 streams | Gerd Hoffmann |
2013-01-08 | uhci: stop using portio lists | Gerd Hoffmann |
2013-01-07 | usb: Add an usb_device_ep_stopped USBDevice method | Hans de Goede |
2013-01-07 | uhci: Maximize how many frames we catch up when behind | Hans de Goede |
2013-01-07 | uhci: Limit amount of frames processed in one go | Hans de Goede |
2013-01-07 | uhci: Add a QH_VALID define | Hans de Goede |
2013-01-07 | uhci: Fix pending interrupts getting lost on migration | Hans de Goede |
2013-01-07 | uhci: Fix 1 ms delay in interrupt reporting to the guest | Hans de Goede |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-11-29 | usb: tag usb host adapters as not hotpluggable. | Gerd Hoffmann |
2012-11-21 | uhci: Fix double unlink | Hans de Goede |
2012-11-21 | uhci: Don't allow the guest to set port-enabled when there is no dev connected | Hans de Goede |
2012-11-21 | uhci: Add a completions_only flag for async completions | Hans de Goede |
2012-11-08 | usb: split packet result into actual_length + status | Hans de Goede |
2012-11-01 | uhci: Don't crash on device disconnect | Hans de Goede |
2012-11-01 | uhci: Add a uhci_handle_td_error() helper function | Hans de Goede |
2012-11-01 | uhci: add ich9 00:1a.* variants | Gerd Hoffmann |
2012-11-01 | uhci: stick irq routing info into UHCIInfo too. | Gerd Hoffmann |
2012-11-01 | uhci: dynamic type generation | Gerd Hoffmann |
2012-10-25 | uhci: Use only one queue for ctrl endpoints | Hans de Goede |
2012-10-25 | uhci: Retry to fill the queue while waiting for td completion | Hans de Goede |
2012-10-25 | uhci: Always mark a queue valid when we encounter it | Hans de Goede |
2012-10-25 | uhci: When the guest marks a pending td non-active, cancel the queue | Hans de Goede |
2012-10-25 | uhci: Detect guest td re-use | Hans de Goede |