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.


added a configuration structure for the binary inputs to the vmm (ramdisk, bios)
[palacios.git] / palacios / include / devices / ramdisk.h
index 04d342a..be30d5a 100644 (file)
 #include <palacios/vmm_types.h>
 #include <palacios/vm_dev.h>
 
+struct cdrom_ops;
 
 
-
-
+int v3_ramdisk_register_cdrom(struct vm_device * ide_dev, uint_t busID, uint_t driveID, struct cdrom_ops * cd, void * private_data);
 
 struct vm_device * create_ramdisk(void);