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.


Expose HVM state to host + Linux host /proc additions for it
[palacios.git] / palacios / include / palacios / vmm.h
2015-06-29 Peter Dinda Expose HVM state to host + Linux host /proc additions...
2015-06-18 Peter Dinda VM reset capability
2015-04-17 Peter Dinda Generalization of constraints on page allocation and...
2015-04-17 Peter Dinda Expose vmalloc-like os interface to Palacios, and updat...
2014-08-25 Oscar Mondragon v3_cpu_mapper_admit_vm function call moved from start_t...
2014-08-24 Peter Dinda Bug fix and cleanup
2014-08-18 Oscar Mondragon Hook for thread creation split into create and start...
2014-06-22 Peter Dinda Expose swapping and pinning to host + add visibility...
2014-05-26 Chunxiao Diao, Dan... Convert shadow paging to use 32 PAE (Remove 32 Bit...
2013-11-26 Peter Dinda Floating point context-switching and checkpoint/load
2013-10-10 Peter Dinda Dynamic migration of memory from node to node
2013-09-15 Peter Dinda Memory management and /proc enhancements
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-08-04 Jack Lange Added non-contiguous memory region support.
2013-03-18 Peter Dinda Checkpointing and migration now support options, the...
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-12-29 Peter Dinda information request api for the host - gives a more...
2012-09-21 Patrick G. Bridges Added updated sleep/wakeup functionality
2012-07-19 Mark Cartwright... Live Migration Functionality
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Peter Dinda Make V3_Yield and V3_Yield_Timed macros globally visibl...
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
2012-02-10 Jack Lange initial simulation functionality
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-16 Madhav Suresh hooked checkpoint code up to the linux module and added...
2011-09-13 Jack Lange Added barrier locking to the core migration functionality
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-08-18 Lei Xia added missed while (0) in MACRO definition
2011-07-30 Jack Lange added barrier synchronization and integrated it with...
2011-05-26 Jack Lange updated SIPI behavior to be arch specific
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-04-22 Jack Lange reverted sleep interface
2011-04-21 Lei Xia add thread sleep and wakeup to host os hooks
2011-01-27 Jack Lange build fixes and cleanup code to handle VMM shutdown
2011-01-22 Erik van der Kouwe This patch adds a few compiler conditionals so that...
2011-01-20 Jack Lange changed deinitialization prototype to be compatible...
2011-01-19 Jack Lange removed outdated build environment
2010-11-23 Jack Lange deallocation of devices
2010-11-19 Jack Lange update page free interface to allow freeing of multiple...
2010-11-09 Jack Lange merge fix and changed file interface
2010-11-08 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-08 Jack Lange reworked launch code
2010-11-08 Lei Xia remove the reparant_threadd function from host os hooks
2010-11-08 Lei Xia fix
2010-11-08 Jack Lange removed reparent callback
2010-11-08 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-08 Lei Xia virtual console works with stream-serial implementation
2010-11-07 Jack Lange added configurable host OS thread support
2010-11-05 Jack Lange added v3_stop_vm prototype and exported it to the host...
2010-11-05 Erik van der Kouwe Replaces C++-style comments (// ...) with C-style comme...
2010-10-26 Jack Lange Removed a lot of the highly specific multicore code...
2010-10-25 Jack Lange added private data pointer to per vm state...
2010-10-05 Jack Lange minor header file reordering for clarity
2010-08-04 Peter Dinda Functional 2 core linux guest
2010-08-03 Alexander Merritt update to the host OS interface to allow aligned page...
2010-07-10 Peter Dinda Implemented SMP, still not functional
2010-05-19 Peter Dinda Fixed minor compilation problems
2010-04-07 Peter Dinda Added time check for SVM
2010-03-28 Jack Lange removed redundant OS API
2010-03-28 Lei Xia change lsipi_send api as vnet configable option
2010-03-25 Lei Xia Update on VNET
2010-01-15 Kevin Pedretti Jack's changes to split up stucts for multi-core.
2010-01-15 Kevin Pedretti Philip's changes along with some minor changes from...
2010-01-14 Jack Lange refactoring to the point of compilation
2010-01-07 Jack Lange lots of fixes
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-12-01 Jack Lange integrated new configuration system
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
2009-09-04 Jack Lange hardware multicore support
2009-09-01 Jack Lange added cpu interruption interface
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-21 Jack Lange cleanup of debugging functions
2009-08-13 Jack Lange Ported palacios to Kbuild
2009-08-11 Jack Lange added yield functionality
2009-08-07 Jack Lange added yield functionality
2009-07-23 Jack Lange added initial VirtIO and symbiotic swap devices
2009-07-16 Andy Gocke VMX patch series, compilation enabled
2009-07-08 Jack Lange changed configuration structure for block devices
2009-06-05 Jack Lange added locking primitives
2009-05-22 Jack Lange removed unused keyboard event interface
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-04-23 Jack Lange updated the configuration/init process
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-03-25 Jack Lange first cut at nested paging
2009-03-16 Jack Lange added irq acking
2009-03-08 Jack Lange added argument to thread create hook
2009-03-04 Jack Lange added kernel thread hook
2009-03-04 Jack Lange fixed a number of bugs due to the update
2009-03-03 Jack Lange reformatting include files
2009-03-03 Lei Xia Add Virtual PCI and Virtual NIC
2009-01-29 Jack Lange added profiling support
2009-01-25 Jack Lange working instruction emulation
2008-12-01 Jack Lange small fixes
2008-10-30 Jack Lange added mem_size config variable
2008-10-26 Jack Lange fixed format string issues due to printf attribute...
2008-10-22 Jack Lange fixed shadow paging up to the next error
2008-10-22 Trammell Hudson Enable printf warnings on info/debug/trace os hooks
2008-10-21 Jack Lange updated to use pa_to_va address conversion
next