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.


virtual console works with stream-serial implementation
authorLei Xia <lxia@northwestern.edu>
Mon, 8 Nov 2010 19:41:51 +0000 (13:41 -0600)
committerLei Xia <lxia@northwestern.edu>
Mon, 8 Nov 2010 19:41:51 +0000 (13:41 -0600)
commit09a7d3811df9df65346e36419f553a38c8c45c72
treec05d415761d5005336733f67c959f8a973b51600
parent901fc56e53aaae4ebd6e9c3f9879afc3288be824
virtual console works with stream-serial implementation
add reparent_threadd os hooks, In Linux host, every kernel thread created in Palacios
has to call reparent_threadd to detach itself from the user process.
palacios/include/devices/serial.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_stream.h
palacios/src/devices/serial.c
palacios/src/devices/stream.c
palacios/src/palacios/vmm_io.c