This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/qemu.
from 97f750beca Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...] adds 7cb015197b migration/block-dirty-bitmap: fix add_bitmaps_to_list adds 939ab64b40 Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...] adds 323679da77 ipmi: Add man page pieces for the IPMI PCI devices adds 789101b73d ipmi: Fix a man page entry adds e3f7320caa ipmi: add SET_SENSOR_READING command adds b442119329 Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu [...] adds 69c918d2ef tcg: Save/restore vecop_list around minmax fallback adds a7ba744f40 tcg/cpu-exec: precise single-stepping after an exception adds ba3c35d9c4 tcg/cpu-exec: precise single-stepping after an interrupt adds 9fc8711100 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...] new d69cda7ed7 Makefile: Remove config-devices.mak on "make clean" new ae163b8d95 hw/i2c/Kconfig: Add an entry for the SMBus new 7a204cbdc2 hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus() new db437ca6df hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new() new 2616f57231 hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_ [...] new 1373b15bb5 hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() new 73d5f22ecb hw/i2c: Document the I2C qdev helpers new 873ec69aeb Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu [...] new 14de3d4ac5 ppc/pnv: Make PSI device types not user creatable new a4beb5f5d4 spapr_pci: Robustify support of PCI bridges new a6030d7e0b spapr: Add a new level of NUMA for GPUs new b25fbd6a13 pseries: Update SLOF firmware image new 1e6c50ad85 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5 [...]
The 13 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: Makefile | 1 + accel/tcg/cpu-exec.c | 19 +++- hw/arm/aspeed.c | 82 +++++++-------- hw/arm/musicpal.c | 4 +- hw/arm/nseries.c | 8 +- hw/arm/pxa2xx.c | 5 +- hw/arm/realview.c | 2 +- hw/arm/spitz.c | 4 +- hw/arm/stellaris.c | 2 +- hw/arm/tosa.c | 2 +- hw/arm/versatilepb.c | 2 +- hw/arm/vexpress.c | 2 +- hw/arm/z2.c | 4 +- hw/display/sii9022.c | 2 +- hw/i2c/Kconfig | 8 +- hw/i2c/Makefile.objs | 3 +- hw/i2c/aspeed_i2c.c | 3 +- hw/i2c/core.c | 15 ++- hw/ipmi/ipmi_bmc_sim.c | 223 +++++++++++++++++++++++++++++++++++++++++ hw/ppc/e500.c | 2 +- hw/ppc/pnv_psi.c | 1 + hw/ppc/sam460ex.c | 2 +- hw/ppc/spapr.c | 21 +++- hw/ppc/spapr_pci.c | 56 +++++++++++ hw/ppc/spapr_pci_nvlink2.c | 13 ++- include/hw/i2c/aspeed_i2c.h | 2 +- include/hw/i2c/i2c.h | 54 +++++++++- include/hw/pci-host/spapr.h | 1 + include/hw/ppc/spapr.h | 1 + migration/block-dirty-bitmap.c | 6 +- pc-bios/README | 2 +- pc-bios/slof.bin | Bin 965112 -> 968368 bytes qemu-options.hx | 11 +- roms/SLOF | 2 +- tcg/tcg-op-vec.c | 2 + 35 files changed, 480 insertions(+), 87 deletions(-)