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.


added APIC device
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 6 Feb 2009 06:16:24 +0000 (00:16 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 6 Feb 2009 06:16:24 +0000 (00:16 -0600)
commit6c56ead58f57e08c23eab5d67f2a58f95ce712b4
tree9ac60acdb1618736374266aa9bedfe452d95a699
parent40495cd16267f1f7b17eb6f4181ca14df6869acc
added APIC device
palacios/build/Makefile
palacios/include/devices/apic.h [new file with mode: 0644]
palacios/include/palacios/vmm_msr.h
palacios/src/devices/apic.c [new file with mode: 0644]
palacios/src/palacios/vmm_config.c