|
|
|
|
|
|
|
|
|
|
xen-arm
[XenARM] [PATCH] add some p2m definition to avoid warnings
Signed-off-by: Jean-Christophe DUBOIS <jcd@xxxxxxxxxxxxxxx>
---
xen/include/asm-arm/p2m.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/xen/include/asm-arm/p2m.h b/xen/include/asm-arm/p2m.h
index 98aad09..0a5a183 100644
--- a/xen/include/asm-arm/p2m.h
+++ b/xen/include/asm-arm/p2m.h
@@ -74,6 +74,10 @@ typedef enum {
p2m_guest = 2, /* Guest demand-fault; implies alloc */
} p2m_query_t;
+/* Per-p2m-table state */
+struct p2m_domain {
+};
+
/* Init the datastructures for later use by the p2m code */
int p2m_init(struct domain *d);
@@ -94,6 +98,9 @@ p2m_pod_decrease_reservation(struct domain *d,
xen_pfn_t gpfn,
unsigned int order);
+int p2m_pod_offline_or_broken_hit(struct page_info *p);
+void p2m_pod_offline_or_broken_replace(struct page_info *p);
+
/* Set a p2m range as populate-on-demand */
int guest_physmap_mark_populate_on_demand(struct domain *d, unsigned long
gfn,
unsigned int order);
--
1.7.4.1
_______________________________________________
Xen-arm mailing list
Xen-arm@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-arm
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenARM] [PATCH] add some p2m definition to avoid warnings,
Jean-Christophe DUBOIS <=
|
|
|
|
|