xen/gnttab: Drop gnttab_create_{shared,status}_page()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 24 Oct 2018 12:12:35 +0000 (13:12 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 22 Nov 2018 17:58:46 +0000 (17:58 +0000)
commit53fa8c88833207e950014da12cf535847b789774
tree21a69d874026b598b63ee6f4dc348f42aa325a78
parent91085b0860ecbd0960dea8a4386912ee1fe2f05c
xen/gnttab: Drop gnttab_create_{shared,status}_page()

share_xen_page_with_guest() is a common API.  Use it directly rather than
wrapping it with unnecessary boilerplate.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/grant_table.c
xen/include/asm-arm/grant_table.h
xen/include/asm-x86/grant_table.h