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.


*** empty log message ***
[palacios.git] / palacios / include / geekos / vmcb.h
index 8bce011..801f44a 100644 (file)
@@ -169,8 +169,8 @@ union Instr_Intercepts {
     uint_t INVD        : 1        PACKED;
     uint_t PAUSE       : 1        PACKED;
     uint_t HLT         : 1        PACKED;
-    uint_t INVPLG      : 1        PACKED;
-    uint_t INVPLGA     : 1        PACKED;
+    uint_t INVLPG      : 1        PACKED;
+    uint_t INVLPGA     : 1        PACKED;
     uint_t IOIO_PROT   : 1        PACKED;
     uint_t MSR_PROT    : 1        PACKED;
     uint_t task_switch : 1        PACKED;