[PULL 0/3] Misc changes for 2022-04-05

Paolo Bonzini posted 3 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220405092001.104507-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>, Peter Maydell <peter.maydell@linaro.org>
docs/system/i386/amd-memory-encryption.rst | 54 +++++++++++++++++++++++++++---
qga/vss-win32/install.cpp                  |  3 +-
scripts/coverity-scan/model.c              |  3 +-
3 files changed, 54 insertions(+), 6 deletions(-)
[PULL 0/3] Misc changes for 2022-04-05
Posted by Paolo Bonzini 2 years, 1 month ago
The following changes since commit 20661b75ea6093f5e59079d00a778a972d6732c5:

  Merge tag 'pull-ppc-20220404' of https://github.com/legoater/qemu into staging (2022-04-04 15:48:55 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 776a6a32b4982a68d3b7a77cbfaae6c2b363a0b8:

  docs/system/i386: Add measurement calculation details to amd-memory-encryption (2022-04-05 10:42:06 +0200)

----------------------------------------------------------------
* fix vss-win32 compilation with clang++

* update Coverity model

* add measurement calculation to amd-memory-encryption docs

----------------------------------------------------------------
Dov Murik (1):
      docs/system/i386: Add measurement calculation details to amd-memory-encryption

Helge Konetzka (1):
      qga/vss-win32: fix compilation with clang++

Paolo Bonzini (1):
      coverity: update model for latest tools

 docs/system/i386/amd-memory-encryption.rst | 54 +++++++++++++++++++++++++++---
 qga/vss-win32/install.cpp                  |  3 +-
 scripts/coverity-scan/model.c              |  3 +-
 3 files changed, 54 insertions(+), 6 deletions(-)
-- 
2.35.1
Re: [PULL 0/3] Misc changes for 2022-04-05
Posted by Peter Maydell 2 years, 1 month ago
On Tue, 5 Apr 2022 at 10:25, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 20661b75ea6093f5e59079d00a778a972d6732c5:
>
>   Merge tag 'pull-ppc-20220404' of https://github.com/legoater/qemu into staging (2022-04-04 15:48:55 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 776a6a32b4982a68d3b7a77cbfaae6c2b363a0b8:
>
>   docs/system/i386: Add measurement calculation details to amd-memory-encryption (2022-04-05 10:42:06 +0200)
>
> ----------------------------------------------------------------
> * fix vss-win32 compilation with clang++
>
> * update Coverity model
>
> * add measurement calculation to amd-memory-encryption docs
>
> ----------------------------------------------------------------

Hi; this tag doesn't match what your pullreq cover letter claims
it is -- it is pointing at 267b85d4e3d15, not 776a6a32b49, and
it has way more than 3 patches in it.

thanks
-- PMM
Re: [PULL 0/3] Misc changes for 2022-04-05
Posted by Peter Maydell 2 years, 1 month ago
On Tue, 5 Apr 2022 at 10:25, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 20661b75ea6093f5e59079d00a778a972d6732c5:
>
>   Merge tag 'pull-ppc-20220404' of https://github.com/legoater/qemu into staging (2022-04-04 15:48:55 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 776a6a32b4982a68d3b7a77cbfaae6c2b363a0b8:
>
>   docs/system/i386: Add measurement calculation details to amd-memory-encryption (2022-04-05 10:42:06 +0200)
>
> ----------------------------------------------------------------
> * fix vss-win32 compilation with clang++
>
> * update Coverity model
>
> * add measurement calculation to amd-memory-encryption docs
>
> ----------------------------------------------------------------
> Dov Murik (1):
>       docs/system/i386: Add measurement calculation details to amd-memory-encryption
>
> Helge Konetzka (1):
>       qga/vss-win32: fix compilation with clang++
>
> Paolo Bonzini (1):
>       coverity: update model for latest tools


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM