[PULL 0/8] Trivial branch for 7.2 patches

Laurent Vivier posted 8 patches 1 year, 6 months ago
Only 1 patches received!
There is a newer version of this series
.gitignore                         |  1 +
block/qcow2-bitmap.c               |  2 +-
docs/specs/tpm.rst                 | 44 ++++++++++++++++--------------
hw/mem/cxl_type3.c                 |  2 +-
hw/remote/iommu.c                  |  2 +-
hw/virtio/vhost-shadow-virtqueue.c |  2 +-
hw/virtio/virtio-crypto.c          |  2 +-
migration/dirtyrate.c              |  4 +--
replay/replay.c                    |  6 ++--
scripts/checkpatch.pl              |  1 +
softmmu/dirtylimit.c               |  4 +--
target/i386/kvm/kvm.c              | 12 +++-----
target/i386/whpx/whpx-all.c        | 14 ++++------
13 files changed, 47 insertions(+), 49 deletions(-)
[PULL 0/8] Trivial branch for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
The following changes since commit c8de6ec63d766ca1998c5af468483ce912fdc0c2:

  Merge tag 'pull-request-2022-09-28' of https://gitlab.com/thuth/qemu into staging (2022-09-28 17:04:11 -0400)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.2-pull-request

for you to fetch changes up to a40ee29bbf3c169597d85f0871d189398b667d9f:

  docs: Update TPM documentation for usage of a TPM 2 (2022-09-29 21:31:56 +0200)

----------------------------------------------------------------
Pull request trivial patches branch 20220930

----------------------------------------------------------------

Bernhard Beschow (1):
  hw/virtio/vhost-shadow-virtqueue: Silence GCC error
    "maybe-uninitialized"

Markus Armbruster (2):
  Drop superfluous conditionals around g_free()
  Use g_new() & friends where that makes obvious sense

Matheus Tavares Bernardino (1):
  checkpatch: ignore target/hexagon/imported/* files

Philippe Mathieu-Daudé via (1):
  block/qcow2-bitmap: Add missing cast to silent GCC error

Stefan Berger (1):
  docs: Update TPM documentation for usage of a TPM 2

Tong Zhang (1):
  mem/cxl_type3: fix GPF DVSEC

Wang, Lei (1):
  .gitignore: add .cache/ to .gitignore

 .gitignore                         |  1 +
 block/qcow2-bitmap.c               |  2 +-
 docs/specs/tpm.rst                 | 44 ++++++++++++++++--------------
 hw/mem/cxl_type3.c                 |  2 +-
 hw/remote/iommu.c                  |  2 +-
 hw/virtio/vhost-shadow-virtqueue.c |  2 +-
 hw/virtio/virtio-crypto.c          |  2 +-
 migration/dirtyrate.c              |  4 +--
 replay/replay.c                    |  6 ++--
 scripts/checkpatch.pl              |  1 +
 softmmu/dirtylimit.c               |  4 +--
 target/i386/kvm/kvm.c              | 12 +++-----
 target/i386/whpx/whpx-all.c        | 14 ++++------
 13 files changed, 47 insertions(+), 49 deletions(-)

-- 
2.37.3


Re: [PULL 0/8] Trivial branch for 7.2 patches
Posted by Stefan Hajnoczi 1 year, 6 months ago
On Fri, 30 Sept 2022 at 16:22, Laurent Vivier <laurent@vivier.eu> wrote:
> Philippe Mathieu-Daudé via (1):
>   block/qcow2-bitmap: Add missing cast to silent GCC error

Hi Laurent,
This commit uses a mailing list email, probably due to DKIM/SPF issues:
Author: Philippe Mathieu-Daudé via <qemu-devel@nongnu.org>

I think the policy is to reject such pull requests and fix the
authorship. Could you update your pull request and resend?

Thanks!

Stefan
Re: [PULL 0/8] Trivial branch for 7.2 patches
Posted by Laurent Vivier 1 year, 6 months ago
Le 03/10/2022 à 21:04, Stefan Hajnoczi a écrit :
> On Fri, 30 Sept 2022 at 16:22, Laurent Vivier <laurent@vivier.eu> wrote:
>> Philippe Mathieu-Daudé via (1):
>>    block/qcow2-bitmap: Add missing cast to silent GCC error
> 
> Hi Laurent,
> This commit uses a mailing list email, probably due to DKIM/SPF issues:
> Author: Philippe Mathieu-Daudé via <qemu-devel@nongnu.org>
> 
> I think the policy is to reject such pull requests and fix the
> authorship. Could you update your pull request and resend?
>

Thank you Stefan.

Normally I have a pre-publish-send-email to check that, but it didn't fail in the expected way...

I re-send the PR.

Laurent