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.


Guest mem gpa/gva memset functions
[palacios.git] / palacios / src / palacios / vm_guest_mem.c
2015-06-18 Peter Dinda Guest mem gpa/gva memset functions
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-04-13 Peter Dinda Add ability to write to gvas
2011-06-23 Kyle Hale moved PrintErrors to PrintDebugs with special compilati...
2011-06-18 Jack Lange reverted syscall changes
2011-06-17 Kyle Hale minor changes to organization
2011-05-18 Kyle Hale added ability to inject an env variable into guest...
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-04-26 Peter Dinda Removed extraneous debugging output
2010-07-07 Peter Dinda Working apic, ioapic, and icc_bus for 1 core
2010-05-18 Jack Lange memory lookup refactorization
2010-05-18 Jack Lange refactored memory map
2010-05-14 Jack Lange moved internal memory map routines over to new flags...
2010-03-12 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-01-15 Jack Lange added per core memory map support
2010-01-14 Jack Lange refactoring to the point of compilation
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-03-27 Jack Lange really fixed the gpa->hpa error check
2009-03-27 Jack Lange fixed gpa->hpa error checking
2009-03-03 Jack Lange reformatting of the source files
2009-01-28 Jack Lange changed shadow memory map to use Red Black Tree
2009-01-25 Jack Lange working instruction emulation
2008-11-03 Jack Lange reworked the paging functions
2008-10-31 Jack Lange added pae+64 bit page table access checks
2008-10-30 Jack Lange added guest page table translators for 32/32PAE/64...
2008-10-30 Jack Lange added lookup functions for all page table forms,
2008-10-29 Jack Lange changed the CR3 conversion macros to be physical/virtua...
2008-10-25 Jack Lange added 32 bit support for geekos
2008-10-22 Jack Lange fixed shadow paging up to the next error
2008-10-22 Jack Lange fixed all the printf style warnings/errors
2008-10-21 Jack Lange updated to use pa_to_va address conversion
2008-10-16 Jack Lange large scale namespace changes
2008-10-07 Jack Lange updated to 64 bits based on the wrong f#@$%ing trunk
2008-10-03 Jack Lange added new copyright and license
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-25 Jack Lange added copyright tags
2008-07-21 Jack Lange added new debugging directives
2008-07-16 Jack Lange some nested paging fixes
2008-07-14 Jack Lange *** empty log message ***
2008-07-01 Jack Lange *** empty log message ***
2008-07-01 Jack Lange moved further along in the boot process....
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-05-19 Jack Lange added invlpg support
2008-05-13 Jack Lange more shadow paging changes
2008-05-13 Jack Lange *** empty log message ***
2008-05-06 Jack Lange booting geekos up to the timer initialization
2008-04-30 Jack Lange a guest kernel that works equally well on the dell+HP
2008-04-09 Jack Lange got the bios setup ok, now we have to handle the exits
2008-04-05 Jack Lange code restructuring