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.


13 years agoadd missed file
Lei Xia [Sun, 22 May 2011 03:21:03 +0000]
add missed file

13 years agoadd missed file
Lei Xia [Sun, 22 May 2011 03:18:10 +0000]
add missed file

13 years agoSplit VNET Lnx Bridge code with Control Interface
Lei Xia [Sun, 22 May 2011 03:13:20 +0000]
Split VNET Lnx Bridge code with Control Interface
Add more control options (delete link, route entry)

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 19 May 2011 23:49:02 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoadd deinit code for VNET and direct network bridge
Lei Xia [Thu, 19 May 2011 23:48:07 +0000]
add deinit code for VNET and direct network bridge

13 years agoMinor fix
Peter Dinda [Thu, 19 May 2011 23:44:43 +0000]
Minor fix

13 years agoModified graphics console support in linux to use vmalloc to allocate framebufs
Peter Dinda [Thu, 19 May 2011 23:41:56 +0000]
Modified graphics console support in linux to use vmalloc to allocate framebufs

13 years agoAdded NMI handler for SVM
Peter Dinda [Thu, 19 May 2011 23:08:24 +0000]
Added NMI handler for SVM

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Thu, 19 May 2011 23:00:14 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoUse vmalloc for guest copy allocation
Peter Dinda [Thu, 19 May 2011 22:59:40 +0000]
Use vmalloc for guest copy allocation

13 years agoupdated IRQ_ON_TERM_CNT reload value
Jack Lange [Thu, 19 May 2011 22:28:02 +0000]
updated IRQ_ON_TERM_CNT reload value

13 years agotimer fix for linux guest
Jack Lange [Thu, 19 May 2011 22:20:39 +0000]
timer fix for linux guest

13 years agoFix to VNET bug when vnet_host_hooks is not properly initiated
Lei Xia [Thu, 19 May 2011 21:41:45 +0000]
Fix to VNET bug when vnet_host_hooks is not properly initiated
Fix to Virtio NIC
Fix to the debug code of VNET

13 years agobuild fix for kitten
Jack Lange [Thu, 19 May 2011 15:25:58 +0000]
build fix for kitten

13 years agowarning fix
Jack Lange [Tue, 17 May 2011 15:51:22 +0000]
warning fix

13 years agobuild fix
Jack Lange [Tue, 17 May 2011 15:48:32 +0000]
build fix

13 years agobuild fix
Jack Lange [Tue, 17 May 2011 15:43:27 +0000]
build fix

13 years agoMerge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel
Jack Lange [Tue, 17 May 2011 15:40:55 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel

13 years agoconfig fix
Jack Lange [Tue, 17 May 2011 15:40:09 +0000]
config fix

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Tue, 17 May 2011 00:11:05 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoUpdated kernel module and user tools to reflect ioctl changes for host devices
Peter Dinda [Tue, 17 May 2011 00:10:33 +0000]
Updated kernel module and user tools to reflect ioctl changes for host devices

13 years agoadded irq queueing to APIC
Jack Lange [Mon, 16 May 2011 22:31:54 +0000]
added irq queueing to APIC

13 years agomissed file commit
Lei Xia [Fri, 6 May 2011 02:59:55 +0000]
missed file commit

13 years agofix for the guest_info cpu_id -> pcpu_id
Lei Xia [Fri, 6 May 2011 02:55:48 +0000]
fix for the guest_info cpu_id -> pcpu_id

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Fri, 6 May 2011 02:50:06 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

Conflicts:

palacios/src/vnet/Makefile

13 years agoAdded implementation of VNET host hook functions
Lei Xia [Fri, 6 May 2011 02:47:56 +0000]
Added implementation of VNET host hook functions
moved updated VNET bridge code to Linux module directory

13 years agoformat fix
Lei Xia [Fri, 6 May 2011 01:58:32 +0000]
format fix

13 years agomore fix on VNET
Lei Xia [Thu, 5 May 2011 23:48:57 +0000]
more fix on VNET

13 years agoformat fix
Lei Xia [Thu, 5 May 2011 22:31:19 +0000]
format fix

13 years agoSeparate VNET from Palacios, add its own host_hooks for interfaces from host OS for...
Lei Xia [Thu, 5 May 2011 22:06:36 +0000]
Separate VNET from Palacios, add its own host_hooks for interfaces from host OS for VNET
instead of using OS_hooks in Palacios. Now VNET almost
need very few support from Palacios (can be none)

13 years agoPorted user space support for host devices, user space host device example, and vnc...
Peter Dinda [Thu, 5 May 2011 18:14:38 +0000]
Ported user space support for host devices, user space host device example, and vnc interface to graphics console from the monolithic version.

Note: the addition of x0vncserver as a binary is by intent.   Crufty to add as source right now

13 years agoPorted device changes and support code for keyed streams, graphics console, and host...
Peter Dinda [Thu, 5 May 2011 18:12:41 +0000]
Ported device changes and support code for keyed streams, graphics console, and host device support from monolithic version

13 years agoPorted graphics console support from monolithic version
Peter Dinda [Thu, 5 May 2011 18:10:36 +0000]
Ported graphics console support from monolithic version

13 years agoPorted keyed stream support from monolithic embedding
Peter Dinda [Thu, 5 May 2011 18:10:06 +0000]
Ported keyed stream support from monolithic embedding

13 years agoPorted host device support from monolithic embedding
Peter Dinda [Thu, 5 May 2011 18:09:36 +0000]
Ported host device support from monolithic embedding

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Thu, 5 May 2011 17:01:16 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agobind launch thread to local core
Jack Lange [Wed, 4 May 2011 22:12:18 +0000]
bind launch thread to local core

13 years agoseparated virtual cores from physical cores
Jack Lange [Wed, 4 May 2011 21:25:37 +0000]
separated virtual cores from physical cores

13 years agobuild fix
Jack Lange [Wed, 4 May 2011 21:24:45 +0000]
build fix

13 years agofix the threads function calls using new vnet host interfaces
Lei Xia [Wed, 4 May 2011 16:30:58 +0000]
fix the threads function calls using new vnet host interfaces

13 years agoupdate Kconfig, added VNET configuration menu
Lei Xia [Wed, 4 May 2011 16:08:59 +0000]
update Kconfig, added VNET configuration menu

13 years agomove vnet code outside of palacios core directory
Lei Xia [Wed, 4 May 2011 16:05:07 +0000]
move vnet code outside of palacios core directory

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Wed, 4 May 2011 14:39:41 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoupdate on vnet host interface
Lei Xia [Wed, 4 May 2011 14:39:34 +0000]
update on vnet host interface

13 years agoupdate linux module to support multicore
Jack Lange [Wed, 4 May 2011 02:32:03 +0000]
update linux module to support multicore

13 years agoadded SMSW/LMSW support to internal decoder
Jack Lange [Wed, 4 May 2011 02:31:09 +0000]
added SMSW/LMSW support to internal decoder

13 years agomoved post config to before the device's are setup
Jack Lange [Tue, 3 May 2011 20:20:29 +0000]
moved post config to before the device's are setup

13 years agomoved xed over to new configuration syntax
Jack Lange [Tue, 3 May 2011 20:09:42 +0000]
moved xed over to new configuration syntax

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Tue, 3 May 2011 19:46:42 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoSVM: display exit state if incremental exit displays are on
Peter Dinda [Tue, 3 May 2011 19:46:35 +0000]
SVM: display exit state if incremental exit displays are on

13 years agoMinor vga tweak
Peter Dinda [Tue, 3 May 2011 19:46:03 +0000]
Minor vga tweak

13 years agomoved mptable to a device for the moment
Jack Lange [Mon, 2 May 2011 22:39:40 +0000]
moved mptable to a device for the moment
this allows the ability to enable/disable it as needed

13 years agoinspector updates
Jack Lange [Mon, 2 May 2011 22:30:39 +0000]
inspector updates

13 years agoadded symmod linked script
Jack Lange [Mon, 2 May 2011 21:56:10 +0000]
added symmod linked script

13 years agoupdated linux module to new build framework
Jack Lange [Mon, 2 May 2011 21:52:09 +0000]
updated linux module to new build framework

13 years agoremoved instrumentation
Jack Lange [Mon, 2 May 2011 20:55:48 +0000]
removed instrumentation

13 years agoremoved instrumentation
Jack Lange [Mon, 2 May 2011 20:55:12 +0000]
removed instrumentation

13 years agobuild fixes to merge the Palacios configuration parameters with Linux parameters.
Jack Lange [Mon, 2 May 2011 20:54:57 +0000]
build fixes to merge the Palacios configuration parameters with Linux parameters.
Now all configuration macros are named V3_CONFIG* instead of CONFIG* to separate the Palacios namespace

13 years agofix for intel hardware
Jack Lange [Mon, 2 May 2011 18:34:02 +0000]
fix for intel hardware

13 years agoMerge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel
Jack Lange [Mon, 2 May 2011 18:31:57 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Mon, 2 May 2011 16:21:25 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

Conflicts:

palacios/src/devices/lnx_virtio_nic.c

13 years agoadd header file for host interfaces that are needed by VNET
Lei Xia [Mon, 2 May 2011 16:20:19 +0000]
add header file for host interfaces that are needed by VNET

13 years agoAdd large MTU support into Virtio NIC
Lei Xia [Mon, 2 May 2011 15:50:30 +0000]
Add large MTU support into Virtio NIC
asychronized pkt sending in VNET/P

13 years agocan now boot linux (slowly) with EPT enabled
Jack Lange [Fri, 29 Apr 2011 19:22:04 +0000]
can now boot linux (slowly) with EPT enabled

13 years agoadded support for Intel EPT with(?) and without unrestricted guest support
Jack Lange [Fri, 29 Apr 2011 00:10:22 +0000]
added support for Intel EPT with(?) and without unrestricted guest support

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 28 Apr 2011 14:49:00 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoFix the bug for losing interrupts to guest
Lei Xia [Thu, 28 Apr 2011 14:48:52 +0000]
Fix the bug for losing interrupts to guest

13 years agoMerge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel
Jack Lange [Thu, 28 Apr 2011 04:47:15 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel

13 years agocompile fix
Lei Xia [Thu, 28 Apr 2011 04:40:19 +0000]
compile fix

13 years agoMinor fix
Lei Xia [Thu, 28 Apr 2011 04:26:45 +0000]
Minor fix

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 28 Apr 2011 04:12:48 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoMultithread handling of VNET
Lei Xia [Thu, 28 Apr 2011 04:12:42 +0000]
Multithread handling of VNET
Debug Level output
Etc

13 years agoMerge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel
Jack Lange [Wed, 27 Apr 2011 16:55:40 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel

13 years agovmx updates
Jack Lange [Wed, 27 Apr 2011 16:55:10 +0000]
vmx updates

13 years agoVGA enhancements for graphics writes and rendering
Peter Dinda [Wed, 27 Apr 2011 00:05:23 +0000]
VGA enhancements for graphics writes and rendering

   - now successfully renders vgatest
   - corrected handling of bit mask in mode 0/2/3 writes
   - corrected latch loading for chain4 reads
   - corrected expansion of SR bit (compiler bug workaround?)

13 years agoRemoved extraneous PrintError and replaced with PrintDebug
Peter Dinda [Tue, 26 Apr 2011 23:57:31 +0000]
Removed extraneous PrintError and replaced with PrintDebug

13 years agoRemoved extraneous debugging output
Peter Dinda [Tue, 26 Apr 2011 23:45:29 +0000]
Removed extraneous debugging output

13 years agoquited debugging output
Jack Lange [Tue, 26 Apr 2011 22:28:05 +0000]
quited debugging output

13 years agoMerge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel
Jack Lange [Tue, 26 Apr 2011 22:27:49 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel

13 years agoupdated vmcs printing
Jack Lange [Tue, 26 Apr 2011 22:08:42 +0000]
updated vmcs printing

13 years agoupdated VMCS fields with latest entries.
Jack Lange [Tue, 26 Apr 2011 21:21:43 +0000]
updated VMCS fields with latest entries.

13 years agoinitial skeleton
Jack Lange [Tue, 26 Apr 2011 21:20:13 +0000]
initial skeleton

13 years agoInsert mptable even on single core guest if an apic exists
Peter Dinda [Tue, 26 Apr 2011 16:01:37 +0000]
Insert mptable even on single core guest if an apic exists
Do not allow multicore guests without an apic
Warn strenously if an apic exists but no ioapic exists

13 years agoreverted sleep interface
Jack Lange [Fri, 22 Apr 2011 23:23:59 +0000]
reverted sleep interface

13 years agoadded hardware info for VMX
Jack Lange [Thu, 21 Apr 2011 23:57:18 +0000]
added hardware info for VMX

13 years agovmx cleanup
Jack Lange [Thu, 21 Apr 2011 21:32:50 +0000]
vmx cleanup

13 years agoadded barrier lock stubs
Jack Lange [Thu, 21 Apr 2011 21:31:46 +0000]
added barrier lock stubs

13 years agofix interrupt masking bug
Jack Lange [Thu, 21 Apr 2011 20:11:08 +0000]
fix interrupt masking bug

13 years agofixed vmcs guest pointer check location
Jack Lange [Thu, 21 Apr 2011 19:18:54 +0000]
fixed vmcs guest pointer check location

13 years agoadded initial ept structures
Jack Lange [Thu, 21 Apr 2011 18:52:32 +0000]
added initial ept structures

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Thu, 21 Apr 2011 14:41:01 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

Conflicts:

palacios/src/devices/nvram.c

13 years agoadd thread sleep and wakeup to host os hooks
Lei Xia [Thu, 21 Apr 2011 14:34:48 +0000]
add thread sleep and wakeup to host os hooks

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Wed, 20 Apr 2011 23:51:19 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel

13 years agoadded null build file
Jack Lange [Wed, 20 Apr 2011 23:50:37 +0000]
added null build file

13 years agoMore interfaces changes for host devices + tweak to pci_front device to match
Peter Dinda [Wed, 20 Apr 2011 23:30:08 +0000]
More interfaces changes for host devices + tweak to pci_front device to match

13 years agoqueue updates
Jack Lange [Wed, 20 Apr 2011 03:20:49 +0000]
queue updates

13 years agoremoved muxer
Jack Lange [Wed, 20 Apr 2011 03:07:10 +0000]
removed muxer

13 years agoMerge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel
Jack Lange [Wed, 20 Apr 2011 02:32:46 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw/home/palacios/palacios into devel

13 years agoadded extension core init
Jack Lange [Wed, 20 Apr 2011 02:32:22 +0000]
added extension core init

13 years agoMerge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Peter Dinda [Wed, 20 Apr 2011 01:20:43 +0000]
Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacios into devel