]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: pass hw address to phys_page_find
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 13 Nov 2013 18:08:19 +0000 (20:08 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 21 Feb 2014 03:59:18 +0000 (21:59 -0600)
commit4c3e00d83f19206cd916edb3d6869478dcbc3ab0
tree9cb1cee68a09f3523fef4331dbb6a036e69cc699
parent6a108c4802809f9f3c7e5cc49724f5131acb5bb8
exec: pass hw address to phys_page_find

callers always shift by target page bits so let's just do this
internally.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 97115a8d4500abeb090b968f01605e0bdafcdfd3)

*prereq for 53cb28c backport

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
exec.c