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.


Completed preliminary host and guest state structure for VMLAUNCH. Added assembly...
authorAndy Gocke <agocke@gmail.com>
Wed, 29 Jul 2009 21:16:43 +0000 (16:16 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 29 Jul 2009 21:16:43 +0000 (16:16 -0500)
commit26807ca4c1fd7ea21a615b29626e73a75873bead
tree1e462da2396aa746a110d5acbdae6779483dbd19
parentec75f3ad6503e3c7996e7a445404b8813740804d
Completed preliminary host and guest state structure for VMLAUNCH. Added assembly to handle basic launch, exits, and resume.
palacios/build/Makefile
palacios/include/palacios/vmx.h
palacios/src/palacios/vmx.c
palacios/src/palacios/vmx_lowlevel.S [new file with mode: 0644]