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.


added symbiotic interface and a number of other small changes
[palacios.git] / palacios / src / palacios / vmm_shadow_paging_64.h
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-04-23 Jack Lange various fixes. Hopefully this fixes the transient shutd...
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-03-31 Jack Lange updated shadow paging to handle cache-disabled and...
2009-03-31 Jack Lange updated shadow paging to handle cache-disabled and...
2009-03-25 Jack Lange Revert "breaking shadow paging to handle speculative...
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...