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.


various bug fixes to the block layer
[palacios.git] / palacios / src / devices / filedisk.c
2011-09-14 Jack Lange various bug fixes to the block layer
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-11-19 Jack Lange more device free updates
2010-11-18 Jack Lange argument order fix
2010-11-18 Jack Lange updated file interface
2010-11-09 Jack Lange updated file interface
2010-10-06 Jack Lange filedisk fixes
2010-10-06 Jack Lange Fixed bug in v3_cfg_val where it would not return null...
2010-10-06 Jack Lange Functional file backend
2010-08-13 Jack Lange change to device configuration syntax
2010-08-05 Peter Dinda Integrated vmm_file and filedisk - now compiles
2010-08-05 Jack Lange actually add the filedisk implementation