aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/arch_dump.c
AgeCommit message (Expand)Author
2023-11-14target/s390x/arch_dump: Add arch cleanup function for PV dumpsJanosch Frank
2023-11-14target/s390x/dump: Remove unneeded dump info function pointer initJanosch Frank
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2023-02-27target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes()Thomas Huth
2023-02-27target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen
2021-03-04target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE sectionThomas Huth
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand
2017-07-14s390x/arch_dump: also dump guarded storage control blockChristian Borntraeger
2017-02-24s390x/arch_dump: pass cpuid into notes sectionsChristian Borntraeger
2017-02-24s390x/arch_dump: use proper note name and note sizeChristian Borntraeger
2016-12-20Move target-* CPU file into a target/ folderThomas Huth