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.


vmx refactoring
[palacios.git] / palacios / include / palacios / vmx_lowlevel.h
index c4ee91f..b0bd7a5 100644 (file)
@@ -147,7 +147,7 @@ static inline int vmcs_store(vmcs_t * vmcs_ptr) {
 
 /* According to Intel, vmread will return an architecure sized type - be sure that
  * dst is at least 64-bits in IA-32e and 32 otherwise */
-static inline int vmcs_read(addr_t vmcs_index, void * dst) {
+static inline int vmcs_read(addr_t vmcs_index, void * dst, int len) {
     addr_t val = 0;
     uint8_t ret_valid = 0;
     uint8_t ret_invalid = 0;