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.


Nested paging working to the point where we manage to get through a puppy boot
[palacios.git] / palacios / src / palacios /
2009-03-25 Peter Dinda Nested paging working to the point where we manage...
2009-03-25 Jack Lange first cut at nested paging
2009-03-25 Jack Lange Revert "breaking shadow paging to handle speculative...
2009-03-25 Peter Dinda First attempt at speculative paging around the address...
2009-03-25 Jack Lange breaking shadow paging to handle speculative page mapping
2009-03-25 Jack Lange removed floating point operations from profiler
2009-03-20 Jack Lange added EXITINTINFO checks before interrupt injection
2009-03-20 Jack Lange moved exception tracking out of the interrupt state...
2009-03-20 Jack Lange fixed debug formats
2009-03-18 Jack Lange format updates
2009-03-18 Jack Lange removed segment regs from guest_info struct
2009-03-17 Jack Lange debugging update
2009-03-17 Jack Lange debugging fixes
2009-03-17 Jack Lange only debug seastar and apic timer messages
2009-03-17 Jack Lange updated debugging output
2009-03-16 Jack Lange squashed debug messages
2009-03-16 Jack Lange fixed stupid error...
2009-03-16 Jack Lange added checks to only mark interrupts as taken if SVM...
2009-03-16 Jack Lange Horrendous hack to ack seastar IRQs....
2009-03-16 Jack Lange added irq acking
2009-03-14 Jack Lange it helps if we don't confuse PCI with the PIC...
2009-03-14 Jack Lange PCI in progress, so only attach PCI if we are debugging...
2009-03-14 Jack Lange PCI updates
2009-03-12 Jack Lange fixed cr0 reads from long mode
2009-03-11 Jack Lange debugging fix
2009-03-10 Jack Lange format fix
2009-03-10 Jack Lange added seastar memory mapping
2009-03-09 Jack Lange 3 operand instructions no longer error out if the 3rd...
2009-03-09 Jack Lange build fix
2009-03-09 Jack Lange removed operand number check
2009-03-09 Jack Lange more debugging output...
2009-03-09 Jack Lange added debugging output
2009-03-09 Jack Lange Handler for 64 bit passthrough page faults
2009-03-09 Jack Lange added new iform MOV with an OrAX operand...
2009-03-08 Jack Lange bug fix for masking rcx on string form
2009-03-04 Peter Dinda Rolled back changes to vmm_socket.c which were causing...
2009-03-04 Jack Lange fixed long mode bug
2009-03-04 Jack Lange fixed a number of bugs due to the update
2009-03-03 Jack Lange reformatting of the source files
2009-03-03 Jack Lange fixed stupid issue with xed where it reversed the opera...
2009-03-03 Jack Lange fixed debug statement casts
2009-03-03 Jack Lange changed V3_SOCK to int, and updated the sock_set types...
2009-03-03 Peter Dinda Added networking section to manual
2009-02-25 Jack Lange added xchg support to emulator
2009-02-25 Jack Lange fixed operand ordering and memory operand masking
2009-02-25 Jack Lange added address width calculations
2009-02-25 Peter Dinda assorted debugging stuff added while tracking down...
2009-02-25 Peter Dinda fixed cr4 handling of pse/pae/pge, any of which, when...
2009-02-24 Jack Lange turned off VGA hooks
2009-02-24 Jack Lange fixed emulation bugs
2009-02-23 Jack Lange added stos instruction to the emulator
2009-02-23 Jack Lange fixed write hook handling
2009-02-23 Steven Jaconette changes to direct passthrough pagefault handlers
2009-02-19 Jack Lange added configurable memory sizes
2009-02-19 Jack Lange unused variable warning/error.. ugh...
2009-02-19 Jack Lange reformat return code fix
2009-02-19 Jack Lange increment rip after a successfull hypercall
2009-02-19 Jack Lange removed TSC_OFFSET setting
2009-02-17 Jack Lange apic fixes
2009-02-16 Jack Lange added hypercall registration and handler
2009-02-16 Jack Lange added movzx/movsx instructions to the emulator
2009-02-14 Jack Lange Do we need to save and restore the guests GS/FS regs?
2009-02-14 Jack Lange fixed Syscall enable flag in efer
2009-02-13 Jack Lange fixed ioapic bug
2009-02-13 Jack Lange IO APIC implementation
2009-02-13 Jack Lange added support for multiple interrupt controllers
2009-02-10 Jack Lange .....
2009-02-10 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-02-10 Jack Lange timer fixes
2009-02-10 Lei Xia Modify Socket, Make V3_SOCK long
2009-02-09 Jack Lange cleaned up instrumentation implementation
2009-02-09 changb gcc-instrumenation added
2009-02-09 Jack Lange added ring buffer
2009-02-09 Jack Lange added memory read instruction forms
2009-02-07 Jack Lange error string fix
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Jack Lange added 64 bit emulated instruction forms
2009-02-06 Jack Lange cleaned up emulation interface
2009-02-06 Steven Jaconette 32bit Write Hook Case for Direct Paging
2009-02-06 Steven Jaconette Direct paging changes
2009-02-06 Jack Lange format change
2009-02-06 Jack Lange minor fixes
2009-02-06 Jack Lange added license
2009-02-06 Jack Lange cleaned up dev manager implementation
2009-02-06 Jack Lange added APIC device
2009-02-05 Jack Lange removed reference to shadow_efer
2009-02-05 Jack Lange save/restore MSRs before VM entry/exit
2009-02-05 Jack Lange 64 bit guests initially supported
2009-02-04 Lei Xia Merge branch 'devel' of /home/palacios/palacios into...
2009-02-04 Jack Lange fixed 64 bit PDE access check
2009-02-04 Jack Lange fixed paging callbacks to normalize calling convention
2009-02-04 Jack Lange functional but broken 64 bit paging
2009-02-04 Jack Lange changed to error output
2009-02-04 Lei Xia Remove the test code
2009-02-04 Lei Xia Merge branch 'devel' of /home/palacios/palacios into...
2009-02-03 Lei Xia V3_Sockets Macros tested
2009-02-03 Jack Lange cleaned up 32 bit shadow paging implementation
2009-02-03 Jack Lange starting work on 64 bit shadow paging
2009-02-03 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-02-03 Lei Xia Finish the VMM Socket Layer
next