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.


Final changes to paging configuration format. Nested and shadow paging
[palacios.git] / palacios / src / palacios / vmm_config.c
2010-07-30 Patrick Bridges Final changes to paging configuration format. Nested...
2010-07-29 Patrick Bridges Fixed nested paging to work again, minor change to...
2010-07-29 Patrick Bridges Fixed stupid branch check, added more preconfig error...
2010-07-29 Patrick Bridges Debugged changes to make shadow and nested paging confi...
2010-07-29 Patrick Bridges Merge branch 'devel' of ssh://bridges@newskysaw.cs...
2010-07-27 Patrick Bridges Fixed up configuration support for nested/shadow paging
2010-07-10 Peter Dinda Implemented SMP, still not functional
2010-07-07 Peter Dinda Partially functional Intel MP table support
2010-05-25 Jack Lange reverted CPU id patch
2010-05-22 Lei Xia Add fix to the guest cores config, for multiple guests...
2010-02-06 Jack Lange reorganization of the symbiotic infrastructure
2010-02-04 Jack Lange New Shadow paging implementation to allow pluggable...
2010-02-03 Jack Lange Moved guest initialization to vm_guest.c, added guest_i...
2010-01-16 Jack Lange telemetry fixes
2010-01-15 Jack Lange added per core memory map support
2010-01-15 Jack Lange moved vmx/svm arch maps to global setup
2010-01-15 Jack Lange fixes for single core guest on multicore capable systeM
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-03 Jack Lange major VMX update
2009-12-01 Jack Lange integrated new configuration system
2009-11-26 Jack Lange various changes...
2009-10-30 Jack Lange made symbiotic intialization compile time configurable
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-18 Jack Lange added cpuid hooking
2009-09-14 Jack Lange added symbiotic interface
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-04 Jack Lange hardware multicore support
2009-08-27 Steven Jaconette From 294306ec5026ea691a4f1380598114688b061c99 Mon Sep...
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-19 Jack Lange symbiotic swap implementation (unsafe for kernel pages)
2009-08-17 Steven Jaconette fix video device configuration
2009-08-17 Steven Jaconette Virtual Console
2009-08-14 Jack Lange more configuration fixes
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 added symbiotic virtio device
2009-08-11 Jack Lange added yield functionality
2009-08-07 Jack Lange added yield functionality
2009-08-04 Jack Lange added virtio balloon device, currently discards free...
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-30 Jack Lange virtio updates
2009-07-29 Jack Lange updates to virtio device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-08 Jack Lange changed configuration structure for block devices
2009-06-05 Jack Lange added net_cd configuration support
2009-05-22 Jack Lange separated configuration to 2 phases pre/post
2009-04-24 Jack Lange I think I might have fixed the SHUTDOWN bug...
2009-04-23 Jack Lange fixed exception initialization bug
2009-04-23 Jack Lange updated the configuration/init process
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-09 Jack Lange functional DMA reads for IDE disks
2009-04-08 Jack Lange updates to the PCI configuration for the southbridge...
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-04-06 Jack Lange huge update for merge
2009-04-03 Jack Lange Added intial cut at IDE disk support
2009-03-31 Jack Lange Merge branch 'devel' into ide
2009-03-31 Jack Lange made pci default for IDE device
2009-03-25 Jack Lange first cut at nested paging
2009-03-18 Jack Lange added atapi identify and command port handler
2009-03-18 Jack Lange initial commit of IDE layer
2009-03-14 Jack Lange it helps if we don't confuse PCI with the PIC...
2009-03-14 Jack Lange PCI in progress, so only attach PCI if we are debugging...
2009-03-14 Jack Lange PCI updates
2009-03-10 Jack Lange added seastar memory mapping
2009-03-04 Jack Lange fixed a number of bugs due to the update
2009-03-03 Jack Lange reformatting of the source files
2009-02-24 Jack Lange turned off VGA hooks
2009-02-23 Jack Lange added stos instruction to the emulator
2009-02-19 Jack Lange added configurable memory sizes
2009-02-16 Jack Lange added hypercall registration and handler
2009-02-13 Jack Lange fixed ioapic bug
2009-02-13 Jack Lange IO APIC implementation
2009-02-10 Jack Lange .....
2009-02-10 Jack Lange timer fixes
2009-02-06 Jack Lange cleaned up emulation interface
2009-02-06 Jack Lange added APIC device
2009-02-05 Jack Lange 64 bit guests initially supported
2009-01-29 Jack Lange some fixes for profiling
2009-01-29 Jack Lange added profiling support
2009-01-28 Jack Lange changed shadow memory map to use Red Black Tree
2009-01-28 Jack Lange changed the io_map implementation to use red-black...
2009-01-25 Jack Lange working instruction emulation
2008-10-30 Jack Lange added mem_size config variable
2008-10-27 Jack Lange added MSR hook framework
2008-10-22 Jack Lange fixed all the printf style warnings/errors
2008-10-21 Jack Lange updated to use pa_to_va address conversion
2008-10-21 Jack Lange changed bios configuration method
2008-10-16 Jack Lange more namespace changes
2008-10-16 Jack Lange large scale namespace changes
2008-10-16 Jack Lange moved bochs debug facilities to a virtual device
2008-10-15 Jack Lange tried to reduce compiler warnings, and cut down on...
2008-10-15 Jack Lange updated devices to use new host event interface
2008-10-14 Jack Lange General fixes and clean up
2008-10-10 Jack Lange reworked the interrupt injection to be guest specific
2008-10-07 Jack Lange added a configuration structure for the binary inputs...
2008-10-03 Jack Lange added new copyright and license
2008-10-02 Jack Lange added functioning ramdisk, makefile support
2008-10-02 Jack Lange reworked ramdisk now compiles, not tested
2008-09-30 Jack Lange reworked the generic device to handle run time configur...
next