[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH v3 3/4] plat/xen/common/hypervisor: Delete unused code and comments



From: Radu Nicolau <radunicolau102@xxxxxxxxx>

Delete unused code and deprecated comments

Signed-off-by: Radu Nicolau <radunicolau102@xxxxxxxxx>
---
 plat/xen/hypervisor.c                |  4 ----
 plat/xen/include/common/hypervisor.h | 20 --------------------
 2 files changed, 24 deletions(-)

diff --git a/plat/xen/hypervisor.c b/plat/xen/hypervisor.c
index ca16ed6..8f8048a 100644
--- a/plat/xen/hypervisor.c
+++ b/plat/xen/hypervisor.c
@@ -48,10 +48,6 @@
 
 int in_callback;
 
-#ifndef CONFIG_PARAVIRT
-extern shared_info_t shared_info;
-#endif /* !CONFIG_PARAVIRT */
-
 void do_hypervisor_callback(struct __regs *regs)
 {
        unsigned long l1, l2, l1i, l2i;
diff --git a/plat/xen/include/common/hypervisor.h 
b/plat/xen/include/common/hypervisor.h
index 417498e..d131d6f 100644
--- a/plat/xen/include/common/hypervisor.h
+++ b/plat/xen/include/common/hypervisor.h
@@ -48,30 +48,10 @@
 #else
 #error "Unsupported architecture"
 #endif
-#include <xen/hvm/hvm_op.h>
 #include <uk/arch/lcpu.h>
 #include <uk/plat/lcpu.h>
 
-#if 0 //TODO: cleanup
-/*
- * a placeholder for the start of day information passed up from the hypervisor
- */
-union start_info_union {
-       start_info_t start_info;
-       char padding[512];
-};
-extern union start_info_union start_info_union;
-#define start_info (start_info_union.start_info)
-#else
-int hvm_get_parameter(int idx, uint64_t *value);
-int hvm_set_parameter(int idx, uint64_t value);
-#endif
-shared_info_t *map_shared_info(void *p);
-
-//TODO START from here on we have to cleanup/refactor/move stuff
-/* hypervisor.c */
 void do_hypervisor_callback(struct __regs *regs);
-//TODO END
 
 extern int in_callback;
 
-- 
2.7.4


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.