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.


Cleaned up time management stuff, being more careful on signs of various time computa...
authorPatrick G. Bridges <bridges@cs.unm.edu>
Mon, 24 Oct 2011 18:00:01 +0000 (12:00 -0600)
committerPatrick G. Bridges <bridges@cs.unm.edu>
Mon, 24 Oct 2011 18:00:01 +0000 (12:00 -0600)
commit8a3dbb70c29175bad79764a0b2f3961b98138bb2
tree1ec40761ebd210e9b772c25e7f684e8c1c0ad541
parent0e26b3738daf436ba2d9a088ba620a3583d40de3
Cleaned up time management stuff, being more careful on signs of various time computations. A more thorough review and thinking of times and differences between them, particularly for future time dilation extensions, is needed. Also removed a few unnecessary prints.
linux_module/mm.c
palacios/src/devices/Kconfig
palacios/src/devices/apic.c
palacios/src/palacios/svm.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_time.c