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...
[palacios.git] / palacios / src / devices / char_stream.c
2011-08-17 Jack Lange added virtio console, finished the stream interface...
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-19 Jack Lange more device free updates
2010-11-10 Jack Lange moved CONSOLE host event to SERIAL host event
2010-11-10 Lei Xia Update char_stream device for virtual console input...
2010-11-09 Jack Lange some renaming