1. 26 7月, 2022 10 次提交
  2. 25 7月, 2022 4 次提交
  3. 23 7月, 2022 8 次提交
  4. 21 7月, 2022 2 次提交
    • P
      Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging · 5288bee4
      Peter Maydell 提交于
      * Boolean statistics for KVM
      * Fix build on Haiku
      
      # gpg: Signature made Tue 19 Jul 2022 10:32:34 BST
      # 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
      
      * tag 'for-upstream' of https://gitlab.com/bonzini/qemu:
        util: Fix broken build on Haiku
        kvm: add support for boolean statistics
        monitor: add support for boolean statistics
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5288bee4
    • P
      Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into staging · fe16c833
      Peter Maydell 提交于
      Migration pull 2022-07-20
      
      This replaces yesterdays pull and:
        a) Fixes some test build errors without TLS
        b) Reenabled the zlib acceleration on s390
           now that we have Ilya's fix
      
        Hyman's dirty page rate limit set
        Ilya's fix for zlib vs migration
        Peter's postcopy-preempt
        Cleanup from Dan
        zero-copy tidy ups from Leo
        multifd doc fix from Juan
        Revert disable of zlib acceleration on s390x
      Signed-off-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
      
      # gpg: Signature made Wed 20 Jul 2022 12:18:56 BST
      # 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
      
      * tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu: (30 commits)
        Revert "gitlab: disable accelerated zlib for s390x"
        migration: Avoid false-positive on non-supported scenarios for zero-copy-send
        multifd: Document the locking of MultiFD{Send/Recv}Params
        migration/multifd: Report to user when zerocopy not working
        Add dirty-sync-missed-zero-copy migration stat
        QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sent
        migration: remove unreachable code after reading data
        tests: Add postcopy preempt tests
        tests: Add postcopy tls recovery migration test
        tests: Add postcopy tls migration test
        tests: Move MigrateCommon upper
        migration: Respect postcopy request order in preemption mode
        migration: Enable TLS for preempt channel
        migration: Export tls-[creds|hostname|authz] params to cmdline too
        migration: Add helpers to detect TLS capability
        migration: Add property x-postcopy-preempt-break-huge
        migration: Create the postcopy preempt channel asynchronously
        migration: Postcopy recover with preempt enabled
        migration: Postcopy preemption enablement
        migration: Postcopy preemption preparation on channel creation
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fe16c833
  5. 20 7月, 2022 16 次提交