From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drMly-0000w5-K9 for qemu-devel@nongnu.org; Mon, 11 Sep 2017 07:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drMls-0004xP-SB for qemu-devel@nongnu.org; Mon, 11 Sep 2017 07:21:02 -0400 References: <20170911110037.6567-1-lvivier@redhat.com> <20170911110615.GK21444@redhat.com> From: Laurent Vivier Message-ID: Date: Mon, 11 Sep 2017 13:20:53 +0200 MIME-Version: 1.0 In-Reply-To: <20170911110615.GK21444@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hmp: fix "dump-quest-memory" segfault (ppc) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, Thomas Huth , qemu-ppc@nongnu.org, "Dr . David Alan Gilbert" , David Gibson On 11/09/2017 13:06, Daniel P. Berrange wrote: > On Mon, Sep 11, 2017 at 01:00:37PM +0200, Laurent Vivier wrote: >> Commit fd5d23babf (hmp: fix "dump-quest-memory" segfault) >> fixes the problem for i386, do the same for ppc. > > What about all the other targets QEMU supports ? Have you checked if they > are similarly affected, as we don't want to wait another 6 months to get a > bug report that s390 or aarch64 crash in exactly the same way too. s390 works fine, but aarch64 needs the same kind of fix. Thanks, Laurent