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.


module reorganization
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 14 Jun 2011 17:06:47 +0000 (12:06 -0500)
committerJack Lange <jacklange@cs.pitt.edu>
Tue, 14 Jun 2011 17:06:47 +0000 (12:06 -0500)
commit276cfa264720edddc1677e35c6a300596965de7d
tree8d70c7a125587ae9c59ba8ae5ed3be2ad19bcab2
parentc1c2c17d6e7655447a16345089b1da7fa5819b6c
module reorganization
28 files changed:
linux_module/Makefile
linux_module/iface-console.c [moved from linux_module/palacios-console.c with 99% similarity]
linux_module/iface-file.c [moved from linux_module/palacios-file.c with 100% similarity]
linux_module/iface-graphics-console.c [moved from linux_module/palacios-graphics-console.c with 99% similarity]
linux_module/iface-graphics-console.h [moved from linux_module/palacios-graphics-console.h with 100% similarity]
linux_module/iface-host-dev.c [moved from linux_module/palacios-host-dev.c with 99% similarity]
linux_module/iface-host-dev.h [moved from linux_module/palacios-host-dev-user.h with 100% similarity]
linux_module/iface-keyed-stream.c [moved from linux_module/palacios-keyed-stream.c with 99% similarity]
linux_module/iface-packet.c [moved from linux_module/palacios-packet.c with 99% similarity]
linux_module/iface-socket.c [moved from linux_module/palacios-socket.c with 100% similarity]
linux_module/iface-stream.c [moved from linux_module/palacios-stream.c with 98% similarity]
linux_module/inspector.c [moved from linux_module/palacios-inspector.c with 97% similarity]
linux_module/main.c [moved from linux_module/palacios-dev.c with 99% similarity]
linux_module/mm.c [moved from linux_module/palacios-mm.c with 100% similarity]
linux_module/mm.h [moved from linux_module/palacios-mm.h with 100% similarity]
linux_module/os_stubs.c [moved from linux_module/palacios.c with 99% similarity]
linux_module/palacios-serial.h [deleted file]
linux_module/palacios-vnet.c
linux_module/util-hashtable.c [moved from linux_module/palacios-hashtable.c with 99% similarity]
linux_module/util-hashtable.h [moved from linux_module/palacios-hashtable.h with 100% similarity]
linux_module/util-queue.c [moved from linux_module/palacios-queue.c with 98% similarity]
linux_module/util-queue.h [moved from linux_module/palacios-queue.h with 100% similarity]
linux_module/util-ringbuffer.c [moved from linux_module/palacios-ringbuffer.c with 95% similarity]
linux_module/util-ringbuffer.h [moved from linux_module/palacios-ringbuffer.h with 100% similarity]
linux_module/vm.c [moved from linux_module/palacios-vm.c with 99% similarity]
linux_module/vm.h [moved from linux_module/palacios-vm.h with 100% similarity]
linux_usr/v3_user_host_dev.h
palacios/include/palacios/vmm_instr_decoder.h