X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-dev.c;h=f6404031f572abe3fdcb081dc4d81057410c6083;hb=3518e3eb158edabb0d471ceb406c450490a4d07a;hp=29d047d21e7aa410ac746a1f009c849e218ba078;hpb=9cf7a82c32a23118057172b1071388f19face739;p=palacios-OLD.git diff --git a/linux_module/palacios-dev.c b/linux_module/palacios-dev.c index 29d047d..f640403 100644 --- a/linux_module/palacios-dev.c +++ b/linux_module/palacios-dev.c @@ -21,16 +21,10 @@ #include "palacios.h" #include "palacios-mm.h" #include "palacios-vm.h" -#include "palacios-serial.h" -#include "palacios-vnet.h" #include "linux-exts.h" -#ifdef V3_CONFIG_KEYED_STREAMS -#include "palacios-keyed-stream.h" -#endif - MODULE_LICENSE("GPL"); @@ -131,10 +125,6 @@ static long v3_dev_ioctl(struct file * filp, INIT_LIST_HEAD(&(guest->exts)); - -#ifdef V3_CONFIG_HOST_DEVICE - INIT_LIST_HEAD(&(guest->hostdev.devs)); -#endif init_completion(&(guest->start_done)); init_completion(&(guest->thread_done)); @@ -253,23 +243,6 @@ static int __init v3_init(void) { - -#ifdef V3_CONFIG_KEYED_STREAMS - palacios_init_keyed_streams(); -#endif - -#ifdef V3_CONFIG_GRAPHICS_CONSOLE - palacios_init_graphics_console(); -#endif - -#ifdef V3_CONFIG_VNET - palacios_vnet_init(); -#endif - -#ifdef V3_CONFIG_HOST_DEVICE - palacios_init_host_dev(); -#endif - return 0; failure1: @@ -312,12 +285,6 @@ static void __exit v3_exit(void) { deinit_lnx_extensions(); - - -#ifdef V3_CONFIG_VNET - palacios_vnet_deinit(); -#endif - palacios_deinit_mm(); printk("Palacios Module Mallocs = %d, Frees = %d\n", mod_allocs, mod_frees);