Re: [Qemu-devel] [PATCH v2] ppc64: fix compressed dump with pseries kernel

2016-08-08 Thread David Gibson
On Mon, Aug 08, 2016 at 03:08:53PM +0200, Laurent Vivier wrote: > If we don't provide the page size in target-ppc:cpu_get_dump_info(), > the default one (TARGET_PAGE_SIZE, 4KB) is used to create > the compressed dump. It works fine with Macintosh, but not with > pseries as the kernel default page

[Qemu-devel] [PATCH v2] ppc64: fix compressed dump with pseries kernel

2016-08-08 Thread Laurent Vivier
If we don't provide the page size in target-ppc:cpu_get_dump_info(), the default one (TARGET_PAGE_SIZE, 4KB) is used to create the compressed dump. It works fine with Macintosh, but not with pseries as the kernel default page size is 64KB. Without this patch, if we generate a compressed dump in