From: Jack Lange Date: Wed, 31 Mar 2010 21:15:21 +0000 (-0500) Subject: removed external vnet dependencies X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=43347a912eba44cae132d01668d45743702f3148;p=palacios.git removed external vnet dependencies --- diff --git a/palacios/src/palacios/vmx_handler.c b/palacios/src/palacios/vmx_handler.c index 2f64f83..91b5604 100644 --- a/palacios/src/palacios/vmx_handler.c +++ b/palacios/src/palacios/vmx_handler.c @@ -37,9 +37,6 @@ #endif -#ifdef CONFIG_VNET -#include -#endif /* At this point the GPRs are already copied into the guest_info state */ int v3_handle_vmx_exit(struct guest_info * info, struct vmx_exit_info * exit_info) { @@ -226,11 +223,6 @@ int v3_handle_vmx_exit(struct guest_info * info, struct vmx_exit_info * exit_inf } -#ifdef CONFIG_VNET - v3_vnet_heartbeat(info); -#endif - - #ifdef CONFIG_TELEMETRY if (info->vm_info->enable_telemetry) { v3_telemetry_end_exit(info, exit_info->exit_reason);