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.


Removed a lot of the highly specific multicore code from the general core VMM code
authorJack Lange <jarusl@cs.northwestern.edu>
Tue, 26 Oct 2010 23:24:51 +0000 (18:24 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Tue, 26 Oct 2010 23:24:51 +0000 (18:24 -0500)
commit921772c23185aa48406a390c58546ee463f49dc4
tree013a0be3e153c9f9336b81e6ca76fb5ffe3f513d
parent964e7836a6227341b5d895a830b7e36ad6debffb
Removed a lot of the highly specific multicore code from the general core VMM code

The ICC BUS is broken because it still hasn't been merged into the APIC
12 files changed:
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm.h
palacios/include/palacios/vmm_file.h
palacios/include/palacios/vmm_types.h
palacios/src/devices/apic.c
palacios/src/devices/icc_bus.c
palacios/src/palacios/svm.c
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_config_class.h
palacios/src/palacios/vmx.c
test/geekos_test_vm/build/Makefile