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.


Visualization and stats scripts for memory access tracking
[palacios.git] / palacios /
2013-05-06 Oscar Mondragon Add CPU mapper extension and fix to scheduler for time...
2013-04-25 Peter Dinda Host PCI with selective privilege (can dynamically...
2013-04-24 Kyle Hale Add guarded module infrastructure
2013-04-12 Brian Ambielli Mouse functionality and cleanup
2013-04-12 Peter Dinda Revised mouse-related host events, graphics console...
2013-03-22 Peter Dinda Paravirtualized graphics device
2013-03-22 Brian Ambielli Correct irq behavior for mouse
2013-03-22 Peter Dinda PCI bugfix for passthrough bars
2013-03-18 Peter Dinda Checkpointing and migration now support options, the...
2013-03-01 Peter Dinda Removal of debugging crud
2013-03-01 Peter Dinda Corrected UCPI and UMPL estimation in PMU telemetry
2013-02-25 Oscar null check in host_sched_yield
2013-02-24 Peter Dinda Corrected PCI printdebug errors
2013-02-24 Peter Dinda Correct scheduler startup when no option given
2013-02-21 Peter Dinda PMU-based telemetry extension to monitor guest and...
2013-02-21 Chang Bae PMU Host Interface and initial implementation for Linux...
2013-02-21 Peter Dinda Range-based invalidation for nested and direct paging...
2013-02-21 Patrick G. Bridges Use passed in options to set scheduler
2013-02-20 Patrick G. Bridges Fix for option processing
2013-02-20 Patrick G. Bridges Added missed Makefile update for option handling
2013-02-20 Patrick G. Bridges Split global option processing code into a separate...
2013-02-20 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2013-02-19 Chang Bae Fixed major palacios barrier implementation error with...
2013-02-19 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2013-02-19 Patrick G. Bridges Added null check to option processing call.
2013-02-14 Patrick G. Bridges Correction of scheduler registration check
2013-02-11 Patrick G. Bridges Added first cut at options processing for the palacios...
2013-02-11 Oscar Mondragon remove extraneous dos linefeeds from scheduling files
2013-02-11 Oscar Mondragon Update of scheduling infrastructure and newest version...
2013-02-11 Patrick G. Bridges Copyright header corrections to scheduler interface
2013-02-06 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2013-02-06 Oscar Mondragon Commented in scheduler call previously commented out.
2013-02-06 Kyle Hale bugfix: memory region is now removed from hook table...
2013-02-06 Oscar Mondragon Initial commit of new scheduling infrastructure. The...
2013-02-05 Patrick G. Bridges Added missed extension include update
2013-02-05 Patrick G. Bridges Added global initialization hook for extensions to...
2013-02-04 Alexander Kudryavtsev Added proper updated quix86 libraries that had been...
2013-01-27 Alexander Kudryavtsev Updated quix86 patch from Alexander. With latest versio...
2013-01-25 Patrick G. Bridges Updated quix86 patch from Alexander. With latest versio...
2013-01-01 Peter Dinda Additional error checking / output for failing memory...
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-12-27 Madhav Suresh Explictly tags in saves for PIT, APIC, IOAPIC, SVM...
2012-12-26 Madhav Suresh Checkpointing of serial devices
2012-12-26 Peter Dinda Devices updated for revised checkpoint interface
2012-12-26 Peter Dinda Device manager updated with extended save/load model...
2012-12-26 Peter Dinda Update svm and vmx checkpoint functionality to new...
2012-12-26 Peter Dinda Implementation of revised checkpoint/migrate interface...
2012-12-26 Peter Dinda New keyed stream interface
2012-10-26 Kevin Pedretti V3_Yield_Timed(usec) was renamed V3_Sleep(usec)
2012-09-24 Jack Lange add correct caching behavior to VMX EPT environments
2012-09-24 Jack Lange update CPUID to disable unsupported features (MTRRS...
2012-09-24 Jack Lange correctly handle NMI exits on VMX architectures
2012-09-21 Patrick G. Bridges Added updated sleep/wakeup functionality
2012-09-10 Peter Dinda Added functionality for MONITOR and MWAIT instructions...
2012-08-17 Peter Dinda Cleaner handling of tx kick threads in vnet core
2012-08-17 Peter Dinda Disallow startup with shadow paging + memory region...
2012-08-17 Peter Dinda filedisk XML configuration language tweak
2012-08-17 Peter Dinda Virtio NIC's guest-driven, vmm-driven, or adaptive...
2012-08-09 Peter Dinda Configurable yielding strategies in VNET bridge thread...
2012-08-09 Peter Dinda Halt handling uses global performance parameters to...
2012-08-09 Peter Dinda Configuration of global performance parameters
2012-08-06 Peter Dinda Enhancements to VNET and to halting:
2012-08-05 Kyle Hale Support for new Palacios image file format (Version 1)
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 added 64bit bar support to passthrough PCI
2012-07-27 Jack Lange added vmware paravirtual extension
2012-07-27 Jack Lange added error check to 8259
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 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-27 Peter Dinda Corrected vnet locking with irqsave/restore
2012-07-27 Peter Dinda APIC checks enabled register on irr scan
2012-07-27 Peter Dinda Missing file
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-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
next