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 internal memory map routines over to new flags structure instead of the hardcod...
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 14 May 2010 23:14:05 +0000 (18:14 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 14 May 2010 23:14:05 +0000 (18:14 -0500)
commit9959b08bfa0a2a0ee51866199c5b1d7b2b690237
tree2476e8f7c6c8b4eca836902e1d7fa06c17280cbc
parent13d9a33d365278c508b8709288f9c7c2949a50f9
moved internal memory map routines over to new flags structure instead of the hardcoded region type enumeration.
palacios/include/palacios/vmm_mem.h
palacios/src/palacios/mmu/vmm_shdw_pg_swapbypass_32.h
palacios/src/palacios/mmu/vmm_shdw_pg_swapbypass_64.h
palacios/src/palacios/mmu/vmm_shdw_pg_tlb_32.h
palacios/src/palacios/mmu/vmm_shdw_pg_tlb_64.h
palacios/src/palacios/vm_guest_mem.c
palacios/src/palacios/vmm_direct_paging_32.h
palacios/src/palacios/vmm_direct_paging_32pae.h
palacios/src/palacios/vmm_direct_paging_64.h
palacios/src/palacios/vmm_mem.c