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 shadow page handling, IO and MSR bitmap allocation, and started
authorAndy Gocke <agocke@gmail.com>
Mon, 10 Aug 2009 22:22:12 +0000 (17:22 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 10 Aug 2009 22:22:12 +0000 (17:22 -0500)
commit52a58bb7bdf06ca22ad6883f8095f8aa5ca4b8a4
tree2e56eb3b68b8c25fd0afbf26b0763f13430604f8
parenta24a1722328a575cec8dd8578902fd0f68c72c1c
Added shadow page handling, IO and MSR bitmap allocation, and started

handlers for IO exits.
12 files changed:
palacios/build/Makefile
palacios/include/palacios/vmcs.h
palacios/include/palacios/vmx.h
palacios/include/palacios/vmx_handler.h
palacios/include/palacios/vmx_io.h [new file with mode: 0644]
palacios/include/palacios/vmx_msr.h [new file with mode: 0644]
palacios/src/palacios/vmx.c
palacios/src/palacios/vmx_bak.c [deleted file]
palacios/src/palacios/vmx_handler.c
palacios/src/palacios/vmx_io.c [new file with mode: 0644]
palacios/src/palacios/vmx_lowlevel.S
palacios/src/palacios/vmx_msr.c [new file with mode: 0644]