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.


Minor fix to the halt handler
[palacios.git] / palacios / src / palacios / vmm_shdw_pg_tlb.c
index 4477786..050d6e7 100644 (file)
 #include <palacios/vm_guest.h>
 #include <palacios/vm_guest_mem.h>
 
+
+#ifndef CONFIG_DEBUG_SHDW_PG_VTLB
+#undef PrintDebug
+#define PrintDebug(fmt, ...)
+#endif
+
+
 struct shadow_page_data {
     v3_reg_t cr3;
     addr_t page_pa;