Currently unimplemented. Domain teardown in general needs looking at.
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>
vcpu_end_shutdown_deferral(v);
}
+int domain_relinquish_resources(struct domain *d)
+{
+ /* XXX teardown pagetables, free pages etc */
+ ASSERT(0);
+ return 0;
+}
+
void arch_dump_domain_info(struct domain *d)
{
}
DUMMY(nr_irqs_gsi);
/* Other */
-DUMMY(domain_relinquish_resources);
DUMMY(dom_cow);
DUMMY(send_timer_event);
DUMMY(share_xen_page_with_privileged_guests);