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.


ported packet to extension framework and fixed type in socket interface
[palacios.git] / linux_module / palacios-dev.c
index 829c461..29d047d 100644 (file)
@@ -23,7 +23,6 @@
 #include "palacios-vm.h"
 #include "palacios-serial.h"
 #include "palacios-vnet.h"
-#include "palacios-packet.h"
 
 #include "linux-exts.h"
 
@@ -263,12 +262,6 @@ static int __init v3_init(void) {
     palacios_init_graphics_console();
 #endif
 
-
-
-#ifdef V3_CONFIG_PACKET
-    palacios_init_packet(NULL);
-#endif
-
 #ifdef V3_CONFIG_VNET
     palacios_vnet_init();
 #endif