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-arm in repository toolchain/ci/qemu.
from 69f153667f Merge tag 'memory-api-20211231' of https://github.com/philmd [...] new 694804ed7b hw/qdev: Cosmetic around documentation new 14b0375b39 hw/qdev: Correct qdev_init_gpio_out_named() documentation new 1fbd004b00 hw/qdev: Correct qdev_connect_gpio_out_named() documentation new 2ebd9ce19a hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter new 1ab192f30c tests/unit/test-smp-parse: Pass machine type as argument to tests new c30bdb025c tests/unit/test-smp-parse: Split the 'generic' test in valid [...] new 76b6d4cce3 tests/unit/test-smp-parse: Add 'smp-with-dies' machine type new 7ca0705eba tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine type new 2dc426c468 tests/unit/test-smp-parse: Add 'smp-generic-valid' machine type new 47ab8a491a tests/unit/test-smp-parse: Simplify pointer to compound literal use new cf65000ae9 tests/unit/test-smp-parse: Constify some pointer/struct new 3e2f14981c hw/core: Rename smp_parse() -> machine_parse_smp_config() new 0d87178523 qemu-options: Improve readability of SMP related Docs new 864c3b5c32 hw/core/machine: Introduce CPU cluster topology support new e5ef89ae44 tests/unit/test-smp-parse: Add testcases for CPU clusters new 16f5738476 tests/unit/test-smp-parse: No need to explicitly zero Machin [...] new a2348fa232 tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in mach [...] new da7595cad3 MAINTAINERS: Self-recommended as reviewer of "Machine core" new 90f285fd83 MAINTAINERS: Change philmd's email address new 2ece6e6484 MAINTAINERS: email address change new 814a050530 Merge tag 'machine-core-20211231' of https://github.com/phil [...]
The 21 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: .gitlab-ci.d/edk2/Dockerfile | 2 +- .mailmap | 1 + MAINTAINERS | 21 ++-- hw/core/gpio.c | 13 +- hw/core/machine-smp.c | 32 +++-- hw/core/machine.c | 5 +- include/hw/boards.h | 9 +- include/hw/qdev-core.h | 24 +++- qapi/machine.json | 5 +- qemu-options.hx | 81 ++++++++++--- softmmu/vl.c | 3 + tests/unit/test-smp-parse.c | 281 ++++++++++++++++++++++++++++++++----------- 12 files changed, 352 insertions(+), 125 deletions(-)