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.


12 years agoMerge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios...
Patrick G. Bridges [Tue, 18 Oct 2011 14:49:15 +0000]
Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

12 years agofix thread exit behavior to allow stopping of guests
Jack Lange [Fri, 7 Oct 2011 17:53:35 +0000]
fix thread exit behavior to allow stopping of guests

12 years agoCleaned up configuration of time management; most advanced time features are
Patrick G. Bridges [Fri, 7 Oct 2011 15:47:32 +0000]
Cleaned up configuration of time management; most advanced time features are
now marked as experimental. TSC offseting support is turned back on in svm.c and
vmx.c, but the offset should now always be zero unless time dilation support is
turned on (and it is currently broken).

12 years agoMerge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios...
Patrick G. Bridges [Fri, 7 Oct 2011 15:06:15 +0000]
Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

12 years agouserspace changes to break apart VM lifecycle management
Jack Lange [Tue, 4 Oct 2011 03:31:23 +0000]
userspace changes to break apart VM lifecycle management

12 years agoFix compile error in keyed stream for newer linux kernels
Patrick G. Bridges [Thu, 6 Oct 2011 20:34:06 +0000]
Fix compile error in keyed stream for newer linux kernels

12 years agoupdated host state serialization to handle core migration
Jack Lange [Thu, 6 Oct 2011 19:47:52 +0000]
updated host state serialization to handle core migration

12 years agoadded error check for configurations with replicated device IDs
Jack Lange [Tue, 20 Sep 2011 19:25:40 +0000]
added error check for configurations with replicated device IDs

12 years agocheckpoint changes to get "reset to BIOS" working.
Jack Lange [Tue, 20 Sep 2011 19:16:00 +0000]
checkpoint changes to get "reset to BIOS" working.

12 years agoMerge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios...
Patrick G. Bridges [Thu, 22 Sep 2011 18:57:46 +0000]
Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

12 years agoMerge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios...
Patrick G. Bridges [Thu, 22 Sep 2011 18:55:56 +0000]
Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

12 years agoMinor change to fix unused variable
Patrick G. Bridges [Thu, 22 Sep 2011 18:52:13 +0000]
Minor change to fix unused variable

12 years agoChanges to try to make time handling better. Also disabled TSC offsetting for now...
Patrick G. Bridges [Thu, 22 Sep 2011 18:50:53 +0000]
Changes to try to make time handling better. Also disabled TSC offsetting for now until the code is better debugged

12 years agoexported functionality for vmcs flushing via vmcs_clear
Jack Lange [Thu, 22 Sep 2011 16:54:21 +0000]
exported functionality for vmcs flushing via vmcs_clear

12 years agoremove old multithread reference
Jack Lange [Thu, 22 Sep 2011 16:50:54 +0000]
remove old multithread reference

12 years agoMerge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into...
Jack Lange [Thu, 22 Sep 2011 16:46:05 +0000]
Merge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoRemove non-multithreaded OS option. Change VM creation to be fully asynchronous....
Jack Lange [Tue, 13 Sep 2011 20:22:05 +0000]
Remove non-multithreaded OS option. Change VM creation to be fully asynchronous. Update host interface and linux module to match

12 years agomulticore fix for barrier
Jack Lange [Thu, 22 Sep 2011 15:50:28 +0000]
multicore fix for barrier

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Tue, 20 Sep 2011 23:02:49 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoSimple tools for analyzing palacios serial output file
Peter Dinda [Tue, 20 Sep 2011 23:02:19 +0000]
Simple tools for analyzing palacios serial output file
   - scan for unhandled ports
   - scan for guest rips and translate to guest function names

12 years agofix barrier hang w/ unitialized secondary cores
Jack Lange [Tue, 20 Sep 2011 19:40:31 +0000]
fix barrier hang w/ unitialized secondary cores

12 years agoadded missing pause/continue utilities
Jack Lange [Tue, 20 Sep 2011 20:57:35 +0000]
added missing pause/continue utilities

12 years agocheckpoint paging fix
Jack Lange [Mon, 19 Sep 2011 21:49:13 +0000]
checkpoint paging fix

12 years agoCorrected keyboard hook syntax for when 0x80 delay port intercept is turned on
Peter Dinda [Sat, 17 Sep 2011 00:02:45 +0000]
Corrected keyboard hook syntax for when 0x80 delay port intercept is turned on

12 years agofixed merge error
Jack Lange [Fri, 16 Sep 2011 23:30:23 +0000]
fixed merge error

12 years agoMerge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into...
Jack Lange [Fri, 16 Sep 2011 23:25:24 +0000]
Merge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoadded device checkpoints to core checkpoint framework
Madhav Suresh [Fri, 16 Sep 2011 23:11:55 +0000]
added device checkpoints to core checkpoint framework

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Fri, 16 Sep 2011 23:07:53 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoadded device checkpoint hooks
Madhav Suresh [Fri, 16 Sep 2011 22:59:58 +0000]
added device checkpoint hooks

12 years agohooking checkpoints into vmm execution
Jack Lange [Fri, 16 Sep 2011 21:50:07 +0000]
hooking checkpoints into vmm execution

12 years agokeyed stream interface fixes
Jack Lange [Fri, 16 Sep 2011 20:49:40 +0000]
keyed stream interface fixes

12 years agohooked checkpoint code up to the linux module and added user space tools
Madhav Suresh [Fri, 16 Sep 2011 20:36:31 +0000]
hooked checkpoint code up to the linux module and added user space tools

12 years agoadded module linker script for checkpoint code
Jack Lange [Fri, 16 Sep 2011 19:40:58 +0000]
added module linker script for checkpoint code

12 years agocore checkpoint import
Madhav Suresh [Fri, 16 Sep 2011 19:39:20 +0000]
core checkpoint import

12 years agoadded barrier sync point to vmx
Jack Lange [Fri, 16 Sep 2011 17:02:28 +0000]
added barrier sync point to vmx

12 years agostupid typo fix to the stream interface to prevent memory corruption
Jack Lange [Fri, 16 Sep 2011 16:32:54 +0000]
stupid typo fix to the stream interface to prevent memory corruption

12 years agoreworked VM stopping to avoid deallocation ordering issues
Jack Lange [Fri, 16 Sep 2011 16:28:23 +0000]
reworked VM stopping to avoid deallocation ordering issues

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Wed, 14 Sep 2011 22:15:03 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

Conflicts:

linux_usr/Makefile

12 years agoatapi bug fix
Jack Lange [Wed, 14 Sep 2011 18:32:57 +0000]
atapi bug fix

12 years agoMerge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into...
Jack Lange [Wed, 14 Sep 2011 16:33:31 +0000]
Merge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agovarious bug fixes to the block layer
Jack Lange [Wed, 14 Sep 2011 16:32:49 +0000]
various bug fixes to the block layer

12 years agoAdded barrier locking to the core migration functionality
Jack Lange [Tue, 13 Sep 2011 19:44:25 +0000]
Added barrier locking to the core migration functionality

12 years agoEnlarge serial buffer size to comply to line buffering of serial console
Lei Xia [Tue, 13 Sep 2011 15:15:03 +0000]
Enlarge serial buffer size to comply to line buffering of serial console

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Mon, 12 Sep 2011 20:48:27 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Fri, 9 Sep 2011 22:08:30 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agomore decoder fixes to handle incorrect long mode register decoding
Jack Lange [Fri, 9 Sep 2011 20:13:18 +0000]
more decoder fixes to handle incorrect long mode register decoding

12 years agomore decoder fixes for 'rep movsb' and 'rep stosb'
Jack Lange [Fri, 9 Sep 2011 17:30:10 +0000]
more decoder fixes for 'rep movsb' and 'rep stosb'

12 years agodecoder fixes
Jack Lange [Fri, 9 Sep 2011 05:27:11 +0000]
decoder fixes

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Thu, 8 Sep 2011 21:14:55 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoMerge Fix
Peter Dinda [Thu, 8 Sep 2011 21:14:16 +0000]
Merge Fix

12 years agoMerge fix
Peter Dinda [Thu, 8 Sep 2011 21:11:33 +0000]
Merge fix

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 8 Sep 2011 21:08:31 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 8 Sep 2011 20:56:42 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoupdated virtio block device to partially handle non-aligned IO requests
Jack Lange [Thu, 8 Sep 2011 19:05:35 +0000]
updated virtio block device to partially handle non-aligned IO requests

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 8 Sep 2011 17:57:36 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoMerge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into...
Jack Lange [Thu, 8 Sep 2011 17:38:41 +0000]
Merge branch 'devel' of newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoadded mechanism status ATAPI command
Jack Lange [Thu, 8 Sep 2011 17:38:08 +0000]
added mechanism status ATAPI command

12 years agofix large page bug with no memory hooks in place
Jack Lange [Thu, 8 Sep 2011 17:24:21 +0000]
fix large page bug with no memory hooks in place

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Fri, 2 Sep 2011 19:19:48 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agoadded null section place holder for extensions
Jack Lange [Fri, 2 Sep 2011 17:20:19 +0000]
added null section place holder for extensions

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 1 Sep 2011 15:30:07 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agovarious linux fixes
Jack Lange [Tue, 30 Aug 2011 19:57:55 +0000]
various linux fixes

12 years agodeinitialization fixes
Jack Lange [Tue, 30 Aug 2011 19:57:46 +0000]
deinitialization fixes

12 years agofixed memory offline utility to handle incorrectly marked removable blocks
Jack Lange [Tue, 30 Aug 2011 18:31:49 +0000]
fixed memory offline utility to handle incorrectly marked removable blocks

12 years agoadded scancode converting console
Jack Lange [Fri, 26 Aug 2011 20:21:29 +0000]
added scancode converting console

12 years agovarious minor bug fixes
Jack Lange [Fri, 26 Aug 2011 19:54:58 +0000]
various minor bug fixes

12 years agoremoved xml feature bloat and fixed memory deallocation bugs
Jack Lange [Fri, 26 Aug 2011 19:54:02 +0000]
removed xml feature bloat and fixed memory deallocation bugs

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Fri, 26 Aug 2011 01:57:44 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

Conflicts:

linux_usr/Makefile

12 years agobuild fixes for GCC 4.6.0
Jack Lange [Wed, 24 Aug 2011 19:21:51 +0000]
build fixes for GCC 4.6.0

12 years agoremove optimizations from build process
Jack Lange [Fri, 26 Aug 2011 01:38:14 +0000]
remove optimizations from build process

12 years agopacked structure fixes for gcc weirdness
Jack Lange [Thu, 25 Aug 2011 23:14:42 +0000]
packed structure fixes for gcc weirdness

12 years agoupdate headers
Jack Lange [Thu, 25 Aug 2011 23:11:12 +0000]
update headers

12 years agoupdate debugging info configuration
Jack Lange [Thu, 25 Aug 2011 23:10:04 +0000]
update debugging info configuration

12 years agoupdated NMI exit handler
Jack Lange [Thu, 25 Aug 2011 23:09:15 +0000]
updated NMI exit handler

12 years agoinstruction emulator fixes
Jack Lange [Thu, 25 Aug 2011 23:04:43 +0000]
instruction emulator fixes

12 years agoFirst cut at changes to enhance/fix machine check injection extension
Patrick G. Bridges [Fri, 26 Aug 2011 00:49:34 +0000]
First cut at changes to enhance/fix machine check injection extension

12 years agoremoved obsolete MTRR extension that was in the wrong place
Jack Lange [Wed, 24 Aug 2011 19:45:50 +0000]
removed obsolete MTRR extension that was in the wrong place
this was causing an initialization error

12 years agoMerge branch 'devel' of ssh://newskysaw.cs.northwestern.edu//home/palacios/palacios...
Jack Lange [Fri, 19 Aug 2011 00:10:27 +0000]
Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu//home/palacios/palacios into devel

12 years agoadded checking for disabled PIIX3 interupt routing registers
Jack Lange [Thu, 18 Aug 2011 23:46:45 +0000]
added checking for disabled PIIX3 interupt routing registers

12 years agoInitial support for moving virtual cores among different physical CPUs
Lei Xia [Thu, 18 Aug 2011 17:51:50 +0000]
Initial support for moving virtual cores among different physical CPUs
To move a virtual core, use "v3_core_move /dev/v3-vm# vcore_id pcore_id"

12 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 18 Aug 2011 03:40:01 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

12 years agochange poll mode for each VNET device
Lei Xia [Thu, 18 Aug 2011 03:38:58 +0000]
change poll mode for each VNET device
remove VNET global queue for packet forwarding, instead, each frontend device
that uses VNET as backend packet forward should maintain its own separate queue,
and provides poll callback function for VNET.

12 years agoadd debug configure option for virtual serial
Lei Xia [Thu, 18 Aug 2011 03:03:10 +0000]
add debug configure option for virtual serial

12 years agoadded missed while (0) in MACRO definition
Lei Xia [Thu, 18 Aug 2011 03:02:36 +0000]
added missed while (0) in MACRO definition

12 years agoFix virtual serial to use stream backend access
Lei Xia [Thu, 18 Aug 2011 02:53:46 +0000]
Fix virtual serial to use stream backend access

12 years agoadded virtio console, finished the stream interface implementation, added v3_stream...
Jack Lange [Wed, 17 Aug 2011 18:23:46 +0000]
added virtio console, finished the stream interface implementation, added v3_stream user utility

12 years agoadded O_RDWR flag to console file descriptor to allow keyboard input
Jack Lange [Tue, 16 Aug 2011 23:33:41 +0000]
added O_RDWR flag to console file descriptor to allow keyboard input

12 years agoadded basic caching MTRR extension.
Jack Lange [Sat, 13 Aug 2011 20:34:06 +0000]
added basic caching MTRR extension.

12 years agoadded memory unhooking error checking to fix CGA deinit crash
Jack Lange [Tue, 16 Aug 2011 23:41:39 +0000]
added memory unhooking error checking to fix CGA deinit crash

12 years agopalacios_alloc() patch
Kevin Pedretti [Fri, 12 Aug 2011 17:39:13 +0000]
palacios_alloc() patch

12 years agocleaned up VM run states and added pause state
Jack Lange [Fri, 12 Aug 2011 15:16:42 +0000]
cleaned up VM run states and added pause state

12 years agoMerge branch 'devel' of ssh://newskysaw.cs.northwestern.edu//home/palacios/palacios...
Jack Lange [Thu, 11 Aug 2011 17:16:04 +0000]
Merge branch 'devel' of ssh://newskysaw.cs.northwestern.edu//home/palacios/palacios into devel

12 years agofixed missing EFER SVME bug
Jack Lange [Thu, 11 Aug 2011 17:15:05 +0000]
fixed missing EFER SVME bug

12 years agoadded barrier synchronization and integrated it with pause/continue functionality
Jack Lange [Fri, 29 Jul 2011 22:57:39 +0000]
added barrier synchronization and integrated it with pause/continue functionality

12 years agoVMX bug fix - get EPT capabilities only if EPT is supported on the machine
Peter Dinda [Thu, 28 Jul 2011 23:49:50 +0000]
VMX bug fix - get EPT capabilities only if EPT is supported on the machine

12 years agoUser-space keyed stream functionality (wrapper, example, file-based impl)
Peter Dinda [Mon, 25 Jul 2011 01:07:31 +0000]
User-space keyed stream functionality (wrapper, example, file-based impl)

12 years agoCleanups and bug fixing for user-space keyed stream support
Peter Dinda [Mon, 25 Jul 2011 01:05:50 +0000]
Cleanups and bug fixing for user-space keyed stream support

12 years agoInitial integration and reimplementation of user-space interface for keyed streams
Clint Sbisa [Sat, 23 Jul 2011 00:06:53 +0000]
Initial integration and reimplementation of user-space interface for keyed streams

Rewrite and integration by Peter Dinda <pdinda@northwestern.edu>

12 years agoPreallocation in keyed stream interface + bug fixes
Peter Dinda [Mon, 18 Jul 2011 21:52:48 +0000]
Preallocation in keyed stream interface + bug fixes

- Now correctly allocates space for keys as well as values

12 years agoExtended keyed stream interface to include preallocation
Peter Dinda [Mon, 18 Jul 2011 21:51:49 +0000]
Extended keyed stream interface to include preallocation