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.


Compile fixes for GCC 5.4+ (core VMM only)
[palacios.git] / palacios / src / palacios / vmm_paging_debug.h
2017-01-09 Peter Dinda Compile fixes for GCC 5.4+ (core VMM only) devel
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Core)
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2009-03-03 Jack Lange reformatting of the source files
2009-02-04 Jack Lange fixed paging callbacks to normalize calling convention
2009-01-29 Jack Lange added profiling support
2008-11-04 Jack Lange moved debugging functions over to new page table callba...
2008-11-03 Jack Lange reworked the paging functions
2008-10-30 Jack Lange added lookup functions for all page table forms,
2008-10-30 Jack Lange moved paging debug functions to a separate file that...