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.


Modified boot and vmxassist to handle real/protected transition.
[palacios.git] / palacios / include / palacios / vmx_handler.h
index 7525edb..1507e4a 100644 (file)
@@ -85,7 +85,7 @@ struct vmexit_io_qual {
     uint32_t access_size : 3; // (0: 1 Byte ;; 1: 2 Bytes ;; 3: 4 Bytes)
     uint32_t dir        : 1; // (0: Out ;; 1: In)
     uint32_t string     : 1; // (0: not string ;; 1: string)
-    uint32_t REP        : 1; // (0: not REP ;; 1: REP)
+    uint32_t rep        : 1; // (0: not REP ;; 1: REP)
     uint32_t op_enc      : 1; // (0: DX ;; 1: immediate)
     uint32_t rsvd       : 9; // Set to 0
     uint32_t port       : 16; // IO Port Number