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_check_gcc/master-arm in repository toolchain/ci/qemu.
from 0b86b4e0da Merge tag 'pull-request-2022-08-08' of https://gitlab.com/th [...] adds 54a53a006e scsi-disk: fix overflow when block size is not a multiple of [...] adds 55794c904d scsi-disk: ensure block size is non-zero and changes limited [...] adds e12f0685e8 vl: fix [memory] section with -readconfig adds 69c05a2378 vl: remove dead code in parse_memory_options() adds f6a5f38062 tests/qtest: add scenario for -readconfig handling adds 8a1337e604 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
No new revisions were added by this update.
Summary of changes: hw/scsi/scsi-disk.c | 25 ++++-- softmmu/vl.c | 32 ++++--- tests/qtest/meson.build | 1 + tests/qtest/readconfig-test.c | 195 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 229 insertions(+), 24 deletions(-) create mode 100644 tests/qtest/readconfig-test.c