[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/11] Dump patches
From: |
marcandre . lureau |
Subject: |
[PULL 00/11] Dump patches |
Date: |
Fri, 21 Oct 2022 17:05:38 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of
https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20
14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/marcandre.lureau/qemu.git tags/dump-pull-request
for you to fetch changes up to c70f4916a9fc03d70a7d65f4ec59da6c07f1d560:
dump/win_dump: limit number of processed PRCBs (2022-10-21 16:48:50 +0400)
----------------------------------------------------------------
dump queue
Hi
The "dump" queue, with:
- [PATCH v6/v7 00/10] dump: Add arch section and s390x PV dump
- [PATCH] dump/win_dump: limit number of processed PRCBs
----------------------------------------------------------------
Janosch Frank (10):
dump: Use a buffer for ELF section data and headers
dump: Write ELF section headers right after ELF header
dump: Reorder struct DumpState
dump: Reintroduce memory_offset and section_offset
dump: Add architecture section and section string table support
s390x: Add protected dump cap
s390x: Introduce PV query interface
include/elf.h: add s390x note types
s390x: Add KVM PV dump interface
s390x: pv: Add dump support
Viktor Prutyanov (1):
dump/win_dump: limit number of processed PRCBs
include/elf.h | 2 +
include/hw/s390x/pv.h | 19 +++
include/sysemu/dump-arch.h | 3 +
include/sysemu/dump.h | 26 +++-
target/s390x/kvm/kvm_s390x.h | 1 +
dump/dump.c | 288 +++++++++++++++++++++++++++--------
dump/win_dump.c | 7 +
hw/s390x/pv.c | 112 ++++++++++++++
hw/s390x/s390-virtio-ccw.c | 6 +
target/s390x/arch_dump.c | 262 +++++++++++++++++++++++++++----
target/s390x/kvm/kvm.c | 7 +
11 files changed, 635 insertions(+), 98 deletions(-)
--
2.37.3
- [PULL 00/11] Dump patches,
marcandre . lureau <=
- [PULL 04/11] dump: Reintroduce memory_offset and section_offset, marcandre . lureau, 2022/10/21
- [PULL 01/11] dump: Use a buffer for ELF section data and headers, marcandre . lureau, 2022/10/21
- [PULL 03/11] dump: Reorder struct DumpState, marcandre . lureau, 2022/10/21
- [PULL 05/11] dump: Add architecture section and section string table support, marcandre . lureau, 2022/10/21
- [PULL 02/11] dump: Write ELF section headers right after ELF header, marcandre . lureau, 2022/10/21
- [PULL 06/11] s390x: Add protected dump cap, marcandre . lureau, 2022/10/21
- [PULL 07/11] s390x: Introduce PV query interface, marcandre . lureau, 2022/10/21
- [PULL 08/11] include/elf.h: add s390x note types, marcandre . lureau, 2022/10/21
- [PULL 09/11] s390x: Add KVM PV dump interface, marcandre . lureau, 2022/10/21
- [PULL 10/11] s390x: pv: Add dump support, marcandre . lureau, 2022/10/21