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.


Implementation of stream device backend, interface to host os
authorPeter Dinda <pdinda@northwestern.edu>
Sat, 9 Oct 2010 01:04:42 +0000 (20:04 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 9 Oct 2010 01:04:42 +0000 (20:04 -0500)
commitae4e727a7abfdb7df9cb93769a0799494ec75254
tree086c067cde8e64d7e7bee211fa268ef4a605177e
parent759eb7756efd0724a36209bdf2f000d36657d7c7
Implementation of stream device backend, interface to host os
and partial implementation of interface to serial front end

Reverted v3_start_guest to launch thread for BP on all platforms

Open issue: how to make stream backend generally attachable to frontends that can support streams
palacios/include/devices/serial.h [new file with mode: 0644]
palacios/include/palacios/vmm_stream.h [new file with mode: 0644]
palacios/src/devices/serial.c
palacios/src/devices/stream.c [new file with mode: 0644]
palacios/src/palacios/vmm.c