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.


VMX is working for a 32-bit Linux kernel. It should also work for a 64-bit kernel...
authorAndy Gocke <agocke@gmail.com>
Mon, 31 Aug 2009 23:53:12 +0000 (18:53 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 31 Aug 2009 23:53:12 +0000 (18:53 -0500)
commitcfcceed5890430afedcc544bd7dbb69e29dfd65a
treea508156732cd93c0f9766c5c8320fdebcafb746a
parent19c179d8c8a23c2612f9c12ec7cbedc299ce80e5
VMX is working for a 32-bit Linux kernel. It should also work for a 64-bit kernel, but that has not been tested.
29 files changed:
bios/vmxassist/vmxassist.bin
palacios/include/palacios/svm_msr.h
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmcs.h
palacios/include/palacios/vmm_halt.h [moved from palacios/include/palacios/svm_halt.h with 86% similarity]
palacios/include/palacios/vmm_lowlevel.h
palacios/include/palacios/vmm_msr.h
palacios/include/palacios/vmx.h
palacios/include/palacios/vmx_ctrl_regs.h
palacios/include/palacios/vmx_handler.h
palacios/src/devices/8259a.c
palacios/src/devices/apic.c
palacios/src/devices/ide.c
palacios/src/devices/piix3.c
palacios/src/palacios/Makefile
palacios/src/palacios/svm_handler.c
palacios/src/palacios/svm_msr.c
palacios/src/palacios/vmcs.c
palacios/src/palacios/vmm_ctrl_regs.c
palacios/src/palacios/vmm_direct_paging_32.h
palacios/src/palacios/vmm_halt.c [moved from palacios/src/palacios/svm_halt.c with 94% similarity]
palacios/src/palacios/vmm_msr.c
palacios/src/palacios/vmx.c
palacios/src/palacios/vmx_assist.c
palacios/src/palacios/vmx_ctrl_regs.c
palacios/src/palacios/vmx_handler.c
palacios/src/palacios/vmx_io.c
palacios/src/palacios/vmx_lowlevel.S
palacios/src/palacios/vmx_msr.c