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.


moved linux module to main Palacios tree
authorJack Lange <jacklange@cs.pitt.edu>
Thu, 10 Mar 2011 19:28:33 +0000 (13:28 -0600)
committerJack Lange <jacklange@cs.pitt.edu>
Thu, 10 Mar 2011 19:28:33 +0000 (13:28 -0600)
commit260bb3e805ebc92ae294c3c2b36d027ba8bca488
treeb713c7b3a485a974b15b67c0463f95679d50f2c5
parenta71f35bcb2dc587326be18345adb1ad1d81b9435
moved linux module to main Palacios tree
27 files changed:
linux_module/Makefile [new file with mode: 0644]
linux_module/link.cmd [new file with mode: 0644]
linux_module/palacios-console.c [new file with mode: 0644]
linux_module/palacios-console.h [new file with mode: 0644]
linux_module/palacios-dev.c [new file with mode: 0644]
linux_module/palacios-file.c [new file with mode: 0644]
linux_module/palacios-file.h [new file with mode: 0644]
linux_module/palacios-mm.c [new file with mode: 0644]
linux_module/palacios-mm.h [new file with mode: 0644]
linux_module/palacios-packet.c [new file with mode: 0644]
linux_module/palacios-packet.h [new file with mode: 0644]
linux_module/palacios-queue.c [new file with mode: 0644]
linux_module/palacios-queue.h [new file with mode: 0644]
linux_module/palacios-ringbuf.h [new file with mode: 0644]
linux_module/palacios-ringbuffer.c [new file with mode: 0644]
linux_module/palacios-ringbuffer.h [new file with mode: 0644]
linux_module/palacios-serial.c [new file with mode: 0644]
linux_module/palacios-serial.h [new file with mode: 0644]
linux_module/palacios-socket.c [new file with mode: 0644]
linux_module/palacios-stream.c [new file with mode: 0644]
linux_module/palacios-stream.h [new file with mode: 0644]
linux_module/palacios-vm.c [new file with mode: 0644]
linux_module/palacios-vm.h [new file with mode: 0644]
linux_module/palacios-vnet.c [new file with mode: 0644]
linux_module/palacios-vnet.h [new file with mode: 0644]
linux_module/palacios.c [new file with mode: 0644]
linux_module/palacios.h [new file with mode: 0644]