commit | c9b263d2be9c535b410f6617710534f798bf0ff0 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Mon Nov 01 16:58:43 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:28:56 2011 +0200 |
tree | 1ae7a644cb583bf3de163c07220083caecb14eed | |
parent | 2653503769ef9ae771509e1358a3da8de8d21709 [diff] |
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 <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>