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.


modified pci io hooks to not use the dev_io hooks, which are too constrictive
[palacios.git] / palacios / src / devices / lnx_virtio_balloon.c
2009-09-09 Jack Lange modified pci io hooks to not use the dev_io hooks,...
2009-08-11 Jack Lange fixes for the virtio block device
2009-08-07 Jack Lange fixes for the virtio block device
2009-08-04 Jack Lange added virtio balloon device, currently discards free...