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-arm-build_cross in repository toolchain/ci/qemu.
from b0ce3f021e Merge remote-tracking branch 'remotes/kraxel/tags/fixes-2020 [...] adds d64072c0ac Revert "tpm: Clean up error reporting in tpm_init_tpmdev()" adds 5a6791c3d4 tpm: Improve help on TPM types when none are available adds 88f8307457 tpm_emulator: Report an error if chardev is missing adds 57cdde4a74 Merge remote-tracking branch 'remotes/stefanberger/tags/pull [...] adds 570ef3093b tcg: update comments for save_iotlb_data in cputlb adds 79826f99fe target/hppa: Free some temps in do_sub adds 3cb3a7720b target/i386: Save cc_op before loop insns adds 194f8ca825 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...] new aef92d87c5 pseries: fix kvmppc_set_fwnmi() new 4215d34132 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5 [...] new 3b6b4997b3 shippable: add one more qemu to registry url new 619985e937 semihosting: defer connect_chardevs a little more to use serialx new 7d2d6522bb semihosting: don't send the trailing '\0' new ad06ef0efb util: add qemu_get_host_physmem utility function new 986babaab3 util/oslib-win32: add qemu_get_host_physmem implementation new c83d628b7f accel/tcg: better handle memory constrained systems new 163b3d1af2 target/i386: floatx80: avoid compound literals in static ini [...] new 2667e069e7 linux-user: don't use MAP_FIXED in pgd_find_hole_fallback new e336cec3a5 tests/docker: fix update command due to python3 str/bytes di [...] new 182ec06076 tests/docker: fix binfmt_misc image building new 4c5aeb1238 tests/docker: add support for DEB_KEYRING new 8ec68a0a87 linux-user: fix clock_nanosleep() new 445883885a linux-user, ppc: fix clock_nanosleep() for linux-user-ppc new 4b84d87449 python/qemu: Cleanup changes to ConsoleSocket new 80ded8e99d python/qemu: Change ConsoleSocket to optionally drain socket. new 4a70232b1d tests/vm: add shutdown timeout in basevm.py new cb320a07e6 Merge remote-tracking branch 'remotes/stsquad/tags/pull-fixe [...] new d1bb69db4c s390x/protvirt: allow to IPL secure guests with -no-reboot new d664548328 s390x/s390-virtio-ccw: fix loadparm property getter new 9303ecb658 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-2020 [...]
The 22 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: .shippable.yml | 2 +- accel/tcg/cputlb.c | 11 +- accel/tcg/translate-all.c | 7 +- backends/tpm/tpm_emulator.c | 38 ++- hw/ppc/spapr_rtas.c | 2 +- hw/s390x/ipl.c | 3 +- hw/s390x/s390-virtio-ccw.c | 6 +- hw/semihosting/console.c | 4 +- include/fpu/softfloat.h | 1 + include/qemu/osdep.h | 15 + include/sysemu/tpm.h | 2 +- linux-user/elfload.c | 10 +- linux-user/syscall.c | 15 +- python/qemu/console_socket.py | 137 +++++---- python/qemu/machine.py | 14 +- python/qemu/pylintrc | 2 +- softmmu/vl.c | 9 +- stubs/tpm.c | 3 +- target/hppa/translate.c | 2 + target/i386/fpu_helper.c | 426 +++++++++++++------------- target/i386/translate.c | 1 + target/ppc/kvm.c | 3 +- target/ppc/kvm_ppc.h | 4 +- tests/docker/Makefile.include | 2 +- tests/docker/docker.py | 13 +- tests/docker/dockerfiles/debian-bootstrap.pre | 7 + tests/vm/basevm.py | 15 +- tpm.c | 43 ++- util/oslib-posix.c | 15 + util/oslib-win32.c | 11 + 30 files changed, 468 insertions(+), 355 deletions(-)