[PULL 0/3] Fix s390x PV dumps in case of errors

Thomas Huth posted 3 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231114114318.158226-1-thuth@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>
include/sysemu/dump-arch.h |  1 +
dump/dump.c                |  4 ++++
target/s390x/arch_dump.c   | 21 +++++++++++++++++----
3 files changed, 22 insertions(+), 4 deletions(-)
[PULL 0/3] Fix s390x PV dumps in case of errors
Posted by Thomas Huth 1 year ago
The following changes since commit f78ea7ddb0e18766ece9fdfe02061744a7afc41b:

  Merge tag 'pull-request-2023-11-13' of https://gitlab.com/thuth/qemu into staging (2023-11-13 07:15:43 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-11-14

for you to fetch changes up to d12a91e0baafce7b1cbacff7cf9339eeb0011732:

  target/s390x/arch_dump: Add arch cleanup function for PV dumps (2023-11-14 10:42:32 +0100)

----------------------------------------------------------------
* Fix s390x PV dumps in case of errors

----------------------------------------------------------------
Janosch Frank (3):
      target/s390x/dump: Remove unneeded dump info function pointer init
      dump: Add arch cleanup function
      target/s390x/arch_dump: Add arch cleanup function for PV dumps

 include/sysemu/dump-arch.h |  1 +
 dump/dump.c                |  4 ++++
 target/s390x/arch_dump.c   | 21 +++++++++++++++++----
 3 files changed, 22 insertions(+), 4 deletions(-)
Re: [PULL 0/3] Fix s390x PV dumps in case of errors
Posted by Stefan Hajnoczi 1 year ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.