summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-23kvm: Simplify invtsc checkEduardo Habkost
2017-01-23hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth
2017-01-23qemu-options: Rename variables on the -numa "cpus" optionEduardo Habkost
2017-01-23MAINTAINERS: Add an entry for hw/core/null-machine.cThomas Huth
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov
2017-01-23pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost
2017-01-23vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang
2017-01-23i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost
2017-01-23i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost
2017-01-23x86: add AVX512_VPOPCNTDQ featuresHe Chen
2017-01-23Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-01-23-2' in...Peter Maydell
2017-01-23io: introduce a DNS resolver APIDaniel P. Berrange
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange
2017-01-23sockets: add ability to disable DNS resolution for InetSocketAddressDaniel P. Berrange
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-01-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-01-19' into...Peter Maydell
2017-01-20pc.h: move x-mach-use-reliable-get-clock compat entry to PC_COMPAT_2_8Marcelo Tosatti
2017-01-20bitmap: assert that start and nr are non negativePeter Lieven
2017-01-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170120'...Peter Maydell
2017-01-20hw/arm/virt: Add board property to enable EL2Peter Maydell
2017-01-20target-arm: Enable EL2 feature bit on A53 and A57Peter Maydell
2017-01-20target/arm/psci.c: If EL2 implemented, start CPUs in EL2Peter Maydell
2017-01-20hw/arm/virt-acpi-build: use SMC if booting in EL2Andrew Jones
2017-01-20hw/arm/virt: Support using SMC for PSCIPeter Maydell
2017-01-20hw/intc/arm_gicv3: Implement EL2 traps for CPU i/f regsPeter Maydell
2017-01-20hw/intc/arm_gicv3: Implement gicv3_cpuif_virt_update()Peter Maydell
2017-01-20hw/intc/arm_gicv3: Implement ICV_ registers EOIR and IARPeter Maydell
2017-01-20hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registersPeter Maydell
2017-01-20hw/intc/arm_gicv3: Implement ICV_ registers which are just accessorsPeter Maydell
2017-01-20hw/intc/arm_gicv3: Add accessors for ICH_ system registersPeter Maydell
2017-01-20hw/intc/gicv3: Add data fields for virtualization supportPeter Maydell
2017-01-20hw/intc/gicv3: Add defines for ICH system register fieldsPeter Maydell
2017-01-20target-arm: Add ARMCPU fields for GIC CPU i/f configPeter Maydell
2017-01-20hw/arm/virt: Wire VIRQ, VFIQ, maintenance irq lines from GIC to CPUPeter Maydell
2017-01-20target-arm: Expose output GPIO line for VCPU maintenance interruptPeter Maydell
2017-01-20hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQPeter Maydell
2017-01-20hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQPeter Maydell
2017-01-20hw/arm/virt-acpi - reserve ECAM space as PNP0C02 deviceArd Biesheuvel
2017-01-20arm: virt: Fix segmentation fault when specifying an unsupported CPUShannon Zhao
2017-01-20aspeed: use first FMC flash as a boot ROMCédric Le Goater