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 d55450df99 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-mig [...] adds 648b4823d9 trace/simple: Enable tracing on startup only if the user spe [...] adds ee8041013a Add execute bit back to scripts/tracetool.py adds 4a74626970 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...] new cece116c93 configure: add option for virtiofsd new 800ad114f1 virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level new 06844584b6 virtiofsd: add container-friendly -o sandbox=chroot option new 6084633dff tools/virtiofsd: xattr name mappings: Add option new 4f088dbf98 tools/virtiofsd: xattr name mappings: Map client xattr names new 6409cf19ca tools/virtiofsd: xattr name mappings: Map server xattr names new 491bfaea3b tools/virtiofsd: xattr name mapping examples new 1d84a0213a tools/virtiofsd: xattr name mappings: Simple 'map' new 97d741cc96 linux/fuse.h: Pull in from Linux new 2f10415abf virtiofsd: Announce FUSE_ATTR_FLAGS new e2577435d3 virtiofsd: Add attr_flags to fuse_entry_param new ede24b6be7 virtiofsd: Add fuse_reply_attr_with_flags() new eba8b096c1 virtiofsd: Store every lo_inode's parent_dev new 08dce386e7 virtiofsd: Announce sub-mount points new 45ced7ca2f tests/acceptance/boot_linux: Accept SSH pubkey new c93a656f7b tests/acceptance: Add virtiofs_submounts.py new 725ca3313a Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...]
The 17 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: configure | 8 +- docs/tools/virtiofsd.rst | 193 ++++++- include/standard-headers/linux/fuse.h | 11 +- meson.build | 1 + meson_options.txt | 2 + scripts/tracetool.py | 0 tests/acceptance/boot_linux.py | 13 +- 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 +++++ 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 +- 19 files changed, 1533 insertions(+), 41 deletions(-) mode change 100644 => 100755 scripts/tracetool.py create mode 100644 tests/acceptance/virtiofs_submounts.py create mode 100644 tests/acceptance/virtiofs_submounts.py.data/cleanup.sh create mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest-cleanup.sh create mode 100644 tests/acceptance/virtiofs_submounts.py.data/guest.sh create mode 100644 tests/acceptance/virtiofs_submounts.py.data/host.sh