aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-06-08qdev: Remove PropertyInfo range checkingPaolo Bonzini2-82/+26
2012-06-08qdev: Switch property accessors to fixed-width visitor interfacesMichael Roth2-63/+91
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth4-10/+7
2012-06-08qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth1-7/+0
2012-06-07ehci: rework frame skippingGerd Hoffmann1-15/+10
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann1-18/+39
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann1-12/+23
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann1-2/+0
2012-06-07ehci: fix halt status handlingGerd Hoffmann1-15/+24
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann1-4/+10
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann1-6/+21
2012-06-07ehci: fix resetGerd Hoffmann1-4/+6
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann1-0/+2
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann1-0/+4
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann1-1/+10
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann1-43/+49
2012-06-07ehci: tweak queue initializationGerd Hoffmann1-4/+4
2012-06-07ehci: add queuing supportGerd Hoffmann1-9/+51
2012-06-07ehci: move ehci_flush_qhGerd Hoffmann1-17/+18
2012-06-07ehci: cache USBDevice in EHCIQueueGerd Hoffmann1-12/+19
2012-06-07ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann1-13/+9
2012-06-07ehci: add EHCIPacketGerd Hoffmann1-77/+157
2012-06-07xhci: trace: slotsGerd Hoffmann1-6/+6
2012-06-07xhci: trace: transfersGerd Hoffmann1-8/+10
2012-06-07xhci: trace: endpointsGerd Hoffmann1-17/+5
2012-06-07xhci: trace: ring fetchGerd Hoffmann1-8/+2
2012-06-07xhci: trace: irq + eventsGerd Hoffmann1-8/+4
2012-06-07xhci: trace: run+stopGerd Hoffmann1-3/+2
2012-06-07xhci: trace: mmio reads+writesGerd Hoffmann1-58/+105
2012-06-07xhci: Clean up reset functionJan Kiszka1-5/+4
2012-06-07usb-storage: migration supportGerd Hoffmann1-2/+21
2012-06-07usb-storage: add scsi_off, remove scsi_bufGerd Hoffmann1-4/+4
2012-06-07usb-storage: add usb_msd_packet_complete()Gerd Hoffmann1-12/+16
2012-06-07usb-storage: remove MSDState->residueGerd Hoffmann1-6/+4
2012-06-07scsi: prepare migration code for usb-storage supportGerd Hoffmann2-6/+18
2012-06-07uhci: fix irq routingGerd Hoffmann1-2/+19
2012-06-07uhci: zap uhci_pre_saveGerd Hoffmann1-8/+0
2012-06-07uhci: make bandwidth tunableGerd Hoffmann1-2/+4
2012-06-07uhci: use bottom halfGerd Hoffmann1-1/+13
2012-06-07uhci: fix bandwidth managementGerd Hoffmann1-10/+12
2012-06-07build: move device tree to per-target Makefile.objsPaolo Bonzini3-0/+3
2012-06-07build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini2-0/+20
2012-06-07build: convert libhw to nested Makefile.objsPaolo Bonzini4-0/+141
2012-06-07build: move target-independent hw/ objects to nested Makefile.objsPaolo Bonzini2-0/+36
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini14-0/+171
2012-06-06Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori5-8/+18
2012-06-06Merge remote-tracking branch 'afaerber-or/qom-cpu-3' into stagingAnthony Liguori43-215/+313
2012-06-05Revert "Revert "rtl8139: do the network/host communication only in normal ope...Anthony Liguori1-0/+9
2012-06-04leon3: Store SPARCCPU in ResetDataAndreas Färber1-4/+4
2012-06-04leon3: Use cpu_sparc_init() to obtain SPARCCPUAndreas Färber1-2/+4