qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: Re: [PULL 00/22] -Werror=maybe-uninitialized fixes
Date: Wed, 2 Oct 2024 10:42:41 +0200	[thread overview]
Message-ID: <b5c138db-2632-4ae4-bb65-afaf20aa89b9@redhat.com> (raw)
In-Reply-To: <20241002083646.2893078-1-marcandre.lureau@redhat.com>

On 02/10/2024 10.36, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> The following changes since commit 718780d20470c66a3a36d036b29148d5809dc855:
> 
>    Merge tag 'pull-nvme-20241001' of https://gitlab.com/birkelund/qemu into staging (2024-10-01 11:34:07 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/marcandre.lureau/qemu.git tags/warn-pull-request
> 
> for you to fetch changes up to baad82ecfb27474f17f4318502725622ab7170fc:
> 
>    qom/object: fix -Werror=maybe-uninitialized (2024-10-02 11:36:12 +0400)
> 
> ----------------------------------------------------------------
> -Werror=maybe-uninitialized fixes
> 
> ----------------------------------------------------------------
> 
> Marc-André Lureau (22):
>    util/coroutine: fix -Werror=maybe-uninitialized false-positive
>    util/timer: fix -Werror=maybe-uninitialized false-positive
>    hw/qxl: fix -Werror=maybe-uninitialized false-positives
>    nbd: fix -Werror=maybe-uninitialized false-positive
>    block/mirror: fix -Werror=maybe-uninitialized false-positive
>    block/mirror: fix -Werror=maybe-uninitialized false-positive
>    block/stream: fix -Werror=maybe-uninitialized false-positives
>    hw/ahci: fix -Werror=maybe-uninitialized false-positive
>    hw/vhost-scsi: fix -Werror=maybe-uninitialized
>    hw/sdhci: fix -Werror=maybe-uninitialized false-positive
>    block/block-copy: fix -Werror=maybe-uninitialized false-positive
>    migration: fix -Werror=maybe-uninitialized false-positives
>    hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive
>    migration: fix -Werror=maybe-uninitialized false-positive
>    linux-user/hppa: fix -Werror=maybe-uninitialized false-positive
>    target/loongarch: fix -Werror=maybe-uninitialized false-positive
>    tests: fix -Werror=maybe-uninitialized false-positive
>    hw/virtio: fix -Werror=maybe-uninitialized
>    hw/virtio: freeing leaked memory from vhost_svq_get_buf in
>      vhost_svq_poll
>    block: fix -Werror=maybe-uninitialized false-positive
>    fsdep/9p: fix -Werror=maybe-uninitialized false-positive
>    qom/object: fix -Werror=maybe-uninitialized
> 
>   block/block-copy.c                 |  2 +-
>   block/file-posix.c                 |  2 +-
>   block/mirror.c                     |  8 ++++----
>   block/stream.c                     |  6 +++---
>   fsdev/9p-iov-marshal.c             | 15 ++++++++++++---
>   hw/block/virtio-blk.c              |  2 +-
>   hw/display/qxl.c                   |  4 ++--
>   hw/ide/ahci.c                      |  3 ++-
>   hw/scsi/vhost-scsi.c               |  2 +-
>   hw/sd/sdhci.c                      |  2 +-
>   hw/virtio/vhost-shadow-virtqueue.c |  6 ++++--
>   linux-user/hppa/cpu_loop.c         |  2 ++
>   migration/dirtyrate.c              |  4 ++--
>   migration/migration.c              |  2 +-
>   migration/ram.c                    |  2 +-
>   nbd/client-connection.c            |  2 +-
>   qom/object.c                       |  2 +-
>   target/loongarch/gdbstub.c         | 26 ++++++++++++++------------
>   tests/unit/test-bdrv-drain.c       |  2 +-
>   tests/unit/test-block-iothread.c   |  2 +-
>   util/qemu-coroutine.c              |  2 +-
>   util/qemu-timer.c                  |  6 +++---
>   roms/openbios                      |  2 +-

Replying here as well, so that Peter has a chance to see it:

The update to roms/openbios in patch 03 seems to have slipped in by 
accident, so I'd suggest to fix that first before merging this.

  Thomas



  parent reply	other threads:[~2024-10-02  8:43 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02  8:36 [PULL 00/22] -Werror=maybe-uninitialized fixes marcandre.lureau
2024-10-02  8:36 ` [PULL 01/22] util/coroutine: fix -Werror=maybe-uninitialized false-positive marcandre.lureau
2024-10-02  8:36 ` [PULL 02/22] util/timer: " marcandre.lureau
2024-10-02  8:36 ` [PULL 03/22] hw/qxl: fix -Werror=maybe-uninitialized false-positives marcandre.lureau
2024-10-02  8:40   ` Thomas Huth
2024-10-02  8:36 ` [PULL 04/22] nbd: fix -Werror=maybe-uninitialized false-positive marcandre.lureau
2024-10-02  8:36 ` [PULL 05/22] block/mirror: " marcandre.lureau
2024-10-02  8:36 ` [PULL 06/22] " marcandre.lureau
2024-10-02  8:36 ` [PULL 07/22] block/stream: fix -Werror=maybe-uninitialized false-positives marcandre.lureau
2024-10-02  8:36 ` [PULL 08/22] hw/ahci: fix -Werror=maybe-uninitialized false-positive marcandre.lureau
2024-10-02  8:36 ` [PULL 09/22] hw/vhost-scsi: fix -Werror=maybe-uninitialized marcandre.lureau
2024-10-02  8:36 ` [PULL 10/22] hw/sdhci: fix -Werror=maybe-uninitialized false-positive marcandre.lureau
2024-10-02  8:36 ` [PULL 11/22] block/block-copy: " marcandre.lureau
2024-10-02  8:36 ` [PULL 12/22] migration: fix -Werror=maybe-uninitialized false-positives marcandre.lureau
2024-10-02  8:36 ` [PULL 13/22] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive marcandre.lureau
2024-10-02  8:36 ` [PULL 14/22] migration: " marcandre.lureau
2024-10-02  8:36 ` [PULL 15/22] linux-user/hppa: " marcandre.lureau
2024-10-02  8:36 ` [PULL 16/22] target/loongarch: " marcandre.lureau
2024-10-02  8:36 ` [PULL 17/22] tests: " marcandre.lureau
2024-10-02  8:36 ` [PULL 18/22] hw/virtio: fix -Werror=maybe-uninitialized marcandre.lureau
2024-10-02  8:36 ` [PULL 19/22] hw/virtio: freeing leaked memory from vhost_svq_get_buf in vhost_svq_poll marcandre.lureau
2024-10-02  8:36 ` [PULL 20/22] block: fix -Werror=maybe-uninitialized false-positive marcandre.lureau
2024-10-02  8:36 ` [PULL 21/22] fsdep/9p: " marcandre.lureau
2024-10-02  8:36 ` [PULL 22/22] qom/object: fix -Werror=maybe-uninitialized marcandre.lureau
2024-10-02  8:42 ` Thomas Huth [this message]
2024-10-02  8:45   ` [PULL 00/22] -Werror=maybe-uninitialized fixes Marc-André Lureau
2024-10-02 12:11     ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b5c138db-2632-4ae4-bb65-afaf20aa89b9@redhat.com \
    --to=thuth@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).