summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-0/+8
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov2-4/+7
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-3/+0
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov1-0/+3
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov1-0/+12
2014-02-10define hotplug interfaceIgor Mammedov1-0/+78
2014-02-10loader: document that errno is setMichael S. Tsirkin1-0/+7
2014-02-08hw/arm/allwinner-a10: initialize EMACBeniamino Galvani1-0/+3
2014-02-08hw/net: add support for Allwinner EMAC Fast Ethernet controllerBeniamino Galvani1-0/+210
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall1-0/+19
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall1-0/+7
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall1-0/+7
2014-02-08Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140204-1'...Peter Maydell1-8/+2
2014-02-05hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov1-0/+1
2014-02-05pcihp: remove unused AcpiPciHpPciStatus.device_present fieldIgor Mammedov1-1/+0
2014-02-05pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov1-1/+2
2014-02-05pcihp: reduce number of device check eventsMichael S. Tsirkin1-1/+1
2014-02-04Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140131' int...Peter Maydell2-0/+80
2014-02-04vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell1-8/+2
2014-02-03cris: Remove the CRIS PIC glueEdgar E. Iglesias1-2/+0
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall1-0/+1
2014-01-28sclp-s390: Define new SCLP codes and structuresMatthew Rosato1-0/+34
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost1-1/+1
2014-01-26pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov1-0/+1
2014-01-26acpi: ich9: add CPU hotplug handling to Q35 machineIgor Mammedov2-0/+5
2014-01-26acpi: factor out common cpu hotplug code for PIIX4/Q35Igor Mammedov2-0/+49
2014-01-26piix4: add acpi pci hotplug supportMichael S. Tsirkin1-0/+5
2014-01-26pcihp: generalization of piix4 acpiMichael S. Tsirkin1-0/+72
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin1-0/+14
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo1-0/+7
2014-01-21s390-sclp: SCLP Event integrationJason J. Herne2-0/+6
2014-01-21s390-sclp: SCLP CPU InfoJason J. Herne1-0/+32
2014-01-21s390-sclp: Define New SCLP CodesJason J. Herne1-0/+8
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann2-0/+12
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-10/+4
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-64/+4
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori4-6/+19
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori5-6/+33
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+4
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall1-1/+1
2014-01-06hw: Remove assert_no_error usagesPeter Crosthwaite1-10/+4
2014-01-01pxa27x: Add 'const' attribute to keyboard mapsStefan Weil1-2/+2
2014-01-01pxa27x: Reduce size of keyboard matrix mappingStefan Weil1-2/+2
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao1-1/+2
2013-12-24icc_bus: QOM'ify ICCxiaoqiang zhao1-1/+1
2013-12-24apic: QOM'ify APICxiaoqiang zhao1-1/+1
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi1-2/+0
2013-12-24qdev: Document that pointer properties kill device_addMarkus Armbruster1-0/+17
2013-12-23piix: fix 32bit pci holeGerd Hoffmann1-0/+1
2013-12-23qdev: switch reset to post-orderPaolo Bonzini1-1/+1