aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-06-11integratorcp: Use cpu_arm_init() to obtain ARMCPUAndreas Färber
2012-06-11strongarm: Use cpu_arm_init() to store ARMCPU in StrongARMStateAndreas Färber
2012-06-11z2: Rename PXA2xxState variableAndreas Färber
2012-06-11tosa: Rename PXA2xxState variableAndreas Färber
2012-06-11spitz: Rename PXA2xxState variableAndreas Färber
2012-06-11mainstone: Rename PXA2xxState variableAndreas Färber
2012-06-11palm: Rename omap_mpu_state_s variableAndreas Färber
2012-06-11omap_sx1: Rename omap_mpu_state_s variableAndreas Färber
2012-06-11nseries: Rename n800_s::cpu to mpuAndreas Färber
2012-06-09target-ppc: Unbreak kvm_ppc.c buildAndreas Färber
2012-06-08qdev: Remove PropertyInfo range checkingPaolo Bonzini
2012-06-08qdev: Switch property accessors to fixed-width visitor interfacesMichael Roth
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth
2012-06-08qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth
2012-06-07msi: Use msi/msix_present more consistentlyJan Kiszka
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka
2012-06-07msi: Guard msi/msix_write_config with msi_presentJan Kiszka
2012-06-07msi: Invoke msi/msix_reset from PCI coreJan Kiszka
2012-06-07msi: Guard msi_reset with msi_presentJan Kiszka
2012-06-07ahci: Clean up reset functionsJan Kiszka
2012-06-07intel-hda: Fix reset of MSI functionJan Kiszka
2012-06-07ahci: Fix reset of MSI functionJan Kiszka
2012-06-07rtl8139: honor RxOverflow flag in can_receive methodFernando Luis Vazquez Cao
2012-06-07shpc: unparent device before freeMichael S. Tsirkin
2012-06-07ehci: rework frame skippingGerd Hoffmann
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann
2012-06-07ehci: create ehci_update_frindexGerd Hoffmann
2012-06-07ehci: remove unused attach_poll_counterGerd Hoffmann
2012-06-07ehci: fix halt status handlingGerd Hoffmann
2012-06-07ehci: update status bits in ehci_set_stateGerd Hoffmann
2012-06-07ehci: add ehci_*_enabled() helpersGerd Hoffmann
2012-06-07ehci: fix resetGerd Hoffmann
2012-06-07ehci: kick async schedule on wakeupGerd Hoffmann
2012-06-07ehci: schedule async bh on async packet completionGerd Hoffmann
2012-06-07ehci: move async schedule to bottom halfGerd Hoffmann
2012-06-07ehci: add async field to EHCIQueueGerd Hoffmann
2012-06-07ehci: tweak queue initializationGerd Hoffmann
2012-06-07ehci: add queuing supportGerd Hoffmann
2012-06-07ehci: move ehci_flush_qhGerd Hoffmann
2012-06-07ehci: cache USBDevice in EHCIQueueGerd Hoffmann
2012-06-07ehci: make ehci_execute work on EHCIPacket instead of EHCIQueueGerd Hoffmann
2012-06-07ehci: add EHCIPacketGerd Hoffmann
2012-06-07xhci: trace: slotsGerd Hoffmann
2012-06-07xhci: trace: transfersGerd Hoffmann
2012-06-07xhci: trace: endpointsGerd Hoffmann
2012-06-07xhci: trace: ring fetchGerd Hoffmann
2012-06-07xhci: trace: irq + eventsGerd Hoffmann
2012-06-07xhci: trace: run+stopGerd Hoffmann
2012-06-07xhci: trace: mmio reads+writesGerd Hoffmann
2012-06-07xhci: Clean up reset functionJan Kiszka