summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2014-02-14qdev: Legacy properties are now read-onlyPaolo Bonzini1-1/+0
2014-02-14ipack: Move IndustryPack out of hw/char/Andreas Färber1-0/+87
2014-02-14i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber1-2/+0
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber9-28/+28
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
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-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
2013-12-23qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini1-4/+9
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini1-1/+0
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov1-0/+8
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+12
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini2-60/+1