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 7929f75f34 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds 3d393bb7d3 docs: add minibmc section in aspeed document adds fa699e80a8 hw/arm/aspeed: Add fby35 machine type adds 264a360ae0 docs: aspeed: Add fby35 board adds 188052a133 hw: m25p80: allow write_enable latch get/set adds 699db71520 aspeed: Introduce a get_irq AspeedSoCClass method adds ab5e86053d hw: aspeed: Add missing UART's adds c5e1bdb9e2 hw: aspeed: Add uarts_num SoC attribute adds 94d10f4210 hw: aspeed: Ensure AST1030 respects uart-default adds 470253b6d0 hw: aspeed: Introduce common UART init function adds 6827ff20b2 hw: aspeed: Init all UART's with serial devices adds 7b1d21a8ba hw/gpio Add GPIO read/write trace event. adds 17075ef244 hw/gpio: Add ASPEED GPIO model for AST1030 adds 247c00294a hw/gpio support GPIO index mode for write operation. adds 554c294514 hw/gpio: replace HWADDR_PRIx with PRIx64 adds 52bcd99780 hw/arm/aspeed: Add i2c devices for AST2600 EVB adds 6291d2588f Merge tag 'pull-aspeed-20220525' of https://github.com/legoa [...] new 3a7a27cffb target/i386: Remove LBREn bit check when access Arch LBR MSRs new f8d426a685 hostmem: default the amount of prealloc-threads to smp-cpus new 3c7b72ddca thread-pool: optimize scheduling of completion bottom half new 900fa208f5 thread-pool: replace semaphore with condition variable new 232e925547 thread-pool: remove stopping variable new c06ebc0f1b contrib/elf2dmp: add ELF dump header checking new ab9f0f7d44 hw/audio/ac97: Coding style fixes to avoid checkpatch errors new dafea9e286 hw/audio/ac97: Remove unimplemented reset functions new dba2b2941c hw/audio/ac97: Remove unneeded local variables new 267b5e7e37 target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-c [...] new 758c925ee0 ide_ioport_read: Return lower octet of data register instead [...] new 7110fe56c1 i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURES new 869840d26c i386: Hyper-V Enlightened MSR bitmap feature new 9411e8b6fa i386: Hyper-V XMM fast hypercall input feature new aa6bb5fad5 i386: Hyper-V Support extended GVA ranges for TLB flush hypercalls new 3aae0854b2 i386: Hyper-V Direct TLB flush hypercall new 9ad6634ec9 i386: docs: Convert hyperv.txt to rST new 58b53669e8 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
The 18 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: backends/hostmem.c | 2 +- contrib/elf2dmp/qemu_elf.c | 53 +++ docs/hyperv.txt | 270 --------------- docs/system/arm/aspeed.rst | 62 ++++ docs/system/i386/hyperv.rst | 288 ++++++++++++++++ docs/system/target-i386.rst | 1 + hw/arm/aspeed.c | 74 +++- hw/arm/aspeed_ast10x0.c | 48 ++- hw/arm/aspeed_ast2600.c | 32 +- hw/arm/aspeed_soc.c | 46 ++- hw/audio/ac97.c | 758 ++++++++++++++++++++--------------------- hw/block/m25p80.c | 1 + hw/gpio/aspeed_gpio.c | 257 ++++++++++++-- hw/gpio/trace-events | 4 + hw/ide/core.c | 6 +- hw/ide/macio.c | 4 +- include/hw/arm/aspeed_soc.h | 13 + include/hw/gpio/aspeed_gpio.h | 16 +- target/i386/cpu.c | 16 + target/i386/cpu.h | 5 +- target/i386/kvm/hyperv-proto.h | 9 +- target/i386/kvm/kvm.c | 76 +++-- tests/qtest/aspeed_gpio-test.c | 40 +-- tests/qtest/aspeed_smc-test.c | 43 +++ tests/qtest/libqtest.c | 24 ++ tests/qtest/libqtest.h | 22 ++ util/thread-pool.c | 74 ++-- 27 files changed, 1433 insertions(+), 811 deletions(-) delete mode 100644 docs/hyperv.txt create mode 100644 docs/system/i386/hyperv.rst