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-check_cross in repository toolchain/ci/qemu.
omits cfc1105649 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acc [...] omits 725ca3313a Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...] omits 4a74626970 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...] omits d55450df99 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-mig [...] omits 091e3e3dbc Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...] omits c93a656f7b tests/acceptance: Add virtiofs_submounts.py omits 45ced7ca2f tests/acceptance/boot_linux: Accept SSH pubkey omits 08dce386e7 virtiofsd: Announce sub-mount points omits eba8b096c1 virtiofsd: Store every lo_inode's parent_dev omits ede24b6be7 virtiofsd: Add fuse_reply_attr_with_flags() omits e2577435d3 virtiofsd: Add attr_flags to fuse_entry_param omits 2f10415abf virtiofsd: Announce FUSE_ATTR_FLAGS omits 97d741cc96 linux/fuse.h: Pull in from Linux omits 1d84a0213a tools/virtiofsd: xattr name mappings: Simple 'map' omits 491bfaea3b tools/virtiofsd: xattr name mapping examples omits 6409cf19ca tools/virtiofsd: xattr name mappings: Map server xattr names omits 4f088dbf98 tools/virtiofsd: xattr name mappings: Map client xattr names omits 6084633dff tools/virtiofsd: xattr name mappings: Add option omits 06844584b6 virtiofsd: add container-friendly -o sandbox=chroot option omits 800ad114f1 virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level omits cece116c93 configure: add option for virtiofsd omits 4c9ac67230 docs/devel/testing.rst: Update outdated Avocado URLs omits 9eb716513d tests/acceptance: Allow running Orange Pi test using cached [...] omits 9923375807 tests/acceptance: Add a 'virt_kvm' test using the GICv3 omits 7fb1f203d7 tests/boot_linux_console: Boot Trusted Firmware-A on the Ras [...] omits 1dc887329a Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd- [...] omits ee8041013a Add execute bit back to scripts/tracetool.py omits 648b4823d9 trace/simple: Enable tracing on startup only if the user spe [...] omits a47295014d migration-test: Only hide error if !QTEST_LOG omits d246ea5039 migration/postcopy: Release fd before going into 'postcopy-pause' omits 0c26781c09 migration: Sync requested pages after postcopy recovery omits 8f8bfffcf1 migration: Maintain postcopy faulted addresses omits 7a267fc49b migration: Introduce migrate_send_rp_message_req_pages() omits eef621c4e6 migration: Pass incoming state into qemu_ufd_copy_ioctl() omits fe80c0241d migration: using trace_ to replace DPRINTF omits 0bcae62333 migration: Delete redundant spaces omits cbfc71b52b migration: Open brace '{' following function declarations go [...] omits 49324e939c migration: Do not initialise statics and globals to 0 or NULL omits f4c51a6bfd migration: Add braces {} for if statement omits f16aee44b4 migration: Open brace '{' following struct go on the same line omits 395cb45009 migration: Add spaces around operator omits 29fccade10 migration: Don't use '#' flag of printf format omits 01371c5821 migration: Do not use C99 // comments omits 9fe7ef8b66 migration: Drop unused VMSTATE_FLOAT64 support omits a024890a64 migration/block-dirty-bitmap: fix uninitialized variable warning omits ed7b70c27b migration/block-dirty-bitmap: fix larger granularity bitmaps omits 89c6700fe7 hw/sd/sdcard: Zero out function selection fields before bein [...] omits 692fb0ef31 hw/sd/sdcard: Make iolen unsigned omits aecaa05922 hw/sd/sdcard: Constify sd_crc*()'s message argument omits ef6dd5f5c4 hw/sd/sdcard: Simplify cmd_valid_while_locked() omits 9820502cad hw/sd/sdcard: Update the SDState documentation adds 4ac4e7281a ide: run diagnostic after SRST
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (cfc1105649) \ N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-che [...]
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes: configure | 8 +- docs/devel/testing.rst | 4 +- docs/tools/virtiofsd.rst | 193 +------ hw/ide/core.c | 6 +- hw/sd/sd.c | 27 +- hw/sd/trace-events | 2 +- include/migration/vmstate.h | 13 + include/standard-headers/linux/fuse.h | 11 +- meson.build | 1 - meson_options.txt | 2 - migration/block-dirty-bitmap.c | 26 +- migration/block.c | 40 +- migration/migration.c | 59 +- migration/migration.h | 24 +- migration/page_cache.c | 13 +- migration/postcopy-ram.c | 27 +- migration/ram.c | 14 +- migration/rdma.c | 7 +- migration/savevm.c | 61 +- migration/trace-events | 16 - migration/vmstate-types.c | 26 + migration/vmstate.c | 10 +- scripts/tracetool.py | 0 tests/acceptance/boot_linux.py | 30 +- tests/acceptance/boot_linux_console.py | 24 - tests/acceptance/virtiofs_submounts.py | 289 ---------- .../virtiofs_submounts.py.data/cleanup.sh | 46 -- .../virtiofs_submounts.py.data/guest-cleanup.sh | 30 - .../acceptance/virtiofs_submounts.py.data/guest.sh | 138 ----- .../acceptance/virtiofs_submounts.py.data/host.sh | 127 ----- tests/qtest/migration-test.c | 6 +- tools/meson.build | 17 +- tools/virtiofsd/fuse_common.h | 8 - tools/virtiofsd/fuse_lowlevel.c | 34 +- tools/virtiofsd/fuse_lowlevel.h | 20 - tools/virtiofsd/helper.c | 9 - tools/virtiofsd/passthrough_ll.c | 622 +-------------------- trace/control.c | 6 +- 38 files changed, 176 insertions(+), 1820 deletions(-) mode change 100755 => 100644 scripts/tracetool.py delete mode 100644 tests/acceptance/virtiofs_submounts.py delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/cleanup.sh delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest-cleanup.sh delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest.sh delete mode 100644 tests/acceptance/virtiofs_submounts.py.data/host.sh