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.


HVM capability enhancement: asynchronous upcalls to ROS userspace
[palacios.git] / palacios / include /
2012-08-03 Peter Dinda APIC and CR8 changes for vector priorization vs TPR
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 host_pci passthrough PCI support
2012-07-27 Jack Lange enabled VMX exit hooks
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 initial implementation of hookable exits
2012-07-27 Peter Dinda Corrected vnet locking with irqsave/restore
2012-07-20 Kyle Hale add cleanup for Palacios extensions, add per-core data...
2012-07-20 Kyle Hale small fixes to swint code, add proper cleanup
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-18 Peter Dinda VNET Hypercall interface, implemented as a new stub...
2012-07-13 Peter Dinda Added ability to hook memory by access (no instruction...
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-07-07 Peter Dinda Updates to VNET. Most importantly, better yielding...
2012-07-07 Peter Dinda Make V3_Yield and V3_Yield_Timed macros globally visibl...
2012-06-20 Jack Lange added symbolic backtrace functionality
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-04 Kyle Hale Changes to GEARS core to allow for selective syscall...
2012-05-22 Patrick G. Bridges Added hypercall to read host TSC
2012-05-15 Patrick G. Bridges Added TSC passthrough specification to time handling
2012-04-27 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-26 Peter Dinda Implementation of host-driven rendering in graphics...
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 merge conflict in vmm_halt.c
2012-04-24 Jack Lange various fixes
2012-04-20 Patrick G. Bridges More work on time fixing/debugging
2012-04-20 Jack Lange removed mask flag from capability API, and clarified...
2012-04-20 Jack Lange reworked PCI bus implmentation -- moved to mask based...
2012-04-20 Jack Lange added ackable interrupts
2012-04-20 Jack Lange cleaned up IPI code in apic, and added IRQ ack callback...
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 Jack Lange added arch independent MSR storage
2012-04-13 Peter Dinda Add ability to write to gvas
2012-04-13 Peter Dinda Host hypercall interface implementation (Palacios-side)
2012-04-13 Kyle Hale New Gears Tools And Structure
2012-04-13 Kyle Hale Removal of old gears code in preparation for restructuring
2012-04-04 Patrick G. Bridges Cleanup, simplification of the time managemnet, time...
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-03-13 Lei Xia fix a minor bug when converting MAC string to hexs
2012-02-24 Patrick G. Bridges More changed files
2012-02-17 Patrick G. Bridges Start at new guest time representaion
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-08 Alexander Kudryavtsev Integration of QUIX86 decoder libraries. Debug and...
2012-02-08 Jack Lange bug fixes for VMX
2012-01-17 Patrick G. Bridges Start at allowing setting the vmx schedule timeout
2011-11-17 Jack Lange Fix to MSR save/restore handling to avoid VMX ABORT...
2011-11-11 Patrick G. Bridges Fixed up formatting of telemetry prints that work aroun...
2011-11-10 Patrick G. Bridges Split telemetry into global and per-core to avoid race...
2011-11-01 Jack Lange decoder fix for cut/paste bug in rm decoding
2011-11-01 Lei Xia Restructure of direct host network bridge.
2011-10-28 Jack Lange added ability to partially hook MSRs
2011-10-27 Jack Lange added directory creation to the file interface
2011-10-27 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-10-27 Jack Lange Now by default IO and MSR operations are dropped by...
2011-10-27 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-10-26 Kyle Hale Previous software interrupt support was added to Xed...
2011-10-20 Patrick G. Bridges Working on debugging time management/apic timer code.
2011-10-13 Lei Xia A minor fix for VNET
2011-10-11 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-10-03 Jack Lange checkpoint changes to get "reset to BIOS" working.
2011-09-23 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-09-22 Jack Lange exported functionality for vmcs flushing via vmcs_clear
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-16 Madhav Suresh added device checkpoint hooks
2011-09-16 Jack Lange hooking checkpoints into vmm execution
2011-09-16 Madhav Suresh hooked checkpoint code up to the linux module and added...
2011-09-16 Madhav Suresh core checkpoint import
2011-09-14 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-09-13 Jack Lange Added barrier locking to the core migration functionality
2011-09-12 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-09-09 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-09-09 Jack Lange more decoder fixes to handle incorrect long mode regist...
2011-09-09 Jack Lange decoder fixes
2011-09-08 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-09-08 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-09-08 Jack Lange updated virtio block device to partially handle non...
2011-09-06 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-08-26 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-26 Jack Lange packed structure fixes for gcc weirdness
2011-08-26 Jack Lange instruction emulator fixes
2011-08-24 Jack Lange removed obsolete MTRR extension that was in the wrong...
2011-08-18 Lei Xia Initial support for moving virtual cores among differen...
2011-08-18 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-08-18 Lei Xia change poll mode for each VNET device
2011-08-18 Lei Xia added missed while (0) in MACRO definition
2011-08-17 Jack Lange added virtio console, finished the stream interface...
2011-08-12 Jack Lange cleaned up VM run states and added pause state
2011-08-09 Peter Dinda keyed streams update: optional support for tagged...
next