[PULL 00/10] Misc fixes for 2023-08-01

Philippe Mathieu-Daudé posted 10 patches 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230801215421.60133-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, David Woodhouse <dwmw2@infradead.org>, Paul Durrant <paul@xen.org>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Marcelo Tosatti <mtosatti@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Chris Wulff <crwulff@gmail.com>, Marek Vasut <marex@denx.de>, Thomas Huth <thuth@redhat.com>, Juan Quintela <quintela@redhat.com>, Leonardo Bras <leobras@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
docs/about/deprecated.rst      |  2 +-
docs/devel/qom.rst             |  2 +-
docs/system/devices/nvme.rst   |  2 +-
include/exec/memory.h          |  2 +-
hw/core/loader.c               |  4 ++--
hw/i386/kvm/xen_evtchn.c       | 15 ++++++++++----
target/i386/kvm/xen-emu.c      | 37 +++++++++++++++++++++++++---------
target/m68k/m68k-semi.c        |  2 +-
target/nios2/nios2-semi.c      |  6 +++---
ui/dbus-listener.c             |  7 +++++--
ui/vnc-enc-tight.c             |  2 +-
tests/migration/s390x/Makefile |  4 ++--
12 files changed, 56 insertions(+), 29 deletions(-)
[PULL 00/10] Misc fixes for 2023-08-01
Posted by Philippe Mathieu-Daudé 9 months ago
The following changes since commit 802341823f1720511dd5cf53ae40285f7978c61b:

  Merge tag 'pull-tcg-20230731' of https://gitlab.com/rth7680/qemu into staging (2023-07-31 14:02:51 -0700)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/misc-fixes-20230801

for you to fetch changes up to 8caaae7319a5f7ca449900c0e6bfcaed78fa3ae2:

  target/m68k: Fix semihost lseek offset computation (2023-08-01 23:52:23 +0200)

----------------------------------------------------------------
Misc patches queue

xen: Fix issues reported by fuzzer / Coverity
misc: Fix some typos in documentation and comments
ui/dbus: Build fixes for Clang/win32/!opengl
linux-user: Semihosting fixes on m68k/nios2
tests/migration: Disable stack protector when linking without stdlib

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

Akihiko Odaki (1):
  tests/migration: Add -fno-stack-protector

David Woodhouse (3):
  hw/xen: fix off-by-one in xen_evtchn_set_gsi()
  i386/xen: consistent locking around Xen singleshot timers
  hw/xen: prevent guest from binding loopback event channel to itself

Keith Packard (2):
  target/nios2: Pass semihosting arg to exit
  target/nios2: Fix semihost lseek offset computation

Marc-Andre Lureau (1):
  ui/dbus: fix win32 compilation when !opengl

Marc-André Lureau (1):
  ui/dbus: fix clang compilation issue

Peter Maydell (1):
  target/m68k: Fix semihost lseek offset computation

Stefan Weil (1):
  misc: Fix some typos in documentation and comments

 docs/about/deprecated.rst      |  2 +-
 docs/devel/qom.rst             |  2 +-
 docs/system/devices/nvme.rst   |  2 +-
 include/exec/memory.h          |  2 +-
 hw/core/loader.c               |  4 ++--
 hw/i386/kvm/xen_evtchn.c       | 15 ++++++++++----
 target/i386/kvm/xen-emu.c      | 37 +++++++++++++++++++++++++---------
 target/m68k/m68k-semi.c        |  2 +-
 target/nios2/nios2-semi.c      |  6 +++---
 ui/dbus-listener.c             |  7 +++++--
 ui/vnc-enc-tight.c             |  2 +-
 tests/migration/s390x/Makefile |  4 ++--
 12 files changed, 56 insertions(+), 29 deletions(-)

-- 
2.38.1


Re: [PULL 00/10] Misc fixes for 2023-08-01
Posted by Richard Henderson 9 months ago
On 8/1/23 14:54, Philippe Mathieu-Daudé wrote:
> The following changes since commit 802341823f1720511dd5cf53ae40285f7978c61b:
> 
>    Merge tag 'pull-tcg-20230731' ofhttps://gitlab.com/rth7680/qemu  into staging (2023-07-31 14:02:51 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git  tags/misc-fixes-20230801
> 
> for you to fetch changes up to 8caaae7319a5f7ca449900c0e6bfcaed78fa3ae2:
> 
>    target/m68k: Fix semihost lseek offset computation (2023-08-01 23:52:23 +0200)
> 
> ----------------------------------------------------------------
> Misc patches queue
> 
> xen: Fix issues reported by fuzzer / Coverity
> misc: Fix some typos in documentation and comments
> ui/dbus: Build fixes for Clang/win32/!opengl
> linux-user: Semihosting fixes on m68k/nios2
> tests/migration: Disable stack protector when linking without stdlib

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~