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.


Clear guest memory to 0 at init time.
[palacios.git] / palacios / src / palacios / vmm_mem.c
2011-11-18 Jack Lange Clear guest memory to 0 at init time.
2011-09-08 Jack Lange fix large page bug with no memory hooks in place
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-03-12 Erik van der Kouwe This patch prevents v3_delete_mem_region from freeing...
2011-01-13 Jack Lange fixed bug where deleting the memory map caused addition...
2010-11-19 Jack Lange update page free interface to allow freeing of multiple...
2010-10-19 Jack Lange remove debugging
2010-10-19 Jack Lange large page changes
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-09-26 Peter Dinda Partially functional support for APIC/ICC clustered...
2010-08-26 Patrick G. Bridges Minor warning/error prints corrected.
2010-08-12 Patrick Bridges Actually fixed page alignment computation to be correct...
2010-08-11 Patrick Bridges Changes to support large shadow pages *correctly*.
2010-08-11 Patrick Bridges Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-08-10 Alex Merritt this is a fix for the get_next_region function.
2010-08-10 Patrick Bridges Added alignment of memory as a top-level VM parameter...
2010-08-04 Jack Lange added memory alignment option to vmm memory mangement...
2010-08-04 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-08-04 Peter Dinda Functional 2 core linux guest
2010-08-03 Alexander Merritt added new vmm_mem function to find next memory region
2010-08-03 Jack Lange format fixes
2010-08-03 Peter Dinda Now correctly boots 2, 4, 8 core kitten
2010-05-18 Jack Lange memory lookup refactorization
2010-05-18 Jack Lange refactored memory map
2010-05-18 Jack Lange moved memory hooks out of core memory map implementation,
2010-05-15 Jack Lange removed old memory region type enumeration
2010-05-14 Jack Lange moved internal memory map routines over to new flags...
2010-02-04 Jack Lange consolidated hypercall numbers\030
2010-01-15 Jack Lange added per core structure to MSR/MEM hooks
2010-01-15 Jack Lange added per core memory map support
2010-01-15 Jack Lange fixes for single core guest on multicore capable systeM
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-07 Jack Lange added debugging
2009-12-01 Jack Lange integrated new configuration system
2009-11-26 Jack Lange various changes...
2009-09-18 Jack Lange removed annoying debug statement
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-07-10 Jack Lange fixed null memory list bug in print_shadow_map
2009-04-23 Jack Lange various fixes. Hopefully this fixes the transient shutd...
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-04-23 Jack Lange typedef name changes
2009-04-23 Jack Lange compilation fix
2009-04-23 Jack Lange added memory unhooking function
2009-04-20 Jack Lange added support for memory remapping
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-03-25 Jack Lange fixes to the emulator to handle nested paging
2009-03-03 Jack Lange reformatting of the source files
2009-02-25 Jack Lange added xchg support to emulator
2009-02-24 Jack Lange fixed emulation bugs
2009-02-06 Jack Lange cleaned up emulation interface
2009-01-28 Jack Lange changed shadow memory map to use Red Black Tree
2009-01-25 Jack Lange working instruction emulation
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-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-08-03 Jack Lange added emulator
2008-08-02 Jack Lange started the emulation framework
2008-07-31 Jack Lange added hash table
2008-07-28 Jack Lange added new control register handlers
2008-07-22 Jack Lange code clean up
2008-06-20 Jack Lange added decoder
2008-06-17 Jack Lange added initial memory hook support, still need decoder
2008-05-30 Jack Lange *** empty log message ***
2008-05-13 Jack Lange lots of changes...
2008-04-09 Jack Lange BIOS now runs, but dies because it has no devices....
2008-04-09 Jack Lange got the bios setup ok, now we have to handle the exits
2008-04-05 Jack Lange code restructuring