summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-01-24migration: Allow "device add" options to only add migratable devicesAshijeet Acharya1-0/+19
2017-01-24migration: extend VMStateInfoJianjun Duan13-39/+113
2017-01-23hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2-3/+26
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov4-19/+9
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov1-16/+8
2017-01-23pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov1-8/+9
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell31-35/+278
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell8-181/+332
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell4-54/+146
2017-01-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-148/+439
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell2-2/+45
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell2-0/+6
2017-01-20hw/arm/virt-acpi-build: use SMC if booting in EL2Andrew Jones1-6/+20
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell1-6/+21
2017-01-20hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regsPeter Maydell1-10/+60
2017-01-20hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell2-0/+51
2017-01-20hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IARPeter Maydell2-0/+222
2017-01-20hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registersPeter Maydell2-3/+235
2017-01-20hw/intc/arm_gicv3: Implement ICV_ registers which are just accessorsPeter Maydell2-0/+249
2017-01-20hw/intc/arm_gicv3: Add accessors for ICH_ system registersPeter Maydell2-0/+493
2017-01-20hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell2-0/+38
2017-01-20hw/intc/gicv3: Add defines for ICH system register fieldsPeter Maydell1-0/+79
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell1-3/+11
2017-01-20hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+6
2017-01-20hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell1-0/+6
2017-01-20hw/arm/virt-acpi - reserve ECAM space as PNP0C02 deviceArd Biesheuvel1-0/+7
2017-01-20arm: virt: Fix segmentation fault when specifying an unsupported CPUShannon Zhao1-1/+0
2017-01-20aspeed: use first FMC flash as a boot ROMCédric Le Goater1-0/+41
2017-01-20aspeed/smc: handle SPI flash Command modeCédric Le Goater1-25/+130
2017-01-20aspeed/smc: adjust the size of the register regionCédric Le Goater1-15/+10
2017-01-20aspeed/smc: unfold the AspeedSMCController arrayCédric Le Goater1-18/+73
2017-01-20aspeed/smc: autostrap CE0/1 configurationCédric Le Goater1-5/+27
2017-01-20aspeed/smc: rework the prototype of the AspeedSMCFlash helper routinesCédric Le Goater1-17/+22
2017-01-20aspeed/smc: remove call to aspeed_smc_update_cs() in reset functionCédric Le Goater1-2/+1
2017-01-20aspeed/smc: remove call to reset in realize functionCédric Le Goater1-2/+0
2017-01-20block: m25p80: Improve 1GiB Micron flash definitionMarcin Krzeminski1-2/+4
2017-01-20block: m25p80: Introduce die erase commandMarcin Krzeminski1-1/+40
2017-01-20block: m25p80: Add Quad Page Program 4byteMarcin Krzeminski1-0/+4
2017-01-20arm: Uniquely name imx25 I2C buses.Alastair D'Silva2-2/+2
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin2-1/+6
2017-01-20s390x/pci: merge msix init functionsYi Min Zhao1-12/+10
2017-01-20s390x/pci: handle PCIBridge bus numberPierre Morel2-0/+53
2017-01-20s390x/pci: use hashtable to look up zpci via fhYi Min Zhao2-14/+9
2017-01-20s390x/pci: PCI multibus bridge handlingPierre Morel1-2/+15
2017-01-20s390x/pci: optimize calling s390_get_phb()Yi Min Zhao3-49/+51
2017-01-20s390x/pci: change the device array to a listPierre Morel2-51/+56
2017-01-20s390x/pci: dynamically allocate iommuYi Min Zhao2-15/+64
2017-01-20s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao4-53/+71
2017-01-20s390x/kvm: use kvm_gsi_routing_enabled in flicFei Li1-2/+2
2017-01-20s390x: add compat machine for 2.9Cornelia Huck1-1/+16