Re: [Qemu-devel] [PATCH v2 4/6] dump: allow target to set the physical base

2015-12-03 Thread Peter Maydell
On 25 November 2015 at 00:37, Andrew Jones wrote: > crash assumes the physical base in the kdump subheader of > makedumpfile formatted dumps is correct. Zero is not correct > for all architectures, so allow it to be changed. > > (No functional change.) > > Signed-off-by: Andrew Jones > --- Revie

[Qemu-devel] [PATCH v2 4/6] dump: allow target to set the physical base

2015-11-24 Thread Andrew Jones
crash assumes the physical base in the kdump subheader of makedumpfile formatted dumps is correct. Zero is not correct for all architectures, so allow it to be changed. (No functional change.) Signed-off-by: Andrew Jones --- dump.c | 4 ++-- include/sysemu/dump-arch.h | 1 +