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.


breaking shadow paging to handle speculative page mapping
[palacios.git] / palacios / src / palacios / vmm_shadow_paging_64.h
2009-03-25 Jack Lange breaking shadow paging to handle speculative page mapping
2009-03-03 Jack Lange reformatting of the source files
2009-02-25 Peter Dinda assorted debugging stuff added while tracking down...
2009-02-06 Jack Lange added license
2009-02-05 Jack Lange 64 bit guests initially supported
2009-02-04 Jack Lange fixed paging callbacks to normalize calling convention
2009-02-04 Jack Lange functional but broken 64 bit paging
2009-02-03 Jack Lange starting work on 64 bit shadow paging
2009-02-03 Jack Lange slight modifications to the shadow paging handlers
2009-02-03 Jack Lange revamped the INVLPG handler
2009-02-03 Jack Lange modified the shadow paging files to separate them based...