Callers handle the failure gracefully, can be called by
GNTTABOP_transfer, XENMEM_exchange or tmem.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
/* PIRQ support */
DUMMY(nr_irqs_gsi);
-/* Grant Tables */
-DUMMY(steal_page);
-
/* Page Offlining */
DUMMY(page_is_ram_type);
return -ENOSYS;
}
+int steal_page(
+ struct domain *d, struct page_info *page, unsigned int memflags)
+{
+ return -1;
+}
+
void share_xen_page_with_guest(struct page_info *page,
struct domain *d, int readonly)
{