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.


added initial memory hook support, still need decoder
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 17 Jun 2008 22:57:08 +0000 (22:57 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 17 Jun 2008 22:57:08 +0000 (22:57 +0000)
commitb527f44a71d32952d7b129a7ce5dbeb3969fb8d2
treebd40a8b68c7aa0a48dfa313183d02937f368f18e
parent68cac210354f03675feb5370dfa7fae1fb97ceee
added initial memory hook support, still need decoder
palacios/include/palacios/vmm_mem.h
palacios/include/palacios/vmm_paging.h
palacios/include/palacios/vmm_types.h
palacios/src/geekos/vm.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_mem.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_shadow_paging.c