To checkout Palacios execute
git clone http://v3vee.org/palacios/palacios.web/palacios.gitThis 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/develThe other branches are similar.
author | Jack Lange <jacklange@cs.pitt.edu> | |
Tue, 17 Apr 2012 22:19:30 +0000 (18:19 -0400) | ||
committer | Jack Lange <jacklange@cs.pitt.edu> | |
Fri, 27 Jul 2012 19:07:25 +0000 (15:07 -0400) | ||
commit | ffd6d915b585a4a17a2d5b081313f0968885a105 | |
tree | 9d79be4a98b25175943509e4c401c1f2bd57d501 | tree | snapshot |
parent | e3b62e7befa086a4fb320890952f54667ee46329 | commit | diff |
linux_module/Makefile | diff | blob | history | |
linux_module/iface-host-pci-hw.h | [new file with mode: 0644] | blob |
linux_module/iface-host-pci.c | [new file with mode: 0644] | blob |
linux_module/linux-exts.c | diff | blob | history | |
linux_module/linux-exts.h | diff | blob | history | |
linux_module/main.c | diff | blob | history | |
linux_module/palacios.h | diff | blob | history | |
linux_usr/Makefile | diff | blob | history | |
linux_usr/v3_ctrl.h | diff | blob | history | |
linux_usr/v3_pci.c | [new file with mode: 0644] | blob |
palacios/include/interfaces/host_pci.h | [new file with mode: 0644] | blob |
palacios/src/devices/Makefile | diff | blob | history | |
palacios/src/devices/host_pci.c | [new file with mode: 0644] | blob |
palacios/src/interfaces/Kconfig | diff | blob | history | |
palacios/src/interfaces/Makefile | diff | blob | history | |
palacios/src/interfaces/host_pci.c | [new file with mode: 0644] | blob |