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.


code clean up
[palacios.git] / palacios / include / palacios / vmcb.h
index fda2847..3b97500 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __VMCB_H
 #define __VMCB_H
 
+#ifdef __V3VEE__
+
 #include <palacios/vmm_types.h>
 #include <palacios/vm_guest.h>
 
@@ -360,4 +362,6 @@ void PrintDebugVMCB(vmcb_t * vmcb);
 void set_vmcb_segments(vmcb_t * vmcb, struct v3_segments * segs);
 void get_vmcb_segments(vmcb_t * vmcb, struct v3_segments * segs);
 
+#endif // ! __V3VEE__
+
 #endif