From: Xiao Guangrong Date: Mon, 1 Nov 2010 08:58:43 +0000 (+0800) Subject: KVM: fix tracing kvm_try_async_get_page X-Git-Tag: v2.6.38-rc1~244^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b263d2be9c535b410f6617710534f798bf0ff0;p=pandora-kernel.git KVM: fix tracing kvm_try_async_get_page Tracing 'async' and *pfn is useless, since 'async' is always true, and '*pfn' is always "fault_pfn' We can trace 'gva' and 'gfn' instead, it can help us to see the life-cycle of an async_pf Signed-off-by: Xiao Guangrong Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed