]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
Add PowerPC 32-bit guest memory dump support
authorMike Nawrocki <michael.nawrocki@gtri.gatech.edu>
Tue, 28 Feb 2017 13:32:17 +0000 (08:32 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 1 Mar 2017 00:53:58 +0000 (11:53 +1100)
commit356bb70ed1a8a741413d55e3dbc5ccd02c53d794
tree3ef9551d918f35cdb0f09d8f04fbf68c728b635a
parent8e4fba203e56b8676d1092c9415cb72521efa584
Add PowerPC 32-bit guest memory dump support

This patch extends support for the `dump-guest-memory` command to the
32-bit PowerPC architecture. It relies on the assumption that a 64-bit
guest will not dump a 32-bit core file (and vice versa).

[dwg: I suspect this patch won't cover all cases, in particular a
32-bit machine type on a 64-bit qemu build.  However, it does strictly
more than what we had before, so might as well apply as a starting
point]

Signed-off-by: Mike Nawrocki <michael.nawrocki@gtri.gatech.edu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/Makefile.objs
target/ppc/arch_dump.c
target/ppc/cpu.h
target/ppc/translate_init.c