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.


palacios.git
2015-09-27 Peter Dinda HVM capability enhancement: asynchronous upcalls to...
2015-09-27 Kyle Hale Linux compatibility fixes
2015-09-20 Peter Dinda Correct VM deallocation on fail before nested paging...
2015-09-17 Peter Dinda HRT image replacement from ROS application
2015-09-09 Peter Dinda Added missing HVM reset function to Linux library...
2015-09-09 Peter Dinda Linux guest user library and test application for ROS...
2015-09-09 Kyle Hale update outdated CR4 definitions
2015-09-09 Kyle Hale fix potential overflow condition in VMX assist
2015-09-08 Peter Dinda HVM support for forwarding events to ROS
2015-09-08 Peter Dinda More init checks to allow graceful fail out when VM...
2015-09-07 Peter Dinda Minor tweak to fix handling of extensions without initi...
2015-09-01 Peter Dinda Cleanup and sanity-checking of assorted additional...
2015-09-01 Peter Dinda Cleanup and sanity-checking of unintentional integer...
2015-09-01 Peter Dinda Cleanup and sanity-checking of endianness, dead code...
2015-09-01 Peter Dinda Cleanup and sanity-checking of switch issues, negative...
2015-09-01 Peter Dinda Cleanup and sanity-checking of integer overflow, null...
2015-09-01 Peter Dinda Cleanup and sanity-checking of explicit null derefs...
2015-09-01 Peter Dinda Cleanup and sanity-checking of divide-by-zero and float...
2015-09-01 Peter Dinda Cleanup and sanity-checking of before/after null-check...
2015-08-31 Peter Dinda Cleanup and sanity-checking of OOB accesses and pointer...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2015-08-31 Peter Dinda Assorted cleanup of memory-related user-level stuff
2015-08-31 Peter Dinda Cache partitioning support
2015-08-31 Peter Dinda Implementation of resource control host os interface...
2015-08-31 Peter Dinda Resource control extensions to host OS interface
2015-08-31 Kyle Hale multiboot memory header corrections
2015-08-03 Peter Dinda HVM synchronous operation facility
2015-08-03 Peter Dinda Removal of debugging code from halt code
2015-08-02 Peter Dinda Minor fix
2015-08-02 Peter Dinda HVM capability enhancments
2015-08-02 Peter Dinda IDE/ATAPI bug fix - allow sense and other requests...
2015-08-02 Peter Dinda Have unregistered hypercalls fail to guest
2015-08-02 Peter Dinda Leave a HLT on exception injection
2015-08-02 Peter Dinda Avoid physical/virtual contiguity assumptions using...
2015-08-02 Peter Dinda SVM Bug Fixes and Enhancements (Missing changed file)
2015-08-02 Peter Dinda Deallocation bug fix in device manager to allow backing...
2015-08-02 Peter Dinda SVM Bug Fixes and Enhancements
2015-07-13 Peter Dinda Cache information interface and implementation for...
2015-07-12 Peter Dinda Cleanup of linkage issues for non-Linux hosts
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Core)
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Devices and Extensions)
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (VNET)
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (GEARS)
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (GEARS)
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Linux module and user)
2015-06-29 Peter Dinda Debugging output changes to pci_front
2015-06-29 Peter Dinda Expose HVM state to host + Linux host /proc additions...
2015-06-29 Peter Dinda VM Reset Bugfixes
2015-06-23 William Gross... Minor cleanup (eliminate dead code, correct errno return)
2015-06-23 William Gross... Device File Virtualization Proof of Concept (Host Shado...
2015-06-23 Akhil Guliani... Device File Virtualization Proof of Concept (Kernel...
2015-06-19 Peter Dinda Minor bugfix
2015-06-18 Peter Dinda Multiboot and HVM reset integrated into VMX
2015-06-18 Peter Dinda Expose VM reset capability to Linux and Linux user
2015-06-18 Peter Dinda VM reset from keyboard controller
2015-06-18 Peter Dinda VM reset capability
2015-06-18 Peter Dinda SVM reset capability + integration with multiboot+hvm...
2015-06-18 Peter Dinda HVM enhancements
2015-06-18 Peter Dinda Multiboot enhancements
2015-06-18 Peter Dinda Detailed segmentation output from v3_debug
2015-06-18 Peter Dinda Guest mem gpa/gva memset functions
2015-06-18 Peter Dinda Factoring of BIOS setup so that it can be reused during...
2015-06-18 Peter Dinda Subset barrier support (counting barriers)
2015-06-18 Peter Dinda SEABIOS updates to support reset and to simplify
2015-06-18 Peter Dinda Disallow symbiotic functionality unless a compatible...
2015-06-14 Peter Dinda Avoid strict-aliasing related issues when compiling...
2015-06-09 Peter Dinda APIC bug fixes and cleanup
2015-06-08 Peter Dinda pci_front bugfix - do not propagate cmd reg write twice
2015-05-19 Peter Dinda Ability to add remappable roms for pci front-end devices.
2015-05-19 Peter Dinda Cleanup of locking in host device interface
2015-05-19 Peter Dinda Addition of basic multiboot functionality plus refactor...
2015-04-28 Peter Dinda Minor compile warning fixup and error checks
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...
2015-04-01 Yang Yang and... QCOW2 block storage backend for Palacios
2015-04-01 Peter Dinda Minor tweak to fix accidental new feature leak
2015-03-25 Peter Dinda Typo fix
2015-03-25 Peter Dinda Basic HRT startup for HVM, plus assorted cleanup
2015-03-23 Peter Dinda Support HVM partitioning for APICs
2015-03-23 Peter Dinda HVM configuration logic (create mptables, acpi tables...
2015-03-23 Peter Dinda Add HVM configuration capability, init/deinit, etc
2015-03-23 Peter Dinda HVM updates to support apic partitioning
2015-03-22 Peter Dinda Basic HVM data structures and functions
2015-03-22 Peter Dinda Use page allocation for base memory region array
2015-03-12 Peter Dinda Add proper cleanup for a nested VMX guest This also...
2015-03-05 Peter Dinda IDE/ATA enhancements and bug-fixing: DMA operation
2015-03-05 Peter Dinda PCI Fix: do not let buggy guest turn off I/O bit in...
2015-03-04 Peter Dinda IDE/ATA enhancements: read/write multiple, lba48 addres...
2015-03-04 Peter Dinda IDE / ATA rewrites (1st step)
2014-12-29 Kyle Hale FPU stub change to support more recent kernels
2014-12-22 Kyle Hale Missing user space library
2014-12-22 Peter Dinda Userspace tool compile fix
2014-10-09 Maciek Swiech More debugging output (APIC, LDT, etc)
2014-10-09 Maciek Swiech Added guest GDT and IDT printing
2014-09-21 Peter Dinda Revert mistakenly overwritten lazy FP change (no functi...
2014-09-11 Peter Dinda Initial cut at handling configuration of qemu devices
2014-09-11 Kyle Hale add ability to load custom BIOS ROMs.
2014-09-11 Kyle Hale add userspace shared library for QEMU use
2014-09-11 Kyle Hale changes and fixes to support QEMU integration with...
2014-09-11 Kyle Hale prevent oops in generic device when port mode not corre...
next