Re: [Xen-devel] [Crash-utility] [PATCH] xen: Add support for domU with Linux kernel 3.19 and newer

2017-05-24 Thread Honglei Wang
Hi Dave, On 05/24/2017 11:56 PM, Dave Anderson wrote: Queued for crash-7.2.0: https://github.com/crash-utility/crash/commit/5c52842a58a2602dba81de71831af98b2b53c6e0 Thanks, Dave It's great! Thanks a lot. Honglei ___ Xen-devel mailing list

[Xen-devel] [Crash-utility] [PATCH] xen: Add support for domU with Linux kernel 3.19 and newer

2017-05-24 Thread Honglei Wang
we avoid the loop above. So, this patch implements a special reading function read_xc_p2m() to extract the mfns from xd->xfd + xch_index_offset. This function does not need to read mfns from p2m VMA like readmem() does, so, we avoid the endless loop introduced by the address translation. S