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-01-12 Jack Lange added disk model something or other
2010-01-08 Jack Lange added cache disk based symswap
2010-01-07 Jack Lange lots of fixes
2010-01-05 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-01-05 Jack Lange build fix
2010-01-05 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-01-05 Lei Xia Minor fix
2010-01-04 Jack Lange Fixed bug with VMX interrupt injection
2009-12-27 Philip Soltero Improved tex document structure.
2009-12-27 Philip Soltero Modified titles and some wording for verbal parallelism.
2009-12-27 Jack Lange stability fixes
2009-12-22 Lei Xia Minor change for debug
2009-12-22 Lei Xia Add guest build manual
2009-12-16 Lei Xia small fix
2009-12-15 Jack Lange formatting fixes
2009-12-15 Jack Lange formatting changes
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-12-15 Jack Lange moved network backend/frontend registration to correct...
2009-12-15 Lei Xia Restructure of Vnet
2009-12-15 Lei Xia Virtio Net device update
2009-12-11 Lei Xia a few fixs
2009-12-11 Lei Xia Update on the virtio net
2009-12-09 Jack Lange added debugging
2009-12-09 Jack Lange reduced debugging messages
2009-12-09 Jack Lange removed vmcs accesses from io handler
2009-12-08 Jack Lange minor changes
2009-12-08 Jack Lange made the configuration builder interface a little more...
2009-12-07 Jack Lange device fixes for bugs introduced with new configuration...
2009-12-07 Jack Lange added debugging
2009-12-07 Jack Lange added test hypercall for debugging guest hypercall...
2009-12-03 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-12-03 Jack Lange major VMX update
2009-12-01 Lei Xia delete lnx_virtio_nic.h
2009-12-01 Lei Xia Fix the config
2009-12-01 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-12-01 Lei Xia Add virtio config option
2009-12-01 Lei Xia Add Virtio Network device and add virio_net config...
2009-12-01 Jack Lange documentation changes
2009-12-01 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-12-01 Jack Lange generic device changes
2009-12-01 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-12-01 Jack Lange integrated new configuration system
2009-12-01 Jack Lange added default PC configuration file
2009-11-26 Jack Lange various changes...
2009-11-26 Jack Lange removed kconfig template filE
2009-11-25 Jack Lange added user space configuration build system
2009-11-25 Jack Lange removed deprecated build tools
2009-11-18 Jack Lange change pci devices to be more generic.
2009-11-17 Jack Lange interface updates
2009-11-17 Jack Lange added xml parser for configuration
2009-11-16 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-11-16 Lei Xia Add vnet experimental option to config
2009-11-16 Lei Xia Move vnet code to src/palacios
2009-11-16 Lei Xia Move vnet to src/palacios/
2009-11-10 Jack Lange moved palacios.png to misc directory
2009-11-10 Jack Lange more updates
2009-11-10 Jack Lange cleanup...
2009-11-10 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-11-10 Lei Xia Vnet code update
2009-11-10 Lei Xia Vnet Code update
2009-11-06 Jack Lange macro'd out cr3 rewrite optimization
2009-11-06 Jack Lange added simplistic page table cache
2009-11-03 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-11-03 Jack Lange added interrupt coalescing notification to apic
2009-11-03 Jack Lange moved atomic interrupt handling past state save
2009-10-30 Jack Lange made symbiotic intialization compile time configurable
2009-10-30 Jack Lange symbiotic fixups
2009-10-30 Lei Xia Code format clean
2009-10-28 Lei Xia Vnet Code Cleaned
2009-10-13 Lei Xia Checked in Vnet code
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-23 Jack Lange increased the maximum number pci busses to scan
2009-09-23 Jack Lange enabled msr writes
2009-09-18 Jack Lange register assignment fix
2009-09-18 Jack Lange build fix
2009-09-18 Jack Lange added cpuid hooking
2009-09-18 Jack Lange removed annoying debug statement
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-11 Jack Lange added interrupt hooking to pci_passthrough
2009-09-11 Jack Lange fix debugging statement
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-09 Jack Lange modified pci io hooks to not use the dev_io hooks,...
2009-09-09 Jack Lange changed v3_yield to be usable by non guest threads
2009-09-08 Jack Lange fixed telemetry callback function
2009-09-08 Jack Lange turn telemetry off by default
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-31 Jack Lange added user page bits to enable write hook faulting
2009-08-31 Jack Lange added wp flag to shadow cr0
2009-08-27 Jack Lange modification to cga escape character handling
2009-08-27 Jack Lange added write protect flag to realmode CR0, to enable...
2009-08-27 Jack Lange added variable warning
2009-08-27 Steven Jaconette From 294306ec5026ea691a4f1380598114688b061c99 Mon Sep...
next