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.


Now correctly boots 2, 4, 8 core kitten
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 3 Aug 2010 18:03:13 +0000 (13:03 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Tue, 3 Aug 2010 18:03:13 +0000 (13:03 -0500)
commitd25220596e7ceb6b06a4b715f722a47afd8b48bb
treea20ee0cc6bffb0f67c747d93dc729ad364e7a9cc
parent9f049c5f96785b6aa3e284a244235712c4047c1b
Now correctly boots 2, 4, 8 core kitten

Fixed issue with memory region search on even number of cores (>2)

Cleaning up debugging output throughout

Added CONFIG_DEBUG_VMX and CONFIG_DEBUG_SVM
Kconfig
palacios/include/palacios/vm_guest.h
palacios/src/devices/apic.c
palacios/src/palacios/svm.c
palacios/src/palacios/svm_handler.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_mem.c
palacios/src/palacios/vmm_mptable.c
palacios/src/palacios/vmx.c
palacios/src/palacios/vmx_handler.c