[PULL 0/7] Trivial patches for 2023-12-25

Michael Tokarev posted 7 patches 11 months, 1 week ago
Failed in applying to current master (apply log)
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
accel/kvm/kvm-all.c             | 28 ++++++----------------------
accel/kvm/trace-events          |  7 ++++++-
docs/tools/qemu-img.rst         |  2 +-
hw/block/dataplane/virtio-blk.c |  3 ++-
include/ui/rect.h               |  2 +-
qemu-options.hx                 | 21 ++++++++++++++++++---
target/riscv/kvm/kvm-cpu.c      | 18 ++++++++----------
7 files changed, 42 insertions(+), 39 deletions(-)
[PULL 0/7] Trivial patches for 2023-12-25
Posted by Michael Tokarev 11 months, 1 week ago
The following changes since commit 80f1709aa0eb4de09b4240563463f991a5b9d855:

  Merge tag 'pull-loongarch-20231221' of https://gitlab.com/gaosong/qemu into staging (2023-12-21 19:44:19 -0500)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to d819fc9516a4ec71e37a6c9edfcd285b7f98c2dc:

  virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_destroy (2023-12-25 11:01:01 +0300)

----------------------------------------------------------------
trivial patches for 2023-12-25

This pullreq contains cocoa help text updates, DPRINTF=>trace
conversion in accel/kvm, a typo fix in qemu-img.rst, and
3 imprtant (yet trivial) bugfixes:
 - fix for virtio-vga breakage after pixman becoming optional
 - fix for potential null pointer deref in virtio_blk_data_plane_destroy()
 - fix for usage of non-portable strerrorname_np()

----------------------------------------------------------------
Akihiko Odaki (2):
      qemu-options: Unify the help entries for cocoa
      qemu-options: Tell more for -display cocoa

Elen Avan (1):
      include/ui/rect.h: fix qemu_rect_init() mis-assignment

Jai Arora (1):
      accel/kvm: Turn DPRINTF macro use into tracepoints

Natanael Copa (1):
      target/riscv/kvm: do not use non-portable strerrorname_np()

Samuel Tardieu (1):
      docs/tools/qemu-img.rst: fix typo (sumarizes)

Stefan Weil via (1):
      virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_destroy

 accel/kvm/kvm-all.c             | 28 ++++++----------------------
 accel/kvm/trace-events          |  7 ++++++-
 docs/tools/qemu-img.rst         |  2 +-
 hw/block/dataplane/virtio-blk.c |  3 ++-
 include/ui/rect.h               |  2 +-
 qemu-options.hx                 | 21 ++++++++++++++++++---
 target/riscv/kvm/kvm-cpu.c      | 18 ++++++++----------
 7 files changed, 42 insertions(+), 39 deletions(-)
Re: [PULL 0/7] Trivial patches for 2023-12-25
Posted by Stefan Hajnoczi 11 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0 for any user-visible changes.
Re: [PULL 0/7] Trivial patches for 2023-12-25
Posted by Philippe Mathieu-Daudé 11 months ago
Hi,

On 25/12/23 09:10, Michael Tokarev wrote:

> ----------------------------------------------------------------
> trivial patches for 2023-12-25

> ----------------------------------------------------------------
> Akihiko Odaki (2):
>        qemu-options: Unify the help entries for cocoa
>        qemu-options: Tell more for -display cocoa
> 
> Elen Avan (1):
>        include/ui/rect.h: fix qemu_rect_init() mis-assignment
> 
> Jai Arora (1):
>        accel/kvm: Turn DPRINTF macro use into tracepoints
> 
> Natanael Copa (1):
>        target/riscv/kvm: do not use non-portable strerrorname_np()
> 
> Samuel Tardieu (1):
>        docs/tools/qemu-img.rst: fix typo (sumarizes)
> 
> Stefan Weil via (1):
>        virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_destroy

This last patch has as author:

From: Stefan Weil via <qemu-trivial@nongnu.org>
Re: [PULL 0/7] Trivial patches for 2023-12-25
Posted by Michael Tokarev 11 months ago
26.12.2023 18:39, Philippe Mathieu-Daudé:
..
>> Stefan Weil via (1):
>>        virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_destroy
> 
> This last patch has as author:
> 
> From: Stefan Weil via <qemu-trivial@nongnu.org>

Ugh. It's too late. And yes, that's my mishap, - I forgot to
check for such stuff.  Sigh.  Will do the next time.

/mjt