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 memory hooks out of core memory map implementation,
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 18 May 2010 03:34:33 +0000 (22:34 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 18 May 2010 03:34:33 +0000 (22:34 -0500)
commitb93aeabee44c82139a9afd065dfcaca8ac6688ad
treed012adf846f8a58d1430bc4f915b6295e504296c
parentc26a28a0070ca2aeedf58294d274be78d0991b05
moved memory hooks out of core memory map implementation,
modified paging to implement unhandled callbacks
14 files changed:
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_mem.h
palacios/include/palacios/vmm_mem_hook.h [new file with mode: 0644]
palacios/src/palacios/Makefile
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.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_mem_hook.c [new file with mode: 0644]