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.


data type fixes
Jack Lange [Thu, 26 May 2011 18:00:58 +0000 (13:00 -0500)]
palacios/include/palacios/vmx_lowlevel.h

index c169139..fd63406 100644 (file)
@@ -97,7 +97,7 @@ static inline int vmcs_load(addr_t vmcs_ptr) {
     return VMX_SUCCESS;
 }
 
-static inline addr_t vmcs_store() {
+static inline uint64_t vmcs_store() {
     uint64_t vmcs_ptr = 0;
 
     __asm__ __volatile__ (