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
2010-10-25 Patrick G.... Minor changes to debugging, change to Makefile to suppo...
2010-10-21 Patrick G.... More minor fixes on time keeping. VMM clock now appears...
2010-10-20 Patrick G.... More minor updates for handling time. Virtually slower...
2010-10-20 Patrick G.... Attempts to support virutally slower processors - broken!
2010-10-20 Patrick G.... Minor cleanups on time handling.
2010-10-19 Patrick G.... Merge branch 'devel' into timer_control
2010-10-19 Patrick G.... Minor compile fix.
2010-10-19 Patrick G.... Fixed merge of apic.c
2010-10-19 Patrick G.... More updates getting basic version of time handling...
2010-10-19 Jack Lange remove debugging
2010-10-19 Jack Lange large page changes
2010-10-18 Patrick G.... Still working on timer updates, heading towards being...
2010-10-14 Patrick G.... Removed destination format (i.e. clustered logical...
2010-10-12 Patrick G.... Fixed ioapic bug that caused interrupt routing entries...
2010-10-10 Lei Xia Remove the old vnet header file from include/device
2010-10-07 Jack Lange 32 bit compatibility fix
2010-10-06 Peter Dinda v3_start_guest now exhibits the former behavior when
2010-10-06 Patrick G.... Added more error checking from on what is returned...
2010-10-06 Jack Lange filedisk fixes
2010-10-06 Jack Lange linux fixes
2010-10-06 Jack Lange config fix
2010-10-06 Jack Lange Fixed bug in v3_cfg_val where it would not return null...
2010-10-06 Jack Lange Functional file backend
2010-10-06 Jack Lange removed redundant FILE option
2010-10-06 Jack Lange disabled serial port debugging
2010-10-06 Peter Dinda Implemented all and all-but-me shorthand delivery for...
2010-10-05 Jack Lange removed virtual wire mode
2010-10-05 Jack Lange this will probably be a disaster...
2010-10-05 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Jack Lange format fix
2010-10-05 Jack Lange some format fixes
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Peter Dinda Fixed minor syntax error
2010-10-05 Jack Lange fix for Linux rule breaking behavior
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Jack Lange format fixes
2010-10-05 Jack Lange minor header file reordering for clarity
2010-10-01 Patrick G.... Time configuration parameters added. More time control...
2010-10-01 Patrick G.... Added initialization of yield_start_cycle to start_time()
2010-10-01 Patrick G.... MOre minor fixes
2010-09-26 Peter Dinda Partially functional support for APIC/ICC clustered...
2010-09-24 Jack Lange format fixes
2010-09-24 Jack Lange mark APIC/IO-APIC/ICC bus as experimental features...
2010-09-24 Jack Lange added option for secure symbiotic modules to symspy
2010-09-21 Patrick G.... Patch from kevin fixing typo in default.xml
2010-09-20 Patrick G.... Initial testing of new time handling on VMX, initial...
2010-09-20 Patrick G.... Implemented (but not yet tested) time interface changes...
2010-08-30 Patrick G.... Fixed bug in io_apic.c where use of id_reg->val instead...
2010-08-26 Patrick G.... Minor warning/error prints corrected.
2010-08-18 Patrick Bridges Enabled channel 2 in 8254.c, added basic speaker I...
2010-08-16 Patrick Bridges Removed spurious PrintError for red storm from apic...
2010-08-13 Jack Lange change to device configuration syntax
2010-08-12 Patrick Bridges Added support for using large shadow pages with 32...
2010-08-12 Patrick Bridges Actually fixed page alignment computation to be correct...
2010-08-11 Patrick Bridges Added robust physical alignment check
2010-08-11 Patrick Bridges Changes to support large shadow pages *correctly*.
2010-08-11 Patrick Bridges Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-08-10 Patrick Bridges Minor configuration fix for large page->large page...
2010-08-10 Patrick Bridges Changed to using strcasecmp to avoid adding library...
2010-08-10 Patrick Bridges Added initial cut at support with using large pages...
2010-08-10 Jack Lange enable Alex's large page support
2010-08-10 Alex Merritt this is a fix for the get_next_region function.
2010-08-10 Patrick Bridges Added alignment of memory as a top-level VM parameter...
2010-08-06 Alex Merritt added framework for large page support...
2010-08-06 Jack Lange attribution fix
2010-08-05 Erik van der... fix to svm outs default segment register bug
2010-08-05 Jack Lange updated Linux host defaults
2010-08-05 Jack Lange added file disk implementation
2010-08-05 Peter Dinda Integrated vmm_file and filedisk - now compiles
2010-08-05 Jack Lange File support added (interface to file support in host)
2010-08-05 Jack Lange actually add the filedisk implementation
2010-08-05 Jack Lange added host OS file support configuration option
2010-08-05 Jack Lange minor fix
2010-08-04 Jack Lange added framework for large page support...
2010-08-04 Jack Lange added per core flags to guest structure
2010-08-04 Jack Lange added memory alignment option to vmm memory mangement...
2010-08-04 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-08-04 Peter Dinda Functional 2 core linux guest
2010-08-03 Jack Lange added configurable host features to Palacios configuration
2010-08-03 Alexander Merritt added new vmm_mem function to find next memory region
2010-08-03 Alexander Merritt update to the host OS interface to allow aligned page...
2010-08-03 Jack Lange removed unused addr_width field
2010-08-03 Jack Lange format fixes
2010-08-03 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-08-03 Peter Dinda Now correctly boots 2, 4, 8 core kitten
2010-07-31 Peter Dinda Fixed handling of the INTAK cycle for both apic and pic
2010-07-30 Peter Dinda Semi-functional SMP (boots Kitten guest with two cores)
2010-07-30 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
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 Minor change to shadow paging to make sure it initializ...
2010-07-29 Peter Dinda Resolved Patrick's debug patches and the external irq...
2010-07-29 Patrick Bridges Fixed stupid branch check, added more preconfig error...
2010-07-29 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-07-29 Jack Lange added code formatting utilities
2010-07-29 Jack Lange added error checking to outs operation
2010-07-29 Patrick Bridges Debugged changes to make shadow and nested paging confi...
2010-07-29 Patrick Bridges Changed default.xml to have a setup for modern Linux...
2010-07-29 Patrick Bridges Minor changes to make icc_bus.c compile without debuggi...
2010-07-29 Patrick Bridges Merge branch 'devel' of ssh://bridges@newskysaw.cs...
next