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 host OS interfaces to a separate directory palacios/src/interfaces and palacios...
authorJack Lange <jacklange@cs.pitt.edu>
Tue, 12 Apr 2011 04:12:44 +0000 (23:12 -0500)
committerJack Lange <jacklange@cs.pitt.edu>
Tue, 12 Apr 2011 04:12:44 +0000 (23:12 -0500)
commitba178554a5f6714e5ceb7b77df462ac72de90b0c
tree0929059bf34b66956520728325af7ad4e6ee9aac
parent481925dd42fdf715897007abbc32d81bda2d2586
moved host OS interfaces to a separate directory palacios/src/interfaces and palacios/include/interfaces
25 files changed:
Kconfig
Makefile
palacios/include/interfaces/vmm_console.h [moved from palacios/include/palacios/vmm_console.h with 100% similarity]
palacios/include/interfaces/vmm_file.h [moved from palacios/include/palacios/vmm_file.h with 100% similarity]
palacios/include/interfaces/vmm_graphics_console.h [moved from palacios/include/palacios/vmm_graphics_console.h with 100% similarity]
palacios/include/interfaces/vmm_keyed_stream.h [moved from palacios/include/palacios/vmm_keyed_stream.h with 100% similarity]
palacios/include/interfaces/vmm_packet.h [moved from palacios/include/palacios/vmm_packet.h with 100% similarity]
palacios/include/interfaces/vmm_socket.h [moved from palacios/include/palacios/vmm_socket.h with 100% similarity]
palacios/include/interfaces/vmm_stream.h [moved from palacios/include/palacios/vmm_stream.h with 100% similarity]
palacios/include/palacios/vmm_dev_mgr.h
palacios/src/devices/char_stream.c
palacios/src/devices/cirrus_gfx_card.c
palacios/src/devices/curses_cons.c
palacios/src/devices/filedisk.c
palacios/src/devices/netdisk.c
palacios/src/devices/telnet_cons.c
palacios/src/interfaces/vmm_console.c [moved from palacios/src/palacios/vmm_console.c with 98% similarity]
palacios/src/interfaces/vmm_file.c [moved from palacios/src/palacios/vmm_file.c with 98% similarity]
palacios/src/interfaces/vmm_graphics_console.c [moved from palacios/src/palacios/vmm_graphics_console.c with 98% similarity]
palacios/src/interfaces/vmm_keyed_stream.c [moved from palacios/src/palacios/vmm_keyed_stream.c with 98% similarity]
palacios/src/interfaces/vmm_packet.c [moved from palacios/src/palacios/vmm_packet.c with 98% similarity]
palacios/src/interfaces/vmm_socket.c [moved from palacios/src/palacios/vmm_socket.c with 99% similarity]
palacios/src/interfaces/vmm_stream.c [moved from palacios/src/palacios/vmm_stream.c with 97% similarity]
palacios/src/palacios/Makefile
palacios/src/palacios/vmm_config.c