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.


14 years agocleaned up timer infrastructure
Jack Lange [Wed, 28 Apr 2010 21:37:06 +0000]
cleaned up timer infrastructure

14 years agoMinor fix to the halt handler
Lei Xia [Wed, 28 Apr 2010 21:25:14 +0000]
Minor fix to the halt handler

15 years agoFix to the HLT exit handler
Lei Xia [Fri, 23 Apr 2010 18:12:07 +0000]
Fix to the HLT exit handler

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Thu, 22 Apr 2010 21:34:51 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoadd console hook support
Erik van der Kouwe [Wed, 14 Apr 2010 19:26:03 +0000]
add console hook support

15 years agos patch fixes some issues I've had when compiling Palacios 32-bit.
Erik van der Kouwe [Tue, 13 Apr 2010 22:07:57 +0000]
s patch fixes some issues I've had when compiling Palacios 32-bit.

15 years agoThis patch fixes several issues with the console/cga code:
Erik van der Kouwe [Tue, 13 Apr 2010 21:49:02 +0000]
This patch fixes several issues with the console/cga code:
- Fixes some #includes
- Adds a missing prototype
- Adds a missing return
- Checks the length of screen updates to avoid sending updates for non-
visible memory regions

15 years agoThis patch changes the comment format (// to /* ... */) in some header
Erik van der Kouwe [Tue, 13 Apr 2010 21:48:24 +0000]
This patch changes the comment format (// to /* ... */) in some header
files, allowing them to be compiled with older versions of C.

15 years agobug fix for 32 bit ebp cloberring
Jack Lange [Fri, 9 Apr 2010 18:08:00 +0000]
bug fix for 32 bit ebp cloberring

15 years agobug fix for console scroll signedness issue
Erik van der Kouwe [Fri, 9 Apr 2010 17:33:30 +0000]
bug fix for console scroll signedness issue

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Tue, 6 Apr 2010 03:16:28 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoVNET update
Lei Xia [Tue, 6 Apr 2010 03:16:13 +0000]
VNET update

15 years agomoved timer injection to track total time instead of guest time
Jack Lange [Mon, 5 Apr 2010 23:18:09 +0000]
moved timer injection to track total time instead of guest time

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Mon, 5 Apr 2010 04:38:51 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoApply Zheng's patch on 64bit passthrough pci
Lei Xia [Mon, 5 Apr 2010 01:04:00 +0000]
Apply Zheng's patch on 64bit passthrough pci

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Sat, 3 Apr 2010 01:35:52 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoApply Zheng's 64bit pci passthrough patch
Lei Xia [Sat, 3 Apr 2010 01:04:11 +0000]
Apply Zheng's 64bit pci passthrough patch

15 years agoAdded guest multiplexing support
Jack Lange [Fri, 2 Apr 2010 23:39:42 +0000]
Added guest multiplexing support

15 years agoremoved external vnet dependencies
Jack Lange [Wed, 31 Mar 2010 21:15:21 +0000]
removed external vnet dependencies

15 years agoMinor fix
Lei Xia [Mon, 29 Mar 2010 03:21:28 +0000]
Minor fix

15 years agoremoved redundant OS API
Jack Lange [Sun, 28 Mar 2010 17:43:38 +0000]
removed redundant OS API

15 years agochange lsipi_send api as vnet configable option
Lei Xia [Sun, 28 Mar 2010 16:12:54 +0000]
change lsipi_send api as vnet configable option

15 years agoUpdate on VNET
Lei Xia [Thu, 25 Mar 2010 22:15:53 +0000]
Update on VNET
Add asychronous IPI for VNET

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Mon, 15 Mar 2010 16:11:29 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoMinimize the copies for vnet and Virtio bridge
Lei Xia [Mon, 15 Mar 2010 16:10:28 +0000]
Minimize the copies for vnet and Virtio bridge

15 years agosymbiotic updates for module loading
Jack Lange [Sat, 13 Mar 2010 00:24:03 +0000]
symbiotic updates for module loading

15 years agoClear code
Lei Xia [Fri, 12 Mar 2010 20:17:19 +0000]
Clear code

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Fri, 12 Mar 2010 20:00:16 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoClear the code
Lei Xia [Fri, 12 Mar 2010 19:59:52 +0000]
Clear the code

15 years agorevert default.xml back to minimal configuration
Jack Lange [Fri, 12 Mar 2010 17:37:07 +0000]
revert default.xml back to minimal configuration

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Fri, 12 Mar 2010 16:38:43 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

Conflicts:
palacios/src/devices/lnx_virtio_vnet.c

15 years agoUpdate on VNET Bridge
Lei Xia [Fri, 12 Mar 2010 15:42:49 +0000]
Update on VNET Bridge

15 years agovirtio overflow fix
Jack Lange [Fri, 12 Mar 2010 01:10:50 +0000]
virtio overflow fix

15 years agosymbiotic module updates
Jack Lange [Fri, 12 Mar 2010 01:08:49 +0000]
symbiotic module updates

15 years agovnet fixes for compilation
Jack Lange [Fri, 12 Mar 2010 01:08:07 +0000]
vnet fixes for compilation
better locking usage
fix runtime bug due to missing initialization

15 years agoupdate for overflow issue
Jack Lange [Fri, 12 Mar 2010 00:39:14 +0000]
update for overflow issue

15 years agovnet device updates
Jack Lange [Fri, 12 Mar 2010 00:39:02 +0000]
vnet device updates

15 years agoreverted naming changes to fix configuration breakage
Jack Lange [Thu, 11 Mar 2010 23:54:50 +0000]
reverted naming changes to fix configuration breakage

15 years agoMinor fix
Lei Xia [Mon, 8 Mar 2010 21:16:11 +0000]
Minor fix

15 years agoUpdate on the VNET Bridge virtio device
Lei Xia [Mon, 8 Mar 2010 21:12:01 +0000]
Update on the VNET Bridge virtio device

15 years agoVnet updated. Working both single guest or multiple guests now
Lei Xia [Tue, 2 Mar 2010 20:02:09 +0000]
Vnet updated. Working both single guest or multiple guests now

15 years agoFix to vnet/virtio networking
Lei Xia [Mon, 1 Mar 2010 05:37:41 +0000]
Fix to vnet/virtio networking

15 years agoMerge branch 'devel' of /home/palacios/palacios into devel
Lei Xia [Fri, 26 Feb 2010 21:15:00 +0000]
Merge branch 'devel' of /home/palacios/palacios into devel

15 years agoMinor fix to virtio networking
Lei Xia [Fri, 26 Feb 2010 21:14:21 +0000]
Minor fix to virtio networking

15 years agoAdd lock to vnet
Lei Xia [Tue, 23 Feb 2010 05:05:36 +0000]
Add lock to vnet

15 years agoremoved PASSTHROUGH_VIDEO option
Jack Lange [Mon, 22 Feb 2010 23:52:33 +0000]
removed PASSTHROUGH_VIDEO option

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Mon, 22 Feb 2010 23:51:04 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoupdate netdisk to new interface
Jack Lange [Mon, 22 Feb 2010 23:50:49 +0000]
update netdisk to new interface

15 years agoMinor update to vnet
Lei Xia [Mon, 22 Feb 2010 21:10:09 +0000]
Minor update to vnet

15 years agoUpdate on vnet
Lei Xia [Mon, 22 Feb 2010 20:19:59 +0000]
Update on vnet

15 years agomore fixes
Jack Lange [Sun, 21 Feb 2010 20:34:02 +0000]
more fixes

15 years agovnet cleanup
Jack Lange [Sun, 21 Feb 2010 20:22:01 +0000]
vnet cleanup

15 years agofixes to vnet device
Jack Lange [Sat, 20 Feb 2010 19:03:28 +0000]
fixes to vnet device

15 years agoinitial VNET route addition
Jack Lange [Thu, 18 Feb 2010 19:55:22 +0000]
initial VNET route addition

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Wed, 17 Feb 2010 20:17:40 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoUpdate on VNET-NIC device, and fix vnet & virtio net
Lei Xia [Wed, 17 Feb 2010 20:17:01 +0000]
Update on VNET-NIC device, and fix vnet & virtio net

15 years agoported 32 bit VMX launch code for nested entries
Jack Lange [Wed, 17 Feb 2010 17:56:46 +0000]
ported 32 bit VMX launch code for nested entries

15 years agoadded vnet device
Jack Lange [Tue, 16 Feb 2010 21:08:14 +0000]
added vnet device

15 years agoreadded test.ko
Jack Lange [Tue, 16 Feb 2010 21:08:04 +0000]
readded test.ko

15 years agoAdded backend device for Virtio NIC connected with VNET
Lei Xia [Tue, 16 Feb 2010 18:08:17 +0000]
Added backend device for Virtio NIC connected with VNET

15 years agoAdd initial code for multicore support VNET
Lei Xia [Tue, 16 Feb 2010 18:02:36 +0000]
Add initial code for multicore support VNET

15 years agoadded vnet control IDs
Jack Lange [Mon, 15 Feb 2010 21:33:04 +0000]
added vnet control IDs

15 years agoinclude fix
Jack Lange [Mon, 15 Feb 2010 20:15:25 +0000]
include fix

15 years agomacro fix
Jack Lange [Mon, 15 Feb 2010 20:14:21 +0000]
macro fix

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Mon, 15 Feb 2010 05:49:25 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoAdd lock to vmm_queue
Lei Xia [Mon, 15 Feb 2010 05:49:01 +0000]
Add lock to vmm_queue

15 years agoadded global module registry
Jack Lange [Thu, 11 Feb 2010 04:35:10 +0000]
added global module registry

15 years agoadded module directory tree and build configuration
Jack Lange [Thu, 11 Feb 2010 04:00:23 +0000]
added module directory tree and build configuration

15 years agoAdded symbiotic module loader framework
Jack Lange [Wed, 10 Feb 2010 04:41:11 +0000]
Added symbiotic module loader framework

15 years agoreorganized swapbypass to isolate it to a special shadow paging implementation, and...
Jack Lange [Sat, 6 Feb 2010 22:33:16 +0000]
reorganized swapbypass to isolate it to a special shadow paging implementation, and removed external state dependencies.

15 years agoreorganization of the symbiotic infrastructure
Jack Lange [Sat, 6 Feb 2010 21:55:55 +0000]
reorganization of the symbiotic infrastructure

15 years agoadded swapbypass paging implemenation
Jack Lange [Thu, 4 Feb 2010 23:52:50 +0000]
added swapbypass paging implemenation

15 years agobuild fix
Jack Lange [Thu, 4 Feb 2010 21:43:33 +0000]
build fix

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Thu, 4 Feb 2010 21:31:29 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoNew Shadow paging implementation to allow pluggable shadow paging implementations
Jack Lange [Thu, 4 Feb 2010 21:30:50 +0000]
New Shadow paging implementation to allow pluggable shadow paging implementations

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Thu, 4 Feb 2010 21:26:36 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agochanged shadow paging configuration options
Jack Lange [Thu, 4 Feb 2010 21:26:09 +0000]
changed shadow paging configuration options

15 years agoconsolidated hypercall numbers\030
Jack Lange [Thu, 4 Feb 2010 03:47:09 +0000]
consolidated hypercall numbers\030

15 years agosymswal telemetry fixes
Jack Lange [Thu, 4 Feb 2010 01:17:31 +0000]
symswal telemetry fixes

15 years agosymswap updates for multicore
Jack Lange [Thu, 4 Feb 2010 01:10:15 +0000]
symswap updates for multicore

15 years agominor symbiotic interface fixes
Jack Lange [Thu, 4 Feb 2010 01:00:19 +0000]
minor symbiotic interface fixes

15 years agoUpdated symbiotic interfaces for multicore support
Jack Lange [Wed, 3 Feb 2010 23:00:28 +0000]
Updated symbiotic interfaces for multicore support

15 years agofixed sprintf configuration dependencies
Jack Lange [Wed, 3 Feb 2010 23:00:02 +0000]
fixed sprintf configuration dependencies

15 years agominor test kernel updates
Jack Lange [Wed, 3 Feb 2010 01:30:15 +0000]
minor test kernel updates

15 years agoformat fix
Jack Lange [Wed, 3 Feb 2010 01:29:15 +0000]
format fix

15 years agoMoved guest initialization to vm_guest.c, added guest_info hypercall
Jack Lange [Wed, 3 Feb 2010 01:27:33 +0000]
Moved guest initialization to vm_guest.c, added guest_info hypercall

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Wed, 3 Feb 2010 01:25:44 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agoFix interrupt injection bug due to caching irq vectors after vector mappings have...
Jack Lange [Wed, 3 Feb 2010 01:24:34 +0000]
Fix interrupt injection bug due to caching irq vectors after vector mappings have changed

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Tue, 2 Feb 2010 00:20:52 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

15 years agominor fixes
Jack Lange [Tue, 2 Feb 2010 00:20:44 +0000]
minor fixes

15 years agoKBuild fixes to set defaults for Kitten
Jack Lange [Sun, 31 Jan 2010 00:09:05 +0000]
KBuild fixes to set defaults for Kitten

15 years agoadded back in 32 bit support
Jack Lange [Tue, 26 Jan 2010 06:50:35 +0000]
added back in 32 bit support

15 years agoIntel VMX ASM fixes
Jack Lange [Sat, 30 Jan 2010 21:18:55 +0000]
Intel VMX ASM fixes

15 years agoIncorporated changes from the Release 1.2 manual
Peter Dinda [Thu, 28 Jan 2010 01:16:45 +0000]
Incorporated changes from the Release 1.2 manual

15 years agoUpdates of manual and guest build manual
Phil Soltero [Wed, 27 Jan 2010 20:18:45 +0000]
Updates of manual and guest build manual

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu//home/palacios...
Peter Dinda [Sat, 16 Jan 2010 16:14:11 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu//home/palacios/palacios into devel

15 years agoAdded external repo info to manual, also description of generic device
root [Sat, 16 Jan 2010 16:09:58 +0000]
Added external repo info to manual, also description of generic device

15 years agotelemetry fixes
Jack Lange [Sat, 16 Jan 2010 00:13:31 +0000]
telemetry fixes

15 years agocompilable versions of the APIC/ICC_BUS/IOAPIC
Jack Lange [Fri, 15 Jan 2010 23:46:36 +0000]
compilable versions of the APIC/ICC_BUS/IOAPIC

15 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Kevin Pedretti [Fri, 15 Jan 2010 21:07:15 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel