summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov1-0/+29
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov1-0/+4
2014-02-10define hotplug interfaceIgor Mammedov2-0/+49
2014-02-05pc.c: better error message on initrd sizing failureMichael S. Tsirkin1-2/+2
2014-02-05pc_piix: enable legacy hotplug for XenMichael S. Tsirkin1-0/+11
2014-02-05hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov2-201/+33
2014-02-05pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov2-3/+7
2014-02-05pcihp: make PCI hotplug mmio handlers indifferent to PCI_HOTPLUG_ADDRIgor Mammedov1-12/+12
2014-02-05pcihp: replace enable|disable_device() with onelinersIgor Mammedov1-12/+2
2014-02-05pcihp: reduce number of device check eventsMichael S. Tsirkin1-16/+5
2014-02-04Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140131' int...Peter Maydell4-1/+171
2014-02-03cris: Remove the CRIS PIC glueEdgar E. Iglesias2-48/+0
2014-02-03axis-dev88: Connect the PIC upstream IRQs directly to the CPUEdgar E. Iglesias1-4/+3
2014-02-01Merge remote-tracking branch 'qmp-unstable/queue/qmp' into stagingPeter Maydell1-6/+9
2014-02-01Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140131' into st...Peter Maydell7-37/+88
2014-02-01Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014012...Peter Maydell1-11/+67
2014-01-31arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall1-1/+5
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall1-6/+11
2014-01-31display: avoid multi-statement macroPaolo Bonzini4-29/+59
2014-01-31ZYNQ: Implement board MIDR control for ZynqAlistair Francis1-0/+7
2014-01-31hw/arm/boot: Don't set up ATAGS for autogenerated dtb bootingPeter Maydell1-2/+7
2014-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingPeter Maydell22-306/+1147
2014-01-31Merge remote-tracking branch 'sstabellini/xen-170114' into stagingPeter Maydell2-5/+10
2014-01-30Merge remote-tracking branch 'stefanha/tags/net-pull-request' into stagingPeter Maydell1-3/+3
2014-01-30Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into stagingPeter Maydell2-3/+5
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov1-6/+9
2014-01-28vfio: correct debug macro typoBandan Das1-1/+1
2014-01-27Fix lan9118 buffer length handlingRoy Franz1-1/+1
2014-01-27Fix lan9118 TX "CMD A" handlingRoy Franz1-2/+2
2014-01-26q35: document gigabyte_alignMichael S. Tsirkin1-0/+13
2014-01-26q35: gigabyte alignment for ramGerd Hoffmann1-2/+5
2014-01-26acpi: Fix PCI hole handling on build_srat()Eduardo Habkost1-5/+5
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost1-0/+1
2014-01-26hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum1-10/+10
2014-01-26pc: ACPI: update acpi-dsdt.hex.generated q35-acpi-dsdt.hex.generatedIgor Mammedov4-92/+225
2014-01-26pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov5-7/+8
2014-01-26pc: ACPI: expose PRST IO range via _CRSIgor Mammedov1-1/+13
2014-01-26pc: Q35 DSDT: exclude CPU hotplug IO range from PCI bus resourcesIgor Mammedov3-7/+15
2014-01-26pc: PIIX DSDT: exclude CPU/PCI hotplug & GPE0 IO range from PCI bus resourcesIgor Mammedov3-7/+41
2014-01-26pc: set PRST base in DSDT depending on chipsetIgor Mammedov3-1/+3
2014-01-26acpi: ich9: add CPU hotplug handling to Q35 machineIgor Mammedov1-0/+14
2014-01-26acpi: factor out common cpu hotplug code for PIIX4/Q35Igor Mammedov3-72/+71
2014-01-26acpi-build: enable hotplug for PCI bridgesMichael S. Tsirkin3-94/+297
2014-01-26piix4: add acpi pci hotplug supportMichael S. Tsirkin1-10/+65
2014-01-26pcihp: generalization of piix4 acpiMichael S. Tsirkin2-2/+317
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin1-0/+28
2014-01-26pc: make: fix dependencies: rebuild when included file is changedIgor Mammedov1-1/+1
2014-01-26virtio: Fix return value for dummy function vhost_net_virtqueue_pendingStefan Weil1-1/+1
2014-01-26ACPI: Fix AppleSMC _STA sizeGabriel L. Somlo2-8/+7
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo5-1/+22