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 guest multiplexing support
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 2 Apr 2010 23:39:42 +0000 (18:39 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 2 Apr 2010 23:39:42 +0000 (18:39 -0500)
commitc3cc58c287fd4a912919c4546f41026c571b13ec
treea916dff2e653a03e2a58fd9e9d4932489ff68b65
parent43347a912eba44cae132d01668d45743702f3148
Added guest multiplexing support
palacios/include/palacios/vmm_muxer.h [new file with mode: 0644]
palacios/src/palacios/Makefile
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_host_events.c
palacios/src/palacios/vmm_muxer.c [new file with mode: 0644]