All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/7] Trivial patches for 2023-12-25
@ 2023-12-25  8:10 Michael Tokarev
  2023-12-25  8:10 ` [PULL 1/7] target/riscv/kvm: do not use non-portable strerrorname_np() Michael Tokarev
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Michael Tokarev @ 2023-12-25  8:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial

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(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-12-26 20:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-25  8:10 [PULL 0/7] Trivial patches for 2023-12-25 Michael Tokarev
2023-12-25  8:10 ` [PULL 1/7] target/riscv/kvm: do not use non-portable strerrorname_np() Michael Tokarev
2023-12-25  8:10 ` [PULL 2/7] qemu-options: Unify the help entries for cocoa Michael Tokarev
2023-12-25  8:10 ` [PULL 3/7] qemu-options: Tell more for -display cocoa Michael Tokarev
2023-12-25  8:10 ` [PULL 4/7] docs/tools/qemu-img.rst: fix typo (sumarizes) Michael Tokarev
2023-12-25  8:10 ` [PULL 5/7] accel/kvm: Turn DPRINTF macro use into tracepoints Michael Tokarev
2023-12-25  8:10 ` [PULL 6/7] include/ui/rect.h: fix qemu_rect_init() mis-assignment Michael Tokarev
2023-12-25  8:10 ` [PULL 7/7] virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_destroy Michael Tokarev
2023-12-26 14:14 ` [PULL 0/7] Trivial patches for 2023-12-25 Stefan Hajnoczi
2023-12-26 15:39 ` Philippe Mathieu-Daudé
2023-12-26 20:15   ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.