mbox

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

Message ID 20231114114318.158226-1-thuth@redhat.com
State New
Headers show

Pull-request

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

Message

Thomas Huth Nov. 14, 2023, 11:43 a.m. UTC
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(-)

Comments

Stefan Hajnoczi Nov. 14, 2023, 5:32 p.m. UTC | #1
Applied, thanks.

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