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_check_gcc/master-arm in repository toolchain/ci/qemu.
from bb4aa8f59e Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...] adds 7237c7ce77 qapi/machine: Fix an incorrect comment of SMPConfiguration adds c2511b1632 machine: Deprecate "parameter=0" SMP configurations adds 5d8b5a5055 machine: Minor refactor/fix for the smp parsers adds 9a52b50806 machine: Uniformly use maxcpus to calculate the omitted parameters adds 7d8c5a3962 machine: Set the value of cpus to match maxcpus if it's omitted adds 52082d3ba4 machine: Improve the error reporting of smp parsing adds afc8e9aaa7 qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg adds bbb0c0ec6d qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split adds 4a0af2930a machine: Prefer cores over sockets in smp parsing since 6.2 adds 69fc28a78d machine: Use ms instead of global current_machine in sanity-check adds 003f230e37 machine: Tweak the order of topology members in struct CpuTopology adds e4a97a893b machine: Make smp_parse generic enough for all arches adds 7687b2b3ed machine: Remove smp_parse callback from MachineClass adds 2b52619994 machine: Move smp_prefer_sockets to struct SMPCompatProps adds e7f944bb94 machine: Use g_autoptr in machine_set_smp adds 8bdfec393a machine: Put all sanity-check in the generic SMP parser adds 988f7b8bfe i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID adds 70367f0917 i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID adds 050716292a i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_ [...] adds e1f9a8e8c9 i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment adds af7228b88d i386: Make Hyper-V version id configurable adds f701ecec2b i386: Change the default Hyper-V version to match WS2016 adds bcfdfae78f docs: name included files ".rst.inc" adds f9df7aac75 docs: move notes inside the body of the document adds 8b8939e44f docs: put "make" information together in build-system.rst adds 768f14f94e docs: reorganize qgraph.rst adds e9adb4ace2 docs: reorganize tcg-plugins.rst adds 9fce360176 docs: move gcov section at the end of testing.rst adds 16e79e1b01 docs: reorganize testing.rst adds 5f99210238 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstr [...]
No new revisions were added by this update.
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%)