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.


started the emulation framework
[palacios.git] / palacios / include / palacios / vmm_dev_mgr.h
index 931bdd3..11b0d28 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _VMM_DEV_MGR
 #define _VMM_DEV_MGR
 
+#ifdef __V3VEE__
+
 #include <palacios/vmm_types.h>
 #include <palacios/vmm_list.h>
 #include <palacios/vmm_string.h>
@@ -36,7 +38,7 @@ int v3_unattach_device(struct vm_device *dev);
 
 
 
-#ifdef __V3VEE__
+
 
 struct dev_io_hook {
   ushort_t port;