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.


Avoid physical/virtual contiguity assumptions using new guest memory access functions
[palacios.git] / palacios / src / palacios / vmx_assist.c
2015-08-02 Peter Dinda Avoid physical/virtual contiguity assumptions using...
2014-05-26 Peter Dinda Convert shadow paging to use 32 PAE (VMX)
2013-11-26 Peter Dinda Minor tweaks
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-04-25 Jack Lange VMX updates to fix multicore and unrestricted guest...
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-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-03-07 Patrick G. Bridges Start at support for multiple VMs per core on VMX syste...
2010-08-26 Patrick G. Bridges Minor warning/error prints corrected.
2010-05-18 Jack Lange memory lookup refactorization
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-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-21 Jack Lange minor cleanup to vmxassist context code
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...