X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/blobdiff_plain/4e0ea74420900c7a66d265117b09fddbc3aaa754..f053c948f5b6fe7b9ec5cf6533e177fd42113ba3:/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 index 0000000..0087d95 --- /dev/null +++ b/hypervisor/arch/x86/cat-stubs.c @@ -0,0 +1,31 @@ +/* + * Jailhouse, a Linux-based partitioning hypervisor + * + * Copyright (c) Siemens AG, 2015 + * + * Authors: + * Jan Kiszka + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + */ + +#include + +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) +{ +}