|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 4/5] plat/linuxu: Linuxu Ballooning API Unimplemented
From: Cason Schindler <cason.j.schindler@xxxxxxxxx>
Implement linuxu inflate and deflate calls to just return ENOSYS
Signed-off-by: Jack Raney <raney.jack99@xxxxxxxxx>
Signed-off-by: Cason Schindler <cason.j.schindler@xxxxxxxxx>
---
plat/linuxu/memory.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/plat/linuxu/memory.c b/plat/linuxu/memory.c
index 9b5479e..b7427ec 100644
--- a/plat/linuxu/memory.c
+++ b/plat/linuxu/memory.c
@@ -128,3 +128,16 @@ void ukplat_stack_set_current_thread(void *thread_addr
__unused)
{
/* For now, signals use the current process stack */
}
+
+
+/* Memory ballooning is not yet supported for linuxu */
+
+int ukplat_inflate(void *va, int order)
+{
+ return -ENOSYS;
+}
+
+int ukplat_deflate(void *va, int order)
+{
+ return -ENOSYS;
+}
--
2.24.0
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |