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.


APIC and CR8 changes for vector priorization vs TPR
[palacios.git] / palacios / src / palacios /
2012-08-03 Peter Dinda APIC and CR8 changes for vector priorization vs TPR
2012-07-28 Jack Lange typo fix
2012-07-27 Jack Lange memory leak fixes
2012-07-27 Jack Lange make bitmap operations atomic, fixes potential barrier...
2012-07-27 Jack Lange added state checks for VM control commands
2012-07-27 Jack Lange incorporate changes to intelligent barriers
2012-07-27 Jack Lange enabled VMX exit hooks
2012-07-27 Jack Lange revert to earlier rdtsc intercepts
2012-07-27 Jack Lange exit handler tweaks
2012-07-27 Jack Lange event tweaks
2012-07-27 Jack Lange added event hooking framework
2012-07-27 Jack Lange added runstate checks in barrier to allow locking opera...
2012-07-27 Jack Lange initial implementation of hookable exits
2012-07-27 Jack Lange fix for 1GB pages
2012-07-20 Kyle Hale add cleanup for Palacios extensions, add per-core data...
2012-07-19 Mark Cartwright... Live Migration Functionality
2012-07-19 Mark Cartwright Additional features for vmm_bitmap
2012-07-19 Peter Dinda Shadow-paging event callbacks
2012-07-13 Peter Dinda Added ability to hook memory by access (no instruction...
2012-07-13 Peter Dinda patch for v3_dump_mem print output
2012-07-08 Kyle Hale compilation fix in vmm_debug.c
2012-07-07 Kyle Hale Revised check for already-launched VM
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Kyle Hale Check to make sure extension name is provided
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-07-07 Kyle Hale don't allow launch of an already running VM
2012-07-07 Peter Dinda Fixes to allocation order and functions
2012-07-07 Peter Dinda Timed yielding in vmm_halt to avoid pegging CPU
2012-07-07 Peter Dinda Updated lock/unlock irq save/restore to directly use...
2012-07-07 Peter Dinda Make V3_Yield and V3_Yield_Timed macros globally visibl...
2012-06-20 Jack Lange type fix
2012-06-20 Jack Lange added symbolic backtrace functionality
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-20 Jack Lange vmx fixes
2012-06-20 Peter Dinda More extensive error checking in checkpoint/restore...
2012-05-23 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-05-23 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-05-22 Patrick G. Bridges Added hypercall to read host TSC
2012-05-22 Peter Dinda Corrected vmcs load/save in checkpoint/restore code
2012-05-19 Peter Dinda Further cleanup
2012-05-18 Madhav Suresh Corrected write ordering in device manager state save...
2012-05-15 Patrick G. Bridges Added TSC passthrough specification to time handling
2012-04-27 Patrick G. Bridges Added RDTSC trapping if we are dilating time.
2012-04-27 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-26 Jack Lange rename exit codes to avoid namespace collisions
2012-04-25 Jack Lange VMX updates to fix multicore and unrestricted guest...
2012-04-25 Patrick G. Bridges Fixed bug in v3_advance_time() found by Oscar (omondrag...
2012-04-25 Patrick G. Bridges Fixed merge conflict in vmm_halt.c
2012-04-24 Jack Lange Added run state checks to halt handler. This allows...
2012-04-24 Jack Lange various fixes
2012-04-20 Patrick G. Bridges More work on time fixing/debugging
2012-04-20 Patrick G. Bridges Merged updates from devel, added more time debugging...
2012-04-20 Jack Lange small debug fix
2012-04-20 Jack Lange clarified interrupt injection priorities
2012-04-20 Jack Lange added ackable interrupts
2012-04-20 Jack Lange disable pause exiting
2012-04-20 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
2012-04-13 Kyle Hale Gears system call hijacking core changes
2012-04-13 Jack Lange added arch independent MSR storage
2012-04-13 Peter Dinda Add ability to write to gvas
2012-04-13 Kyle Hale Change of hypercall semantics - rax no longer contains...
2012-04-09 Patrick G. Bridges Bug fix in new time code based on testing by Oscar
2012-04-04 Patrick G. Bridges Cleanup, simplification of the time managemnet, time...
2012-04-02 Patrick G. Bridges Minor cleanup of setup of RDTSC trapping initialization
2012-03-29 Patrick G. Bridges Fixed conditional yield frequency calculation in yield_...
2012-03-27 Patrick G. Bridges Updates to some debugging of time virtualization. Addin...
2012-02-24 Patrick G. Bridges More changed files
2012-02-23 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-02-23 Patrick G. Bridges More debugging of fixed-timekeeping change
2012-02-22 Peter Dinda Corrected EFER write handler for SVM + 64bit guest...
2012-02-17 Patrick G. Bridges Start at new guest time representaion
2012-02-10 Jack Lange fixes to allow stopping a paused guest
2012-02-10 Jack Lange initial simulation functionality
2012-02-09 Patrick G. Bridges Cleanup to start proper time dilation mechanisms
2012-02-09 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-02-09 Patrick G. Bridges Minor time fixes
2012-02-09 Jack Lange reassigned quix86 copyright
2012-02-08 Jack Lange bug fixes for quix86
2012-02-08 Alexander Kudryavtsev Integration of QUIX86 decoder libraries. Debug and...
2012-02-08 Jack Lange bug fix to check for illegal memory ranges
2012-02-08 Jack Lange bug fixes for VMX
2012-02-08 Jack Lange data type fixes
2012-02-08 Jack Lange increased amount of state included in exit log
2012-02-08 Jack Lange added a global machine type to determine machine archit...
2012-01-20 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-01-20 Peter Dinda More detailed error handling on msr writes
2012-01-20 Patrick G. Bridges Added VMX handler for the preempt timer so that we...
2012-01-20 Patrick G. Bridges MInor updates the VMX timeout scheduling
2012-01-17 Patrick G. Bridges Start at allowing setting the vmx schedule timeout
2012-01-12 Patrick G. Bridges Minor comment changes to documentation in vmm_time.c
2011-11-18 Jack Lange Clear guest memory to 0 at init time.
2011-11-17 Jack Lange fixes for unrestricted guest support
2011-11-17 Jack Lange updated variable types
2011-11-17 Jack Lange Fix to MSR save/restore handling to avoid VMX ABORT...
2011-11-16 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-11-15 Peter Dinda Assure that unhandled MSR reads get back zeros
2011-11-15 Peter Dinda Assure that unhandled IO reads get back zeros
2011-11-15 Peter Dinda Assure that cores start out in CORE_STOPPED state
2011-11-14 Jack Lange added bounds checking for bitmap updates
next