X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-dev.c;h=cf8e0fe784e186ca002ff19073ea6be5ffed5558;hb=537212e255e59b086004e0eb156a31d248dd7508;hp=66458602fc78ccac096eea776e0559c93d6f7443;hpb=861ce318738e31181f20286c9669979acf0f62d3;p=palacios.git diff --git a/linux_module/palacios-dev.c b/linux_module/palacios-dev.c index 6645860..cf8e0fe 100644 --- a/linux_module/palacios-dev.c +++ b/linux_module/palacios-dev.c @@ -292,7 +292,7 @@ static int __init v3_init(void) { #endif #ifdef V3_CONFIG_VNET - palacios_init_vnet(); + palacios_vnet_init(); #endif #ifdef V3_CONFIG_HOST_DEVICE @@ -352,6 +352,18 @@ static void __exit v3_exit(void) { palacios_deinit_stream(); #endif +#ifdef V3_CONFIG_SOCKET + palacios_socket_deinit(); +#endif + +#ifdef V3_CONFIG_PACKET + palacios_deinit_packet(NULL); +#endif + +#ifdef V3_CONFIG_VNET + palacios_vnet_deinit(); +#endif + palacios_deinit_mm(); printk("Palacios Module Mallocs = %d, Frees = %d\n", mod_allocs, mod_frees);