Re: [PATCH] linux-user/elfload: add s390x core dumping support

2021-05-15 Thread Laurent Vivier
Le 13/04/2021 à 22:56, Ilya Leoshkevich a écrit : > Provide the following definitions required by the common code: > > * ELF_NREG: with the value of sizeof(s390_regs) / sizeof(long). > * target_elf_gregset_t: define it like all the other arches do. > * elf_core_copy_regs(): similar to kernel's s39

[PATCH] linux-user/elfload: add s390x core dumping support

2021-04-13 Thread Ilya Leoshkevich
Provide the following definitions required by the common code: * ELF_NREG: with the value of sizeof(s390_regs) / sizeof(long). * target_elf_gregset_t: define it like all the other arches do. * elf_core_copy_regs(): similar to kernel's s390_regs_get(). * USE_ELF_CORE_DUMP. * ELF_EXEC_PAGESIZE. Sig