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.


changes and fixes to support QEMU integration with pci_front
authorKyle Hale <kh@u.northwestern.edu>
Tue, 26 Aug 2014 18:06:29 +0000 (13:06 -0500)
committerroot <root@v-test-r415-3.localdomain>
Thu, 11 Sep 2014 19:30:49 +0000 (14:30 -0500)
commit92494646e1553eed626597050e1395371a3f9b34
tree0ccb0a921c69534f0b96b2176ed1c3e21e51aa4c
parent675206650bb9a05023c0e53a1e0c21aa1f375f88
changes and fixes to support QEMU integration with pci_front

Most of these changes (in pci.c and pci_front.c) involve properly
directing PCI config space  and BAR reads and writes down to
the host device. Other changes are minor.
linux_module/iface-host-dev.c
palacios/src/devices/Makefile
palacios/src/devices/pci.c
palacios/src/devices/pci_front.c
palacios/src/interfaces/vmm_host_dev.c