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.


More minor updates for handling time. Virtually slower CPUs seem to be working, so...
authorPatrick G. Bridges <pgbridg@sandia.gov>
Wed, 20 Oct 2010 22:28:26 +0000 (16:28 -0600)
committerPatrick G. Bridges <pgbridg@sandia.gov>
Wed, 20 Oct 2010 22:28:26 +0000 (16:28 -0600)
commitf34912a611194993c09458ee950db4919dbd692c
treeb3f0ff3dcfe9d4db39f61332dabe3a837bfde68e
parent0adb91252edd4b093f12f57eea76687ced1aec0c
More minor updates for handling time. Virtually slower CPUs seem to be working, so that in a core, you can specify khz="1000000" and the VMM will slow down that particular core by yielding the CPU back to the host when necessary. Still need to test/debug on real hardware as opposed to QEMU.
palacios/src/palacios/vmm_msr.c
palacios/src/palacios/vmm_time.c