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
2009-08-13 Andy Gocke Succesful transition to vmxassist, then to the bios...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-13 Jack Lange Ported palacios to Kbuild
2009-08-12 Jack Lange added linux swap header
2009-08-12 Jack Lange added symbiotic swap check to shadow paging
2009-08-11 Jack Lange added symbiotic virtio device
2009-08-11 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw//home...
2009-08-11 Jack Lange reworked the interrupt handling to streamline things...
2009-08-11 Jack Lange improved debugging
2009-08-11 Jack Lange minor changes to yields to avoid guest lock ups due...
2009-08-11 Jack Lange hacked in PCI IO port auto assignment because our BIOS...
2009-08-11 Jack Lange improved debugging output
2009-08-11 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-08-11 Jack Lange build fix
2009-08-11 Jack Lange remove debugging output from yield
2009-08-11 Jack Lange added yield functionality
2009-08-11 Jack Lange fixes for the virtio block device
2009-08-11 Jack Lange fixed lowlevel svm save/restore register macro
2009-08-10 Andy Gocke Added shadow page handling, IO and MSR bitmap allocatio...
2009-08-07 Jack Lange remove debugging output from yield
2009-08-07 Jack Lange added yield functionality
2009-08-07 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw//home...
2009-08-07 Jack Lange fixes for the virtio block device
2009-08-06 Andy Gocke Latest VMX work that still has bug in guest state causi...
2009-08-05 Jack Lange added vmxassist binary
2009-08-05 Jack Lange added vmxassist to fix build
2009-08-04 Andy Gocke Succesfully launches and jumps into the exit handler...
2009-08-04 Jack Lange bug fixes for virtio block device
2009-08-04 Jack Lange added virtio balloon device, currently discards free...
2009-08-01 Jack Lange functional virtio block device
2009-08-01 Jack Lange added PCI irq lower function hook and added southbridge...
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-31 Jack Lange updated pci irq support to properly route intr_pins...
2009-07-30 Jack Lange build fixes
2009-07-30 Jack Lange virtio updates
2009-07-29 Andy Gocke Completed preliminary host and guest state structure...
2009-07-29 Jack Lange updates to virtio device framework
2009-07-29 Jack Lange more updates of devices to new device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-25 Jack Lange formatting fixes
2009-07-24 Jack Lange fixed build error due to xed requiring stddef.h
2009-07-24 Jack Lange removed a lot of pointless stuff from the device manager
2009-07-24 Jack Lange removed unused device resources from generic
2009-07-24 Jack Lange changed hashtable functions to match Palacios naming...
2009-07-24 Jack Lange added sprintf to build and reworked type system to...
2009-07-24 Jack Lange added sprintf implementation from FreeBSD
2009-07-23 Jack Lange added initial VirtIO and symbiotic swap devices
2009-07-23 Andy Gocke vmx_patch5
2009-07-23 Jack Lange probably should include the header file.... mmmph...
2009-07-23 Jack Lange added PCI subclass and class codes to clear up the...
2009-07-20 Jack Lange added alignment to vmxon pointer
2009-07-20 Andy Gocke vmx_patch4
2009-07-20 Jack Lange fixed allocation hook
2009-07-16 Jack Lange fixed iteration count for string operations
2009-07-16 Jack Lange updates to vmcs utility functions
2009-07-16 Jack Lange updated VMCS field names
2009-07-16 Jack Lange fixed build error
2009-07-16 Andy Gocke VMX patch series, compilation enabled
2009-07-15 Jack Lange fixed CPUID codes for SVM
2009-07-15 Jack Lange added host state serialization
2009-07-15 Andy Gogke Additional VMX support. Bootstrapping code added.
2009-07-15 Jack Lange change cpu mode detection to dynamic lookup
2009-07-14 Jack Lange fixed string rcx size error
2009-07-14 Jack Lange fixed operand size issue in string emulation (16 bit...
2009-07-13 Jack Lange fix for REAL mode segments in memory operand decoder
2009-07-13 Andy Gocke vmx refactoring
2009-07-10 Jack Lange major reworking of the keyboard implementation.
2009-07-10 Jack Lange fixed null memory list bug in print_shadow_map
2009-07-08 Jack Lange changed configuration structure for block devices
2009-07-08 Jack Lange added network harddisk support
2009-07-08 Jack Lange added disk support to the nbd server
2009-07-01 Jack Lange added more ATAPI commands and debugging to ide layer
2009-06-30 Andy Gocke Rewrote /include/vmx_lowlevel.h to include all the...
2009-06-26 Jack Lange notification test
2009-06-26 Jack Lange email notification test 3
2009-06-26 Jack Lange email notification test 2
2009-06-26 Jack Lange email notification test
2009-06-26 Jack Lange enabled debug mask
2009-06-26 Jack Lange removed incorrect comment
2009-06-26 Jack Lange temporarily add backup version of vmx.c
2009-06-26 Jack Lange more cleanup
2009-06-26 Jack Lange cleanup
2009-06-26 Jack Lange addd vmx_handler files
2009-06-26 Jack Lange added single step emulator files
2009-06-26 Jack Lange added lowlevel header file for VMX
2009-06-25 Jack Lange added locking to interrupt subsystem
2009-06-24 Jack Lange first cut at cleaning up the VMX mess
2009-06-23 Jack Lange added ATAPI inquiry command
2009-06-23 Jack Lange removed GeekOS specific debug message
2009-06-17 Jack Lange added vmsave/vmload latency measurementS
2009-06-13 Jack Lange added nodelay option
2009-06-13 Jack Lange fixed crash issue due to inproperly saving host state
2009-06-13 Jack Lange added locking operations to devices interfacing with...
2009-06-10 Jack Lange cleanup of vmcb structs and names
2009-06-05 Jack Lange added net_cd configuration support
2009-06-05 Jack Lange moved to centralized state dump
2009-06-05 Jack Lange added char utilities
2009-06-05 Jack Lange added utility socket functions
2009-06-05 Jack Lange include prototype for guest state dump
2009-06-05 Jack Lange added locking primitives
next