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.


changed memory map to be layered on top of a single contiguous allocation
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 17 Apr 2009 22:06:47 +0000 (17:06 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 17 Apr 2009 22:06:47 +0000 (17:06 -0500)
commit058a3adde5893927ae056a1d8fbccd5191d2446f
tree92285ae145279942596819d4666a3913c4f621d7
parent0dc6c1ec345d5c48e348b7e6532e5dcec00fa2ff
changed memory map to be layered on top of a single contiguous allocation
added hypercall to retrieve offset
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_mem.h
palacios/src/palacios/vm_guest_mem.c
palacios/src/palacios/vmm_config.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
palacios/src/palacios/vmm_shadow_paging_32.h
palacios/src/palacios/vmm_shadow_paging_64.h