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 host_pci passthrough PCI support
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 17 Apr 2012 22:19:30 +0000 (18:19 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Fri, 27 Jul 2012 19:07:25 +0000 (15:07 -0400)
commitffd6d915b585a4a17a2d5b081313f0968885a105
tree9d79be4a98b25175943509e4c401c1f2bd57d501
parente3b62e7befa086a4fb320890952f54667ee46329
added host_pci passthrough PCI support
16 files changed:
linux_module/Makefile
linux_module/iface-host-pci-hw.h [new file with mode: 0644]
linux_module/iface-host-pci.c [new file with mode: 0644]
linux_module/linux-exts.c
linux_module/linux-exts.h
linux_module/main.c
linux_module/palacios.h
linux_usr/Makefile
linux_usr/v3_ctrl.h
linux_usr/v3_pci.c [new file with mode: 0644]
palacios/include/interfaces/host_pci.h [new file with mode: 0644]
palacios/src/devices/Makefile
palacios/src/devices/host_pci.c [new file with mode: 0644]
palacios/src/interfaces/Kconfig
palacios/src/interfaces/Makefile
palacios/src/interfaces/host_pci.c [new file with mode: 0644]