summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2016-04-25usb/uhci: move pid checkGerd Hoffmann1-13/+13
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-3/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei1-6/+16
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-05-08uhci: controller is halted after resetGerd Hoffmann1-1/+1
2015-05-08uhci: QOMifyGonglei1-12/+31
2015-03-20uhci: fix segfault when hot-unplugging uhci controllerGonglei1-6/+6
2015-03-17uhci: Convert to realizeMarkus Armbruster1-10/+8
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster1-3/+7
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-10-28uhci: remove useless DEBUGGonglei1-3/+0
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann1-3/+13
2014-08-29usb: add usb host adapters exit traceGonglei1-0/+2
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei1-0/+22
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann1-35/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-4/+2
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann1-0/+2
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-4/+2
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-30uhci: egsm fixGerd Hoffmann1-0/+7
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede1-8/+13
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-01-08uhci: stop using portio listsGerd Hoffmann1-76/+30
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-0/+1
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede1-0/+8
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede1-16/+27
2013-01-07uhci: Add a QH_VALID defineHans de Goede1-4/+5
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede1-1/+2
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann1-0/+1
2012-11-21uhci: Fix double unlinkHans de Goede1-1/+0
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede1-0/+4
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede1-4/+10
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-18/+16
2012-11-01uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann1-3/+24