From: Takuya Yoshikawa Date: Thu, 25 Feb 2010 02:33:19 +0000 (+0900) Subject: KVM: update gfn_to_hva() to use gfn_to_hva_memslot() X-Git-Tag: v2.6.35-rc1~436^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c9803173848864d0c56108b9e102db0bf601de;p=pandora-kernel.git KVM: update gfn_to_hva() to use gfn_to_hva_memslot() Marcelo introduced gfn_to_hva_memslot() when he implemented gfn_to_pfn_memslot(). Let's use this for gfn_to_hva() too. Note: also remove parentheses next to return as checkpatch said to do. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed