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.


Minor compile warning fixup and error checks
[palacios.git] / palacios /
2013-08-28 Peter Dinda Checkpoint/Restore fixes
2013-08-28 Peter Dinda mptable no longer errors out if it doesn't find the...
2013-08-18 Peter Dinda Improved /proc/v3vee/v3-guests* output
2013-08-18 Peter Dinda Constraints in page allocation, and code changes to...
2013-08-07 Peter Dinda VM configuration attempts to roll back on failure
2013-08-04 Peter Dinda Add load-time configurable memory block size
2013-08-04 Jack Lange Enable barrier participation and core stop while in...
2013-08-04 Peter Dinda Mask hyperthreading CPUID bit
2013-08-04 Jack Lange Enable cores to be reset via INIT IPI
2013-08-04 Jack Lange updated host pci interface to support non-contiguous...
2013-08-04 Peter Dinda Further changes to support new non-contiguous memory...
2013-08-04 Jack Lange Added non-contiguous memory region support.
2013-08-04 Peter Dinda Minor tweaks and configuration comments for vmm_fw_cfg...
2013-08-04 Peter Dinda Allow selection of different BIOSes for the PC hardware...
2013-08-04 Alexander Kudryavtsev added high memory capacity to NVRAM memory space
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2013-08-04 Peter Dinda added NUMA interface files to pass NUMA layout between...
2013-08-04 Maciek Swiech quix86 instruction patches
2013-08-04 Alexander Kudryavtsev add FW_CFG interface implementation for SEABIOS
2013-08-02 Peter Dinda 8259A PIC obeys master ICW3 masking of the slave
2013-08-02 Peter Dinda Major rewrite of serial port device
2013-08-02 Peter Dinda Update to virtio console for new stream interface
2013-08-02 Peter Dinda Update to char_stream device for new stream interface...
2013-08-02 Peter Dinda Changes to stream interface to allow for flow control...
2013-08-02 Peter Dinda Fixes to interrupt (IRQ and VIRQ) injection logic:
2013-08-02 Peter Dinda Default yield policy is now friendly with a 10 ms timeout
2013-07-22 Peter Dinda 8259 PIC corrections and cleanup
2013-07-15 Peter Dinda Fallback to shadow paging if nested not supported or...
2013-07-15 Kyle Hale Add interface for power monitoring and telemetry option...
2013-05-28 Peter Dinda Lock bugfixes - missing lock deinits This also adds...
2013-05-28 Peter Dinda Memory alloction bugfix for vmm_events
2013-05-24 Maciek Swiech Checkpointing fixes
2013-05-06 Oscar Mondragon Add missing CPU mapper files
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
next