1. 06 4月, 2022 36 次提交
  2. 05 4月, 2022 4 次提交
    • P
      Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging · f53faa70
      Peter Maydell 提交于
      * fix vss-win32 compilation with clang++
      
      * update Coverity model
      
      * add measurement calculation to amd-memory-encryption docs
      
      # gpg: Signature made Tue 05 Apr 2022 09:42:59 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:
        docs/system/i386: Add measurement calculation details to amd-memory-encryption
        qga/vss-win32: fix compilation with clang++
        coverity: update model for latest tools
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      f53faa70
    • P
      Merge tag 'pull-qapi-2022-04-05' of git://repo.or.cz/qemu/armbru into staging · 2e185fb6
      Peter Maydell 提交于
      QAPI patches patches for 2022-04-05
      
      # gpg: Signature made Tue 05 Apr 2022 11:32:05 BST
      # gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
      # gpg:                issuer "armbru@redhat.com"
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * tag 'pull-qapi-2022-04-05' of git://repo.or.cz/qemu/armbru:
        qapi: Fix calc-dirty-rate example
        qapi: fix example of query-memdev command
        qapi: fix example of query-cpus-fast command
        qapi: fix example of trace-event-get-state command
        qapi: fix example of query-colo-status command
        qapi: fix example of query-vnc command
        qapi: fix example of query-spice command
        qapi: fix example of query-named-block-nodes command
        qapi: fix examples: replay-break and replay-seek
        qapi: fix example of netdev_add command
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2e185fb6
    • P
      Merge tag 'pull-target-arm-20220405' of... · 223a8671
      Peter Maydell 提交于
      Merge tag 'pull-target-arm-20220405' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
      
      target-arm queue:
       * docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
       * xlnx-bbram: hw/nvram: Fix uninitialized Error *
      
      # gpg: Signature made Tue 05 Apr 2022 10:26:21 BST
      # 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
      
      * tag 'pull-target-arm-20220405' of https://git.linaro.org/people/pmaydell/qemu-arm:
        docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
        xlnx-bbram: hw/nvram: Fix uninitialized Error *
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      223a8671
    • M
      qapi: Fix calc-dirty-rate example · 8230f338
      Markus Armbruster 提交于
      The example shows {"command": ...}, which is wrong.  Fix it to
      {"execute": ...}.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20220401082028.3583296-1-armbru@redhat.com>
      Reviewed-by: NVictor Toso <victortoso@redhat.com>
      8230f338