summaryrefslogtreecommitdiffstats
path: root/hw/char/grlib_apbuart.c
Commit message (Expand)AuthorAgeFilesLines
* grlib_apbuart: QOM cast cleanupAndreas Färber2013-07-291-4/+9
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-0/+293
alt='Star'> * | xhci: fix events for setup trb.Gerd Hoffmann2015-05-081-0/+8 * | Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann2015-05-081-12/+3Star * | xhci: set timer to retry xfersGerd Hoffmann2015-05-081-0/+2 |/ * Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-091-4/+2Star |\ | * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star * | xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek2015-03-031-3/+12 |/ * vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1 * xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann2014-11-111-0/+9 * xhci: add property to turn on/off streams supportGerd Hoffmann2014-10-281-3/+12 * xhci: remove dead codeGerd Hoffmann2014-10-151-6/+0Star * usb: tag xhci as hotpluggableGerd Hoffmann2014-09-231-1/+0Star * xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert2014-09-101-1/+5 * usb: add usb host adapters exit traceGonglei2014-08-291-0/+2 * usb-xhci: add exit functionGonglei2014-08-291-0/+36 * Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann2014-08-291-1/+1 * xhci: use (1u << i)Gerd Hoffmann2014-08-291-2/+2 * xhci: fix debug print compiling errorGonglei2014-08-291-3/+3 * vmstate_xhci_event: fix unterminated field listLaszlo Ersek2014-07-221-0/+1 * xhci: order superspeed ports firstGerd Hoffmann2014-06-021-8/+37 * xhci: make port reset trace point more verboseGerd Hoffmann2014-06-021-1/+1 * xhci: add xhci_get_flagGerd Hoffmann2014-05-261-2/+7 * xhci: add endpoint cap on express bus onlyGerd Hoffmann2014-05-261-2/+4 * xhci: child detach fixGerd Hoffmann2014-05-26