Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20201026' into staging · 725ca331
      Peter Maydell authored
      
      virtiofsd pull 2020-10-26
      
      Misono
         Set default log level to info
         Explicit build option for virtiofsd
      
      Me
         xattr name mapping
      
      Stefan
        Alternative chroot sandbox method
      
      Max
        Submount mechanism
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      
      # gpg: Signature made Mon 26 Oct 2020 18:41:36 GMT
      # gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
      # gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
      # Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7
      
      * remotes/dgilbert-gitlab/tags/pull-virtiofs-20201026:
        tests/acceptance: Add virtiofs_submounts.py
        tests/acceptance/boot_linux: Accept SSH pubkey
        virtiofsd: Announce sub-mount points
        virtiofsd: Store every lo_inode's parent_dev
        virtiofsd: Add fuse_reply_attr_with_flags()
        virtiofsd: Add attr_flags to fuse_entry_param
        virtiofsd: Announce FUSE_ATTR_FLAGS
        linux/fuse.h: Pull in from Linux
        tools/virtiofsd: xattr name mappings: Simple 'map'
        tools/virtiofsd: xattr name mapping examples
        tools/virtiofsd: xattr name mappings: Map server xattr names
        tools/virtiofsd: xattr name mappings: Map client xattr names
        tools/virtiofsd: xattr name mappings: Add option
        virtiofsd: add container-friendly -o sandbox=chroot option
        virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_level
        configure: add option for virtiofsd
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      725ca331
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging · 4a746269
      Peter Maydell authored
      
      Pull request
      
      v2:
       * Fix Anthony Perard's email address [Philippe]
      
      # gpg: Signature made Mon 26 Oct 2020 17:04:57 GMT
      # gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha-gitlab/tags/tracing-pull-request:
        Add execute bit back to scripts/tracetool.py
        trace/simple: Enable tracing on startup only if the user specifies a trace option
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      4a746269
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a' into staging · d55450df
      Peter Maydell authored
      
      migration pull: 2020-10-26
      
      Another go at Peter's postcopy fixes
      
      Cleanups from Bihong Yu and Peter Maydell.
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      
      # gpg: Signature made Mon 26 Oct 2020 16:17:03 GMT
      # gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
      # gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
      # Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7
      
      * remotes/dgilbert/tags/pull-migration-20201026a:
        migration-test: Only hide error if !QTEST_LOG
        migration/postcopy: Release fd before going into 'postcopy-pause'
        migration: Sync requested pages after postcopy recovery
        migration: Maintain postcopy faulted addresses
        migration: Introduce migrate_send_rp_message_req_pages()
        migration: Pass incoming state into qemu_ufd_copy_ioctl()
        migration: using trace_ to replace DPRINTF
        migration: Delete redundant spaces
        migration: Open brace '{' following function declarations go on the next line
        migration: Do not initialise statics and globals to 0 or NULL
        migration: Add braces {} for if statement
        migration: Open brace '{' following struct go on the same line
        migration: Add spaces around operator
        migration: Don't use '#' flag of printf format
        migration: Do not use C99 // comments
        migration: Drop unused VMSTATE_FLOAT64 support
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      d55450df
  2. Oct 26, 2020
Loading