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.


Assure that unhandled IO reads get back zeros
[palacios.git] / palacios / src / palacios / vmx_io.c
2011-11-15 Peter Dinda Assure that unhandled IO reads get back zeros
2011-10-27 Jack Lange Now by default IO and MSR operations are dropped by...
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-01-12 Jack Lange deallocate arch specific IO/MSR hook state
2010-05-18 Jack Lange memory lookup refactorization
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-09 Jack Lange removed vmcs accesses from io handler
2009-09-14 Jack Lange updated io map to allow early 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...