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.


16 years agoreorganized things, pasted in old text
Jack Lange [Fri, 27 Feb 2009 20:55:59 +0000]
reorganized things, pasted in old text

16 years agoadded developer manual
Jack Lange [Fri, 27 Feb 2009 20:33:55 +0000]
added developer manual

16 years agoadded logo to source tree
Jack Lange [Fri, 27 Feb 2009 19:29:02 +0000]
added logo to source tree

16 years agoadded hacks to the APIC because Linux coders didn't read the spec
Jack Lange [Wed, 25 Feb 2009 23:16:59 +0000]
added hacks to the APIC because Linux coders didn't read the spec

16 years agoadded xchg support to emulator
Jack Lange [Wed, 25 Feb 2009 23:16:40 +0000]
added xchg support to emulator

16 years agofixed operand ordering and memory operand masking
Jack Lange [Wed, 25 Feb 2009 23:16:04 +0000]
fixed operand ordering and memory operand masking

16 years agoadded address width calculations
Jack Lange [Wed, 25 Feb 2009 23:15:43 +0000]
added address width calculations

16 years agoassorted debugging stuff added while tracking down apic and shadow paging bugs (cr4...
Peter Dinda [Wed, 25 Feb 2009 18:40:00 +0000]
assorted debugging stuff added while tracking down apic and shadow paging bugs (cr4 bug)

16 years agohacked in support for writes to readonly apic register 0x30 - they are just ignored
Peter Dinda [Wed, 25 Feb 2009 18:39:19 +0000]
hacked in support for writes to readonly apic register 0x30 - they are just ignored

16 years agofixed cr4 handling of pse/pae/pge, any of which, when it changes, must trigger a...
Peter Dinda [Wed, 25 Feb 2009 18:38:37 +0000]
fixed cr4 handling of pse/pae/pge, any of which, when it changes, must trigger a tlb flush

16 years agoturned off VGA hooks
Jack Lange [Tue, 24 Feb 2009 23:11:25 +0000]
turned off VGA hooks

16 years agocleanup
Jack Lange [Tue, 24 Feb 2009 22:13:52 +0000]
cleanup

16 years agofixed emulation bugs
Jack Lange [Tue, 24 Feb 2009 22:13:20 +0000]
fixed emulation bugs

16 years agoadded stos instruction to the emulator
Jack Lange [Mon, 23 Feb 2009 22:06:33 +0000]
added stos instruction to the emulator

16 years agofixed write hook handling
Jack Lange [Mon, 23 Feb 2009 20:28:54 +0000]
fixed write hook handling

16 years agofixing stacked git error...
Jack Lange [Mon, 23 Feb 2009 06:02:50 +0000]
fixing stacked git error...

16 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Mon, 23 Feb 2009 05:57:24 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

16 years agoupdated geekos guest memory configuration parameter
Jack Lange [Mon, 23 Feb 2009 05:57:01 +0000]
updated geekos guest memory configuration parameter

16 years agoadded memory size configuration to geekos guest init
Jack Lange [Mon, 23 Feb 2009 05:52:32 +0000]
added memory size configuration to geekos guest init

16 years agochanges to direct passthrough pagefault handlers
Steven Jaconette [Mon, 23 Feb 2009 05:44:04 +0000]
changes to direct passthrough pagefault handlers

16 years agoKevin Pedretti: memory calculation fix
Jack Lange [Fri, 20 Feb 2009 19:17:58 +0000]
Kevin Pedretti: memory calculation fix

16 years agoadded configurable memory sizes
Jack Lange [Thu, 19 Feb 2009 23:52:20 +0000]
added configurable memory sizes

16 years agofixed APIC to handle non 32bit reads by linux...
Jack Lange [Thu, 19 Feb 2009 23:07:24 +0000]
fixed APIC to handle non 32bit reads by linux...

16 years agounused variable warning/error.. ugh...
Jack Lange [Thu, 19 Feb 2009 23:06:40 +0000]
unused variable warning/error.. ugh...

16 years agoadded debugging flags for the APIC
Jack Lange [Thu, 19 Feb 2009 23:05:52 +0000]
added debugging flags for the APIC

16 years agoreformat return code fix
Jack Lange [Thu, 19 Feb 2009 23:05:21 +0000]
reformat return code fix

16 years agoincrement rip after a successfull hypercall
Jack Lange [Thu, 19 Feb 2009 19:45:02 +0000]
increment rip after a successfull hypercall

16 years agoremoved TSC_OFFSET setting
Jack Lange [Thu, 19 Feb 2009 19:38:55 +0000]
removed TSC_OFFSET setting

16 years agoremoved error message that no longer pertains...
Jack Lange [Tue, 17 Feb 2009 22:14:44 +0000]
removed error message that no longer pertains...

16 years agoapic fixes
Jack Lange [Tue, 17 Feb 2009 22:10:59 +0000]
apic fixes

16 years agoadded hypercall registration and handler
Jack Lange [Mon, 16 Feb 2009 23:57:52 +0000]
added hypercall registration and handler

16 years agoadded movzx/movsx instructions to the emulator
Jack Lange [Mon, 16 Feb 2009 21:35:12 +0000]
added movzx/movsx instructions to the emulator

16 years agofixed timing bug
Jack Lange [Mon, 16 Feb 2009 17:26:20 +0000]
fixed timing bug

16 years agoDo we need to save and restore the guests GS/FS regs?
Jack Lange [Sat, 14 Feb 2009 00:18:26 +0000]
Do we need to save and restore the guests GS/FS regs?

16 years agofixed Syscall enable flag in efer
Jack Lange [Sat, 14 Feb 2009 00:18:00 +0000]
fixed Syscall enable flag in efer

16 years agoio-apic fixes to redirection reads/writes
Jack Lange [Fri, 13 Feb 2009 23:18:27 +0000]
io-apic fixes to redirection reads/writes

16 years agofixed ioapic bug
Jack Lange [Fri, 13 Feb 2009 22:58:31 +0000]
fixed ioapic bug

16 years agoIO APIC implementation
Jack Lange [Fri, 13 Feb 2009 22:55:50 +0000]
IO APIC implementation

Conflicts:

palacios/src/palacios/vmm_config.c

16 years agoadded support for multiple interrupt controllers
Jack Lange [Fri, 13 Feb 2009 22:23:12 +0000]
added support for multiple interrupt controllers

16 years ago.....
Jack Lange [Tue, 10 Feb 2009 23:16:05 +0000]
.....

16 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Jack Lange [Tue, 10 Feb 2009 03:48:23 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

16 years agotimer fixes
Jack Lange [Tue, 10 Feb 2009 03:48:06 +0000]
timer fixes

16 years agoModify Socket, Make V3_SOCK long
Lei Xia [Tue, 10 Feb 2009 03:08:36 +0000]
Modify Socket, Make V3_SOCK long

16 years agocleaned up instrumentation implementation
Jack Lange [Mon, 9 Feb 2009 19:20:29 +0000]
cleaned up instrumentation implementation

16 years agogcc-instrumenation added
changb [Mon, 9 Feb 2009 03:26:37 +0000]
gcc-instrumenation added

16 years agoadded ring buffer
Jack Lange [Mon, 9 Feb 2009 17:01:51 +0000]
added ring buffer

16 years agoadded memory read instruction forms
Jack Lange [Mon, 9 Feb 2009 00:14:18 +0000]
added memory read instruction forms

16 years agoerror string fix
Jack Lange [Sat, 7 Feb 2009 20:45:52 +0000]
error string fix

16 years agoapic register definitions added
Jack Lange [Sat, 7 Feb 2009 20:45:26 +0000]
apic register definitions added

16 years agobug fixes for:
Jack Lange [Sat, 7 Feb 2009 01:11:04 +0000]
bug fixes for:
xed decoder
passthrough paging
emulator

added apic memory hooks

16 years agofixed data type for 64 bit instruction form
Jack Lange [Fri, 6 Feb 2009 23:22:35 +0000]
fixed data type for 64 bit instruction form

16 years agoadded 64 bit emulated instruction forms
Jack Lange [Fri, 6 Feb 2009 23:03:00 +0000]
added 64 bit emulated instruction forms

16 years agocleaned up emulation interface
Jack Lange [Fri, 6 Feb 2009 22:55:27 +0000]
cleaned up emulation interface
added read emulation
added full memory hooks

16 years ago32bit Write Hook Case for Direct Paging
Steven Jaconette [Fri, 6 Feb 2009 20:30:18 +0000]
32bit Write Hook Case for Direct Paging

16 years agoDirect paging changes
Steven Jaconette [Fri, 6 Feb 2009 05:39:55 +0000]
Direct paging changes

16 years agoformat change
Jack Lange [Fri, 6 Feb 2009 06:20:37 +0000]
format change

16 years agochanged instruction macros to write forms
Jack Lange [Fri, 6 Feb 2009 06:20:12 +0000]
changed instruction macros to write forms

16 years agominor fixes
Jack Lange [Fri, 6 Feb 2009 06:19:11 +0000]
minor fixes

16 years agoadded license
Jack Lange [Fri, 6 Feb 2009 06:18:00 +0000]
added license

16 years agocleaned up dev manager implementation
Jack Lange [Fri, 6 Feb 2009 06:16:59 +0000]
cleaned up dev manager implementation

16 years agoadded APIC device
Jack Lange [Fri, 6 Feb 2009 06:16:24 +0000]
added APIC device

16 years agoremoved reference to shadow_efer
Jack Lange [Thu, 5 Feb 2009 22:27:43 +0000]
removed reference to shadow_efer

16 years agosave/restore MSRs before VM entry/exit
Jack Lange [Thu, 5 Feb 2009 22:09:55 +0000]
save/restore MSRs before VM entry/exit

16 years ago64 bit guests initially supported
Jack Lange [Thu, 5 Feb 2009 20:42:49 +0000]
64 bit guests initially supported

16 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Wed, 4 Feb 2009 20:04:59 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

16 years agoadded os_debug device
Jack Lange [Wed, 4 Feb 2009 20:01:47 +0000]
added os_debug device

16 years agoMerge branch 'devel' of /home/palacios/palacios into devel
Lei Xia [Wed, 4 Feb 2009 19:52:36 +0000]
Merge branch 'devel' of /home/palacios/palacios into devel

16 years agofixed 64 bit PDE access check
Jack Lange [Wed, 4 Feb 2009 04:44:37 +0000]
fixed 64 bit PDE access check

16 years agofixed paging callbacks to normalize calling convention
Jack Lange [Wed, 4 Feb 2009 04:40:25 +0000]
fixed paging callbacks to normalize calling convention

16 years agofunctional but broken 64 bit paging
Jack Lange [Wed, 4 Feb 2009 04:30:10 +0000]
functional but broken 64 bit paging

16 years agochanged to error output
Jack Lange [Wed, 4 Feb 2009 04:29:29 +0000]
changed to error output

16 years agoRemove the test code
Lei Xia [Wed, 4 Feb 2009 00:03:01 +0000]
Remove the test code

16 years agoMerge branch 'devel' of /home/palacios/palacios into devel
Lei Xia [Wed, 4 Feb 2009 00:00:02 +0000]
Merge branch 'devel' of /home/palacios/palacios into devel

16 years agoV3_Sockets Macros tested
Lei Xia [Tue, 3 Feb 2009 23:59:28 +0000]
V3_Sockets Macros tested

16 years agocleaned up 32 bit shadow paging implementation
Jack Lange [Tue, 3 Feb 2009 22:38:21 +0000]
cleaned up 32 bit shadow paging implementation

16 years agofixed spurious characters...
Jack Lange [Tue, 3 Feb 2009 22:38:03 +0000]
fixed spurious characters...

16 years agostarting work on 64 bit shadow paging
Jack Lange [Tue, 3 Feb 2009 22:19:08 +0000]
starting work on 64 bit shadow paging

16 years agoMerge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios...
Lei Xia [Tue, 3 Feb 2009 22:09:59 +0000]
Merge branch 'devel' of ssh://palacios@newskysaw.cs.northwestern.edu/home/palacios/palacios into devel

16 years agochange my email in Makefile
Lei Xia [Tue, 3 Feb 2009 22:09:18 +0000]
change my email in Makefile

16 years agoFinish the VMM Socket Layer
Lei Xia [Tue, 3 Feb 2009 21:43:29 +0000]
Finish the VMM Socket Layer

16 years agoFinish the VMM Socket Layer
Lei Xia [Tue, 3 Feb 2009 21:42:50 +0000]
Finish the VMM Socket Layer

16 years agoadded list_tail_entry() accessor function
Jack Lange [Tue, 3 Feb 2009 21:34:20 +0000]
added list_tail_entry() accessor function

16 years agoslight modifications to the shadow paging handlers
Jack Lange [Tue, 3 Feb 2009 20:50:55 +0000]
slight modifications to the shadow paging handlers

16 years agorevamped the INVLPG handler
Jack Lange [Tue, 3 Feb 2009 20:45:02 +0000]
revamped the INVLPG handler

16 years agomodified the shadow paging files to separate them based on CPU mode
Jack Lange [Tue, 3 Feb 2009 20:13:04 +0000]
modified the shadow paging files to separate them based on CPU mode

16 years agoprofiler changes
Jack Lange [Fri, 30 Jan 2009 01:25:00 +0000]
profiler changes
nominal shadow paging optimization
Makefile documentation changes

16 years agosome fixes
Jack Lange [Fri, 30 Jan 2009 00:02:05 +0000]
some fixes

16 years agosome fixes for profiling
Jack Lange [Thu, 29 Jan 2009 22:10:49 +0000]
some fixes for profiling

16 years agoadded profiling support
Jack Lange [Thu, 29 Jan 2009 04:57:09 +0000]
added profiling support
and also added license to some files

16 years agochanged shadow memory map to use Red Black Tree
Jack Lange [Wed, 28 Jan 2009 23:37:08 +0000]
changed shadow memory map to use Red Black Tree
cleaned up shadow memory map interface

16 years agofixed debug print syntax errors
Jack Lange [Wed, 28 Jan 2009 23:36:36 +0000]
fixed debug print syntax errors

16 years agochanged the io_map implementation to use red-black trees instead of linked list
Jack Lange [Wed, 28 Jan 2009 00:31:54 +0000]
changed the io_map implementation to use red-black trees instead of linked list

16 years agofixed instruction emulation for 64 bit machines
Jack Lange [Tue, 27 Jan 2009 21:07:20 +0000]
fixed instruction emulation for 64 bit machines

16 years agofixed debug flags...
Jack Lange [Tue, 27 Jan 2009 20:46:00 +0000]
fixed debug flags...

16 years agoworking instruction emulation
Jack Lange [Sun, 25 Jan 2009 21:12:26 +0000]
working instruction emulation

16 years agoadded red-black tree implementation from linux
Jack Lange [Wed, 21 Jan 2009 23:25:02 +0000]
added red-black tree implementation from linux

16 years agoadded test directory for unit test files
Jack Lange [Wed, 21 Jan 2009 00:20:02 +0000]
added test directory for unit test files

16 years agoadded initial attempt at emulator
Jack Lange [Wed, 17 Dec 2008 23:02:57 +0000]
added initial attempt at emulator

16 years agofixed default build target
Jack Lange [Thu, 4 Dec 2008 21:25:50 +0000]
fixed default build target

16 years agosmall fixes
Jack Lange [Mon, 1 Dec 2008 23:28:49 +0000]
small fixes