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.


freeing of virtual paging state during guest deinitialization
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 11 Jan 2011 23:21:14 +0000 (17:21 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 11 Jan 2011 23:21:14 +0000 (17:21 -0600)
commit65ffa7d1ac6dfb3399ba2b217d27519e258ee00a
tree976c3bc7d39e3ea66eaac0d39114347daf7c3a75
parent4002d7a3ba2e3d25122dc9c43928b15d49ede6de
freeing of virtual paging state during guest deinitialization
palacios/include/palacios/vmm_direct_paging.h
palacios/include/palacios/vmm_shadow_paging.h
palacios/src/palacios/mmu/vmm_shdw_pg_tlb.c
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_direct_paging.c
palacios/src/palacios/vmm_shadow_paging.c
palacios/src/palacios/vmm_time.c