From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evNln-0007Gf-Pf for qemu-devel@nongnu.org; Mon, 12 Mar 2018 09:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evNln-0005z7-49 for qemu-devel@nongnu.org; Mon, 12 Mar 2018 09:45:43 -0400 Received: from mail-ot0-x241.google.com ([2607:f8b0:4003:c0f::241]:34385) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evNlm-0005yU-Vn for qemu-devel@nongnu.org; Mon, 12 Mar 2018 09:45:43 -0400 Received: by mail-ot0-x241.google.com with SMTP id n74so15308544ota.1 for ; Mon, 12 Mar 2018 06:45:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1520615003-20869-1-git-send-email-wei@redhat.com> From: Peter Maydell Date: Mon, 12 Mar 2018 13:45:21 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/1] dump: Update correct kdump phys_base field for AArch64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Cc: Wei Huang , qemu-devel On 11 March 2018 at 17:42, Marc-Andr=C3=A9 Lureau wrote: > Hi > > On Fri, Mar 9, 2018 at 6:03 PM, Wei Huang wrote: >> For guest kernel that supports KASLR, the load address can change every >> time when guest VM runs. To find the physical base address correctly, >> current QEMU dump searches VMCOREINFO for the string "NUMBER(phys_base)= =3D". >> However this string pattern is only available on x86_64. AArch64 uses a >> different field, called "NUMBER(PHYS_OFFSET)=3D". This patch makes sure >> QEMU dump uses the correct string on AArch64. >> >> Signed-off-by: Wei Huang > > Reviewed-by: Marc-Andr=C3=A9 Lureau Thanks; applied to target-arm.next for 2.12. -- PMM