Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Add lock to vmm_queue
[palacios.git] / palacios / src / palacios / vmm_config.c
index 002cf75..81a37d3 100644 (file)
 
 #endif
 
-#ifdef CONFIG_VNET
-#include <palacios/vmm_vnet.h>
-#endif
-
 
 #include <palacios/vmm_host_events.h>
 #include <palacios/vmm_socket.h>
@@ -272,10 +268,6 @@ static int pre_config_guest(struct guest_info * info, struct v3_config * config_
     v3_init_sym_swap(info);
 #endif
 
-#ifdef CONFIG_VNET
-    v3_vnet_init(info);
-#endif
-
     if (schedule_hz_str) {
        sched_hz = atoi(schedule_hz_str);
     }