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 da5006445a Merge tag 'python-pull-request' of https://gitlab.com/jsnow/ [...] adds 4341631e4d target/rx: Put tb_flags into DisasContext adds 3626a3fe37 target/rx: Store PSW.U in tb->flags adds d3562fe258 target/rx: Move DISAS_UPDATE check for write to PSW adds 3c69336a87 target/rx: Swap stack pointers on clrpsw/setpsw instruction adds bcc6f33b67 hw/rx: rx-gdbsim DTB load address aligned of 16byte. adds 335cd06597 target/rx: set PSW.I when executing wait instruction adds 724eaecec6 target/rx: update PC correctly in wait instruction adds 4ba2565831 Merge tag 'pull-rx-20220421' of https://gitlab.com/rth7680/q [...] new a17ec44dba tests: improve error message when saving TLS PSK file fails new dcd23e9cae tests: support QTEST_TRACE env variable new 0c2b6c85c9 tests: print newline after QMP response in qtest logs new 4b2bbca7a0 migration: fix use of TLS PSK credentials with a UNIX socket new 19da6edfe8 tests: switch MigrateStart struct to be stack allocated new ffed54f6e5 tests: merge code for UNIX and TCP migration pre-copy tests new b3caa7b55e tests: introduce ability to provide hooks for migration prec [...] new 243e006686 tests: switch migration FD passing test to use common precop [...] new 00fbe7f6ad tests: expand the migration precopy helper to support failures new 83174765da migration: Postpone releasing MigrationState.hostname new 7f692ec79a migration: Drop multifd tls_hostname cache new ea2faf0c35 migration: Add pss.postcopy_requested status new f444eeda71 migration: Move migrate_allow_multifd and helpers into migration.c new 929068ec2f migration: Export ram_load_postcopy() new a39e933962 migration: Move channel setup out of postcopy_try_recover() new 08401c0426 migration: Allow migrate-recover to run multiple times new f912ec5b2d migration: Fix operator type new 552de79bfd migration: Read state once new a74782936d Merge tag 'pull-migration-20220421a' of https://gitlab.com/d [...]
The 19 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: hw/rx/rx-gdbsim.c | 2 +- migration/channel.c | 1 - migration/migration.c | 66 ++++--- migration/migration.h | 4 +- migration/multifd.c | 29 +-- migration/multifd.h | 4 - migration/ram.c | 10 +- migration/ram.h | 1 + migration/savevm.c | 3 - migration/tls.c | 4 - target/rx/cpu.h | 1 + target/rx/op_helper.c | 1 + target/rx/translate.c | 69 +++---- tests/qtest/libqtest.c | 13 +- tests/qtest/migration-test.c | 368 ++++++++++++++++++++---------------- tests/unit/crypto-tls-psk-helpers.c | 2 +- 16 files changed, 307 insertions(+), 271 deletions(-)