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.


Device File Virtualization Proof of Concept (Host Shadow + Patches)
authorWilliam Gross and Akhil Guliani <williamgross2014@u.northwestern.edu>
Tue, 23 Jun 2015 00:25:42 +0000 (19:25 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 23 Jun 2015 00:25:42 +0000 (19:25 -0500)
commit4a7e01a6d71dcfb0ecf19ca4271f195a654a94ca
tree5a14e61d1023be18d3448af1ed1b55ebec6491ad
parentde0aa03dbd9812a48cab6d899ab41b7f2cc593b5
Device File Virtualization Proof of Concept (Host Shadow + Patches)

This is an implementation of device file virtualization in Palacios
for a Linux Host.   Please consult palacios/gears/services/devfile/README
for more information.
gears/services/devfile/devfile_host.c
linux_usr/Makefile
linux_usr/v3_devfile_shadow.c [new file with mode: 0644]