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 host cpu type function
[palacios.git] / palacios / include / palacios / vmm_ctrl_regs.h
index aafa83b..f23caad 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <palacios/vm_guest.h>
 
+#define EFER_MSR                 0xc0000080
+
 struct cr0_real {
     uint_t pe    : 1;
     uint_t mp    : 1;