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.


Minor fix
Peter Dinda [Sun, 2 Aug 2015 23:45:05 +0000 (18:45 -0500)]
palacios/src/palacios/vmm_multiboot.c

index a9a20b3..611ccaa 100644 (file)
@@ -294,7 +294,8 @@ static int parse_multiboot_kernel(uint8_t *data, uint64_t size, mb_data_t *mb)
                INFO("  size            =  0x%x\n", mb_modalign->size);
            }
                break;
-#if 1
+
+#if V3_CONFIG_HVM
            case MB_TAG_MB64_HRT: {
                if (mb_mb64_hrt) { 
                    ERROR("Multiple mb64_hrt tags found!\n");
@@ -305,7 +306,6 @@ static int parse_multiboot_kernel(uint8_t *data, uint64_t size, mb_data_t *mb)
            }
                break;
 #endif
-               
            default: 
                INFO("Unknown tag... Skipping...\n");
                break;