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 virtio console, finished the stream interface implementation, added v3_stream...
authorJack Lange <jacklange@cs.pitt.edu>
Wed, 17 Aug 2011 18:23:46 +0000 (14:23 -0400)
committerJack Lange <jacklange@cs.pitt.edu>
Wed, 17 Aug 2011 18:55:30 +0000 (14:55 -0400)
commitef34565873989f5b0240f7f9911c3666a69587c9
tree99a88eec7bd33e30c70fc909f96afa04fca3c709
parent6778d9e9c895ffaa5d995c0f4d745013595692cf
added virtio console, finished the stream interface implementation, added v3_stream user utility
13 files changed:
linux_module/iface-console.c
linux_module/iface-stream.c
linux_usr/Makefile
linux_usr/v3_serial.c [deleted file]
linux_usr/v3_stream.c [new file with mode: 0644]
palacios/include/devices/lnx_virtio_pci.h
palacios/include/interfaces/vmm_stream.h
palacios/include/palacios/vmm_dev_mgr.h
palacios/src/devices/Kconfig
palacios/src/devices/Makefile
palacios/src/devices/char_stream.c
palacios/src/devices/lnx_virtio_console.c [new file with mode: 0644]
palacios/src/interfaces/vmm_stream.c