This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from bb4aa8f59e Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] new 7237c7ce77 qapi/machine: Fix an incorrect comment of SMPConfiguration new c2511b1632 machine: Deprecate "parameter=0" SMP configurations new 5d8b5a5055 machine: Minor refactor/fix for the smp parsers new 9a52b50806 machine: Uniformly use maxcpus to calculate the omitted parameters new 7d8c5a3962 machine: Set the value of cpus to match maxcpus if it's omitted new 52082d3ba4 machine: Improve the error reporting of smp parsing new afc8e9aaa7 qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg new bbb0c0ec6d qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split new 4a0af2930a machine: Prefer cores over sockets in smp parsing since 6.2 new 69fc28a78d machine: Use ms instead of global current_machine in sanity-check new 003f230e37 machine: Tweak the order of topology members in struct CpuTopology new e4a97a893b machine: Make smp_parse generic enough for all arches new 7687b2b3ed machine: Remove smp_parse callback from MachineClass new 2b52619994 machine: Move smp_prefer_sockets to struct SMPCompatProps new e7f944bb94 machine: Use g_autoptr in machine_set_smp new 8bdfec393a machine: Put all sanity-check in the generic SMP parser new 988f7b8bfe i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID new 70367f0917 i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID new 050716292a i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_ [...] new e1f9a8e8c9 i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment new af7228b88d i386: Make Hyper-V version id configurable new f701ecec2b i386: Change the default Hyper-V version to match WS2016 new bcfdfae78f docs: name included files ".rst.inc" new f9df7aac75 docs: move notes inside the body of the document new 8b8939e44f docs: put "make" information together in build-system.rst new 768f14f94e docs: reorganize qgraph.rst new e9adb4ace2 docs: reorganize tcg-plugins.rst new 9fce360176 docs: move gcov section at the end of testing.rst new 16e79e1b01 docs: reorganize testing.rst new 5f99210238 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstr [...]
The 30 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/about/deprecated.rst | 15 ++ docs/devel/build-system.rst | 21 ++- .../{ci-definitions.rst => ci-definitions.rst.inc} | 0 docs/devel/{ci-jobs.rst => ci-jobs.rst.inc} | 0 docs/devel/{ci-runners.rst => ci-runners.rst.inc} | 0 docs/devel/ci.rst | 6 +- docs/devel/multi-process.rst | 20 ++- docs/devel/qgraph.rst | 132 +++++++------- docs/devel/tcg-plugins.rst | 93 +++++----- docs/devel/testing.rst | 182 ++++++++++--------- docs/hyperv.txt | 41 ++++- hw/arm/virt.c | 1 + hw/core/machine.c | 199 ++++++++++++++------- hw/i386/pc.c | 69 +------ hw/i386/pc_piix.c | 1 + hw/i386/pc_q35.c | 1 + hw/ppc/spapr.c | 1 + hw/s390x/s390-virtio-ccw.c | 1 + include/hw/boards.h | 23 ++- qapi/machine.json | 2 +- qemu-options.hx | 24 ++- target/i386/cpu.c | 22 ++- target/i386/cpu.h | 12 +- target/i386/kvm/hyperv-proto.h | 1 + target/i386/kvm/kvm.c | 62 +++++-- tests/qtest/numa-test.c | 6 +- 26 files changed, 547 insertions(+), 388 deletions(-) rename docs/devel/{ci-definitions.rst => ci-definitions.rst.inc} (100%) rename docs/devel/{ci-jobs.rst => ci-jobs.rst.inc} (100%) rename docs/devel/{ci-runners.rst => ci-runners.rst.inc} (100%)