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.


added bochs console support
[palacios.git] / palacios / src / palacios /
2009-04-22 Jack Lange fixed page table deletion bug
2009-04-20 Jack Lange added support for memory remapping
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-04-14 Jack Lange removed floating poing operations from hashtable, load...
2009-04-09 Jack Lange functional DMA reads for IDE disks
2009-04-08 Jack Lange updates to the PCI configuration for the southbridge...
2009-04-08 Jack Lange updated the pci and IDE configuration.
2009-04-06 Jack Lange getting things working again
2009-04-06 Jack Lange huge update for merge
2009-04-03 Jack Lange Added intial cut at IDE disk support
2009-03-31 Jack Lange Merge branch 'devel' into ide
2009-03-31 Jack Lange updated shadow paging to handle cache-disabled and...
2009-03-31 Jack Lange updated shadow paging to handle cache-disabled and...
2009-03-31 Jack Lange made pci default for IDE device
2009-03-28 Jack Lange fixed CLGI window
2009-03-27 Jack Lange really fixed the gpa->hpa error check
2009-03-27 Jack Lange fixed gpa->hpa error checking
2009-03-25 Jack Lange fixes to the emulator to handle nested paging
2009-03-25 Jack Lange fixed debug flags for direct paging
2009-03-25 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-03-25 Jack Lange fixed bug in detecting guest cpu mode for nested paging
2009-03-25 Peter Dinda Cleaned up debug support for nested paging
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 added atapi identify and command port handler
2009-03-18 Jack Lange initial commit of IDE layer
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
next