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.


HVM capability enhancments
[palacios.git] / palacios / src / palacios / vmm_hvm_lowlevel.S
index b6d1a76..ffd63f2 100644 (file)
@@ -1,7 +1,7 @@
 /* HVM environment code and data */
 
 /* This must match the number in vmm_hypercall.h */
-#define HVM_HCALL $0xf000
+#define HVM_HCALL $0xf00d
        
 /*
        The default installed interrupt handlers simply hcall
@@ -45,4 +45,4 @@ v3_hvm_vmx_null_int_handler_end:
 
        
        
-       
\ No newline at end of file
+