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.


Cleanup and sanity-checking of assorted additional issues from second pass (Coverity...
[palacios.git] / palacios / src / palacios / vmcb.c
index f23cf70..12cf36f 100644 (file)
@@ -262,7 +262,7 @@ void PrintDebugVMCB(vmcb_t * vmcb) {
                }
        }
 
-       for (i=0;i<4;i++) { 
+       for (i=0;i<3;i++) { 
                if (ctrl_area->rsvd2[i]) {
                        PrintDebug(VM_NONE, VCORE_NONE, "control rsvd2[%d] has value 0x%x\n", i, ctrl_area->rsvd2[i]);
                }