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.


Initial support for moving virtual cores among different physical CPUs
authorLei Xia <lxia@northwestern.edu>
Thu, 18 Aug 2011 17:51:50 +0000 (12:51 -0500)
committerLei Xia <lxia@northwestern.edu>
Thu, 18 Aug 2011 17:51:50 +0000 (12:51 -0500)
commit8e9c13c41b0244a8d0029e837a623591a22c5879
treef9519570b062b53b22d25618107ce69e4d92c0c1
parentcf780b903a02efc700d51dbadcc90115f016256c
Initial support for moving virtual cores among different physical CPUs
To move a virtual core, use "v3_core_move /dev/v3-vm# vcore_id pcore_id"
13 files changed:
linux_module/palacios-stubs.c
linux_module/palacios.h
linux_module/vm.c
linux_usr/Makefile
linux_usr/v3_core_move.c [new file with mode: 0644]
linux_usr/v3_ctrl.h
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_types.h
palacios/src/palacios/svm.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_halt.c
palacios/src/palacios/vmx.c