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.


Host PCI with selective privilege (can dynamically permit or disallow PCI passthrough...
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 25 Apr 2013 00:29:15 +0000 (19:29 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 25 Apr 2013 00:29:15 +0000 (19:29 -0500)
commit2377d33e71ba625a547b414916949181db2a49da
tree60b4db279bd3f630983b83588d6c944c5517eba9
parent9fc08977f4954b9343fc2e38e57ffb11225ab24d
Host PCI with selective privilege (can dynamically permit or disallow PCI passthrough access)
Also minor tweak to user space Makefile
linux_usr/Makefile
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/host_pci_selpriv.c [new file with mode: 0644]