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.


64 bit guests initially supported
[palacios.git] / palacios / include / palacios / vmm.h
index 6f22cfa..9fae52e 100644 (file)
@@ -24,6 +24,7 @@
 #include <palacios/vm_guest.h>
 #include <palacios/vmm_mem.h>
 
+
 #ifdef __V3VEE__
 
 //#include <palacios/vmm_types.h>
@@ -34,7 +35,7 @@
 
 /* utility definitions */
 
-#ifdef VMM_DEBUG
+
 #define PrintDebug(fmt, args...)                       \
   do {                                                 \
     extern struct v3_os_hooks * os_hooks;              \
@@ -42,6 +43,8 @@
       (os_hooks)->print_debug((fmt), ##args);          \
     }                                                  \
   } while (0)                                          
+
+#if 1
 #else
 #define PrintDebug(fmt,args ...)
 #endif
@@ -255,6 +258,9 @@ struct v3_vm_config {
                           // so we can specify maximum physical address size
                           // (We're screwed if we want to do 32 bit host/64 bit guest)
 
+
+  int enable_profiling;
+
   int use_ramdisk;
   void * ramdisk;
   int ramdisk_size;