Skip to content
Snippets Groups Projects
  1. Feb 18, 2021
  2. Feb 17, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20210216' into staging · 1af56296
      Peter Maydell authored
      
      virtiofsd pull 2021-02-16
      
      Vivek's support for new FUSE KILLPRIV_V2
      and some smaller cleanups.
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      
      # gpg: Signature made Tue 16 Feb 2021 18:34:32 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-20210216:
        virtiofsd: Do not use a thread pool by default
        viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2
        virtiofsd: Save error code early at the failure callsite
        tools/virtiofsd: Replace the word 'whitelist'
        virtiofsd: vu_dispatch locking should never fail
        virtiofsd: Allow to build it without the tools
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1af56296
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging · f0f75dc1
      Peter Maydell authored
      
      * HVF fixes
      * Extra qos-test debugging output (Christian)
      * SEV secret address autodetection (James)
      * SEV-ES support (Thomas)
      * Relocatable paths bugfix (Stefan)
      * RR fix (Pavel)
      * EventNotifier fix (Greg)
      
      # gpg: Signature made Tue 16 Feb 2021 16:15:59 GMT
      # gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
      # gpg:                issuer "pbonzini@redhat.com"
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
      # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini-gitlab/tags/for-upstream: (21 commits)
        replay: fix icount request when replaying clock access
        event_notifier: Set ->initialized earlier in event_notifier_init()
        hvf: Fetch cr4 before evaluating CPUID(1)
        target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT
        hvf: x86: Remove unused definitions
        target/i386/hvf: add vmware-cpuid-freq cpu feature
        hvf: Guard xgetbv call
        util/cutils: Skip "." when looking for next directory component
        tests/qtest/qos-test: dump QEMU command if verbose
        tests/qtest/qos-test: dump environment variables if verbose
        tests/qtest/qos-test: dump qos graph if verbose
        libqos/qgraph_internal: add qos_printf() and qos_printf_literal()
        libqos/qgraph: add qos_node_create_driver_named()
        sev/i386: Enable an SEV-ES guest based on SEV policy
        kvm/i386: Use a per-VM check for SMM capability
        sev/i386: Don't allow a system reset under an SEV-ES guest
        sev/i386: Allow AP booting under SEV-ES
        sev/i386: Require in-kernel irqchip support for SEV-ES guests
        sev/i386: Add initial support for SEV-ES
        sev: update sev-inject-launch-secret to make gpa optional
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      f0f75dc1
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210217' into staging · 65d6ae49
      Peter Maydell authored
      
      target-arm queue:
       * Support ARMv8.5-MemTag for linux-user
       * ncpm7xx: Support SMBus
       * MAINTAINERS: add section for Clock framework
      
      # gpg: Signature made Wed 17 Feb 2021 11:01:45 GMT
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20210217: (37 commits)
        MAINTAINERS: add myself maintainer for the clock framework
        hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode
        hw/i2c: Add a QTest for NPCM7XX SMBus Device
        hw/arm: Add I2C sensors and EEPROM for GSJ machine
        hw/arm: Add I2C sensors for NPCM750 eval board
        hw/i2c: Implement NPCM7XX SMBus Module Single Mode
        tests/tcg/aarch64: Add mte smoke tests
        target/arm: Enable MTE for user-only
        target/arm: Add allocation tag storage for user mode
        linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
        linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
        linux-user/aarch64: Pass syndrome to EXC_*_ABORT
        target/arm: Split out syndrome.h from internals.h
        linux-user/aarch64: Implement PROT_MTE
        linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
        target/arm: Use the proper TBI settings for linux-user
        target/arm: Improve gen_top_byte_ignore
        linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
        linux-user: Handle tags in lock_user/unlock_user
        linux-user: Fix types in uaccess.c
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      65d6ae49
Loading