OSDN Git Service

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 S. Tsirkin <mst@redhat.com>
Tue, 10 Dec 2013 10:29:56 +0000 (12:29 +0200)
commit97115a8d4500abeb090b968f01605e0bdafcdfd3
tree5db481fe2ed6fe6ea8128d7f992ab23af1dd45a4
parent8b795765db36544da6193fb64e4e0f1dc55aaa36
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>
exec.c