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.
Jack Lange [Thu, 26 May 2011 18:00:58 +0000 (13:00 -0500)]
return VMX_SUCCESS;
}
-static inline addr_t vmcs_store() {
+static inline uint64_t vmcs_store() {
uint64_t vmcs_ptr = 0;
__asm__ __volatile__ (