Re: [Xen-devel] [PATCH] add info to p2m_pod_dump_data

2016-04-27 Thread George Dunlap
On 26/04/16 05:11, zhangcy wrote: > just for debug. > 'xl debug-key q' do not dump d->tot_pages, > so it hard to understand p2m_pod_set_mem_target. > > Signed-off-by: zhangcy Also, the SoB is a legal statement, so in future patches you should change "zhangcy" to

Re: [Xen-devel] [PATCH] add info to p2m_pod_dump_data

2016-04-27 Thread George Dunlap
On 26/04/16 05:11, zhangcy wrote: > just for debug. > 'xl debug-key q' do not dump d->tot_pages, > so it hard to understand p2m_pod_set_mem_target. debug-key 'q' calls dump_domains, which prints d->tot_pages under the label "nr_pages". I admit this isn't very clear -- what about

[Xen-devel] [PATCH] add info to p2m_pod_dump_data

2016-04-25 Thread zhangcy
just for debug. 'xl debug-key q' do not dump d->tot_pages, so it hard to understand p2m_pod_set_mem_target. Signed-off-by: zhangcy --- xen/arch/x86/mm/p2m-pod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/mm/p2m-pod.c