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 vmcs accesses from io handler
[palacios.git] / palacios / src / palacios / vmx_handler.c
2009-12-09 Jack Lange removed vmcs accesses from io handler
2009-12-03 Jack Lange major VMX update
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-18 Jack Lange added cpuid hooking
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-13 Andy Gocke Succesful transition to vmxassist, then to the bios...
2009-08-10 Andy Gocke Added shadow page handling, IO and MSR bitmap allocatio...
2009-08-06 Andy Gocke Latest VMX work that still has bug in guest state causi...
2009-08-04 Andy Gocke Succesfully launches and jumps into the exit handler...
2009-06-26 Jack Lange addd vmx_handler files