Statistics
| Branch: | Revision:

root / include / elf.h @ 34b5d2c6

History | View | Annotate | Download (53.2 kB)

# Date Author Comment
9b4f38e1 07/30/2013 05:12 pm Ekaterina Tumanova

s390: Implement dump-guest-memory support for target s390x

With this patch dump-guest-memory on s390 produces an ELF formatted,
crash-readable dump.
In order to implement this, the arch-specific part of dump-guest-memory
was added:
target-s390x/arch_dump.c contains the whole set of function for writing...

1d256776 06/12/2013 06:20 pm Claudio Fontana

include/elf.h: add aarch64 ELF machine and relocs

we will use the 26bit relative relocs in the aarch64 tcg target.

Reviewed-by: Peter Maydell <>
Signed-off-by: Claudio Fontana <>
Reviewed-by: Richard Henderson <>...

ec5e016c 12/19/2012 09:32 am Paolo Bonzini

janitor: move remaining public headers to include/

Headers in the root directory are now used only from within that
directory.

Signed-off-by: Paolo Bonzini <>