On 11 March 2018 at 17:42, Marc-André Lureau <marcandre.lur...@redhat.com> wrote: > Hi > > On Fri, Mar 9, 2018 at 6:03 PM, Wei Huang <w...@redhat.com> 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)=". >> However this string pattern is only available on x86_64. AArch64 uses a >> different field, called "NUMBER(PHYS_OFFSET)=". This patch makes sure >> QEMU dump uses the correct string on AArch64. >> >> Signed-off-by: Wei Huang <w...@redhat.com> > > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com>
Thanks; applied to target-arm.next for 2.12. -- PMM