On 12.09.2017 06:52, Miroslav Rezanina wrote: > > > ----- Original Message ----- >> From: "Thomas Huth" <th...@redhat.com> >> To: "Laurent Vivier" <lviv...@redhat.com>, qemu-devel@nongnu.org >> Cc: "David Gibson" <da...@gibson.dropbear.id.au>, qemu-...@nongnu.org, "Dr . >> David Alan Gilbert" >> <dgilb...@redhat.com>, "Miroslav Rezanina" <mreza...@redhat.com> >> Sent: Monday, September 11, 2017 4:36:01 PM >> Subject: Re: [PATCH] hmp: fix "dump-quest-memory" segfault (ppc) >> >> On 11.09.2017 13:00, Laurent Vivier wrote: >>> Commit fd5d23babf (hmp: fix "dump-quest-memory" segfault) >>> fixes the problem for i386, do the same for ppc. >>> >>> Running QEMU with >>> qemu-system-ppc64 -M none -nographic -m 256 >>> and executing >>> dump-guest-memory /dev/null 0 8192 >>> results in segfault >>> >>> Fix by checking if we have CPU. [...] > > We need similar fix for aarch64 too.
Yes, Laurent already posted a v2 which includes a patch for ARM, too: https://lists.gnu.org/archive/html/qemu-devel/2017-09/msg02586.html Thomas