Re: [Qemu-devel] [PATCH] target/ppc: Fix size of struct PPCElfPrstatus

2017-04-10 Thread David Gibson
On Tue, Apr 11, 2017 at 04:04:56PM +1000, Anton Blanchard wrote: > From: Anton Blanchard > > gdb refuses to parse QEMU memory dumps because struct PPCElfPrstatus > is the wrong size. Fix it. > > Signed-off-by: Anton Blanchard > Fixes: e62fbc54d459 ("target-ppc: dump-guest-memory support") Appl

[Qemu-devel] [PATCH] target/ppc: Fix size of struct PPCElfPrstatus

2017-04-10 Thread Anton Blanchard
From: Anton Blanchard gdb refuses to parse QEMU memory dumps because struct PPCElfPrstatus is the wrong size. Fix it. Signed-off-by: Anton Blanchard Fixes: e62fbc54d459 ("target-ppc: dump-guest-memory support") --- target/ppc/arch_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d