]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/x86/cat-stubs.c
Merge remote-tracking branch 'kiszka/master'
[jailhouse.git] / hypervisor / arch / x86 / cat-stubs.c
diff --git a/hypervisor/arch/x86/cat-stubs.c b/hypervisor/arch/x86/cat-stubs.c
new file mode 100644 (file)
index 0000000..0087d95
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+ * Jailhouse, a Linux-based partitioning hypervisor
+ *
+ * Copyright (c) Siemens AG, 2015
+ *
+ * Authors:
+ *  Jan Kiszka <jan.kiszka@siemens.com>
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2.  See
+ * the COPYING file in the top-level directory.
+ */
+
+#include <asm/cat.h>
+
+int cat_init(void)
+{
+       return 0;
+}
+
+void cat_update(void)
+{
+}
+
+int cat_cell_init(struct cell *cell)
+{
+       return 0;
+}
+
+void cat_cell_exit(struct cell *cell)
+{
+}