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.


moved host device to extension framework
[palacios.releases.git] / linux_module / palacios-dev.c
index 71e861d..f06f166 100644 (file)
@@ -21,7 +21,6 @@
 #include "palacios.h"
 #include "palacios-mm.h"
 #include "palacios-vm.h"
-#include "palacios-serial.h"
 #include "palacios-vnet.h"
 
 #include "linux-exts.h"
@@ -127,10 +126,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));
 
@@ -256,10 +251,6 @@ static int __init v3_init(void) {
     palacios_vnet_init();
 #endif
 
-#ifdef V3_CONFIG_HOST_DEVICE
-    palacios_init_host_dev();
-#endif
-
     return 0;
 
  failure1: