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.


integrated new configuration system
[palacios.git] / palacios / src / devices / lnx_virtio_blk.c
2009-12-01 Jack Lange integrated new configuration system
2009-11-18 Jack Lange change pci devices to be more generic.
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-09 Jack Lange modified pci io hooks to not use the dev_io hooks,...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange added symbiotic virtio device
2009-08-11 Jack Lange hacked in PCI IO port auto assignment because our BIOS...
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 bug fixes for virtio block device
2009-08-01 Jack Lange functional virtio block device
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-30 Jack Lange build fixes
2009-07-30 Jack Lange virtio updates
2009-07-29 Jack Lange updates to virtio device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-23 Jack Lange added initial VirtIO and symbiotic swap devices