target-arm: support QMP dump-guest-memory
commitda2b91409ffe33f0a59acff1843ce1758325f2ec
authorAndrew Jones <drjones@redhat.com>
Mon, 11 Jan 2016 19:56:22 +0000 (11 20:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jan 2016 14:40:25 +0000 (15 14:40 +0000)
treec925e0d912a0de055f34f6b3cce405dfb801c93d
parentb6e05aa473b52e049654fae834453232e6b6e798
target-arm: support QMP dump-guest-memory

Add the support needed for creating prstatus elf notes. This
allows us to use QMP dump-guest-memory.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Message-id: 1452542185-10914-6-git-send-email-drjones@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: moved setting of cpu::write_elf64_note inside !CONFIG_USER_ONLY
 ifdef to avoid compile failure for linux-user build]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/Makefile.objs
target-arm/arch_dump.c [new file with mode: 0644]
target-arm/cpu-qom.h
target-arm/cpu.c