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.


Merge branch 'devel' 1.0
Jack Lange [Sat, 25 Oct 2008 18:39:54 +0000 (13:39 -0500)]
Conflicts:
palacios/include/devices/generic.h
palacios/src/devices/ramdisk.c

1  2 
palacios/include/devices/generic.h
palacios/include/devices/ide.h
palacios/src/devices/ramdisk.c
palacios/src/palacios/vmm_config.c

   * redistribute, and modify it as specified in the file "V3VEE_LICENSE".
   */
  
- #ifndef __GENERIC_H__
- #define __GENERIC_H__
++
+ #ifndef __DEVICES_GENERIC_H__
+ #define __DEVICES_GENERIC_H__
+ #ifdef __V3VEE__
  
  
 -
  #include <palacios/vm_dev.h>
  
  //
Simple merge
@@@ -1723,7 -1796,9 +1796,9 @@@ int handle_atapi_packet_command(struct 
                break;
              }
  
 -            
++
              if (rd_init_send_atapi_command(dev, channel, atapi_command, toc_length, alloc_length, false) == -1) {
+               PrintError("Failed to init send atapi command in read toc (fmt=%d)\n", format);
                return -1;
              }
  
Simple merge