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.


moved the host_private_data assignment to earlier in the configuration phase to make...
[palacios.git] / palacios / src / palacios / vmm_mem_hook.c
2010-11-05 Jack Lange fixed write hook tmp page for ANY_CORE hooked pages
2010-07-30 Peter Dinda Semi-functional SMP (boots Kitten guest with two cores)
2010-05-18 Jack Lange memory lookup refactorization
2010-05-18 Jack Lange refactored memory map
2010-05-18 Jack Lange moved memory hooks out of core memory map implementation,