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.


Added PCI front-end device implementation
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 18 Apr 2011 22:47:52 +0000 (17:47 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 18 Apr 2011 22:47:52 +0000 (17:47 -0500)
commitdbace2679a283baec34858e25c59d33eadcbb10b
tree7d75dd237fd915ad282b929265d0496a9b042873
parent939557a27934a05573b483f4fc689b6a88bf4f3a
Added PCI front-end device implementation

The purpose of this device is to allow one to project
a virtual PCI device that is implemented in the host into the guest
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/pci_front.c [new file with mode: 0644]