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 memory conversions and copies for the guest/host contexts
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 1 Apr 2008 00:56:55 +0000 (00:56 +0000)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 1 Apr 2008 00:56:55 +0000 (00:56 +0000)
commit8cb3daaded0d8c80be801aa74493006b5a06999f
tree5c5d774f16d55e4688edb2c77d823fa359898f2b
parent7acd54f8c3b30d118d56186a9c6506f21f85096d
added memory conversions and copies for the guest/host contexts
17 files changed:
palacios/build/Makefile
palacios/include/geekos/svm.h
palacios/include/geekos/svm_ctrl_regs.h
palacios/include/geekos/svm_handler.h
palacios/include/geekos/vm_guest.h
palacios/include/geekos/vm_guest_mem.h
palacios/include/geekos/vmm_mem.h
palacios/include/geekos/vmm_paging.h
palacios/include/geekos/vmm_shadow_paging.h
palacios/src/geekos/main.c
palacios/src/geekos/svm.c
palacios/src/geekos/svm_ctrl_regs.c
palacios/src/geekos/svm_handler.c
palacios/src/geekos/vm_guest_mem.c
palacios/src/geekos/vmm_mem.c
palacios/src/geekos/vmm_paging.c
palacios/src/geekos/vmm_shadow_paging.c