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 64-bit guest support. Add exit handling for CR4 and EFER accesses.
[palacios.git] / palacios / src / palacios / vmx_ctrl_regs.c
2011-07-07 Kevin Pedretti VMX 64-bit guest support. Add exit handling for CR4...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Jack Lange can now boot linux (slowly) with EPT enabled
2011-04-01 Lei Xia Minor Fix to VMX code
2010-08-26 Patrick G. Bridges Minor warning/error prints corrected.
2010-04-13 Erik van der Kouwe s patch fixes some issues I've had when compiling Palac...
2009-12-03 Jack Lange major VMX update
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
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...