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.


update CPUID to disable unsupported features (MTRRS, ARET, APIC2) and globalize the...
[palacios.git] / palacios / src / extensions / ext_vmware.c
index 9026db9..ea1c789 100644 (file)
@@ -89,13 +89,14 @@ static int vmware_init(struct v3_vm_info * vm, v3_cfg_tree_t * cfg, void ** priv
 
     V3_Print("Using VMWARE virtualization persona\n");
 
+/*
     v3_cpuid_add_fields(vm, 0x00000001, 
                        0, 0, 
                        0, 0, 
                        0x80000000, 0x80000000,
                        0, 0
                        );
-
+*/
 
     v3_hook_io_port(vm, VMWARE_IO_PORT, 
                    io_read, io_write,