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.


integrated new configuration system
[palacios.git] / palacios / include / palacios /
2009-12-01 Jack Lange integrated new configuration system
2009-11-26 Jack Lange various changes...
2009-11-17 Jack Lange interface updates
2009-11-17 Jack Lange added xml parser for configuration
2009-11-16 Lei Xia Move vnet code to src/palacios
2009-11-06 Jack Lange added simplistic page table cache
2009-10-30 Jack Lange symbiotic fixups
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
2009-10-02 Jack Lange added symbiotic interface
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-18 Jack Lange register assignment fix
2009-09-18 Jack Lange added cpuid hooking
2009-09-14 Jack Lange added symbiotic interface
2009-09-14 Jack Lange updated msr map to allow early hooking
2009-09-14 Jack Lange updated io map to allow early hooking
2009-09-14 Jack Lange added for_each macro to redblack tree
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-04 Jack Lange hardware multicore support
2009-09-01 Jack Lange added cpu interruption interface
2009-09-01 Jack Lange modified interrupt interface to pass guest_info pointer
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-24 Jack Lange telemetry updates
2009-08-21 Jack Lange added symbiotic swap telemetry data
2009-08-21 Jack Lange minor cleanup to vmxassist context code
2009-08-21 Jack Lange added palacios MACROs
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-21 Jack Lange cleanup of debugging functions
2009-08-19 Jack Lange symbiotic swap implementation (unsafe for kernel pages)
2009-08-17 Jack Lange initial checkin of symbiotic swap interface
2009-08-14 Jack Lange added initial symbiotic swapping framework
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-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 added yield functionality
2009-08-10 Andy Gocke Added shadow page handling, IO and MSR bitmap allocatio...
2009-08-07 Jack Lange added yield functionality
2009-08-06 Andy Gocke Latest VMX work that still has bug in guest state causi...
2009-08-04 Andy Gocke Succesfully launches and jumps into the exit handler...
2009-07-29 Andy Gocke Completed preliminary host and guest state structure...
2009-07-25 Jack Lange Update to the device framework.
2009-07-25 Jack Lange formatting fixes
2009-07-24 Jack Lange removed a lot of pointless stuff from the device manager
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-20 Jack Lange added alignment to vmxon pointer
2009-07-20 Andy Gocke vmx_patch4
2009-07-16 Jack Lange updates to vmcs utility functions
2009-07-16 Jack Lange updated VMCS field names
2009-07-16 Andy Gocke VMX patch series, compilation enabled
2009-07-15 Jack Lange fixed CPUID codes for SVM
2009-07-15 Andy Gogke Additional VMX support. Bootstrapping code added.
2009-07-14 Jack Lange fixed operand size issue in string emulation (16 bit...
2009-07-13 Andy Gocke vmx refactoring
2009-07-08 Jack Lange changed configuration structure for block devices
2009-06-30 Andy Gocke Rewrote /include/vmx_lowlevel.h to include all the...
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-10 Jack Lange cleanup of vmcb structs and names
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
2009-05-22 Jack Lange separated configuration to 2 phases pre/post
2009-05-22 Jack Lange removed unused keyboard event interface
2009-04-26 Jack Lange removed unused msrs
2009-04-26 Jack Lange moved guest_efer from top level guest_info to the shado...
2009-04-26 Jack Lange updated IO and MSRs to allow hooking/unhooking dynamic...
2009-04-24 Jack Lange Ok. One more time. Please, please, please let this...
2009-04-23 Jack Lange added host cpu type function
2009-04-23 Jack Lange changed inline functions to static
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-04-23 Jack Lange typedef name changes
2009-04-23 Jack Lange added memory unhooking function
2009-04-23 Jack Lange updated the configuration/init process
2009-04-20 Jack Lange added support for memory remapping
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-04-14 Jack Lange removed floating poing operations from hashtable, load...
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-03-25 Jack Lange first cut at nested paging
2009-03-20 Jack Lange moved exception tracking out of the interrupt state...
2009-03-18 Jack Lange removed segment regs
2009-03-16 Jack Lange added checks to only mark interrupts as taken if SVM...
2009-03-16 Jack Lange added irq acking
2009-03-08 Jack Lange added correct gpr size mask for long compatibility...
2009-03-08 Jack Lange added argument to thread create hook
2009-03-04 Jack Lange added kernel thread hook
2009-03-04 Jack Lange fixed a number of bugs due to the update
2009-03-03 Jack Lange reformatting include files
2009-03-03 Lei Xia Add Virtual PCI and Virtual NIC
2009-03-03 Jack Lange changed V3_SOCK to int, and updated the sock_set types...
next