VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22029   15 years vboxsync SSM: adjusted progress calculation during save.
(edit) @22026   15 years vboxsync space
(edit) @22025   15 years vboxsync SSM: Detect zero pages in ssmR3DataWriteBig and store them using a 3 …
(edit) @22018   15 years vboxsync Clearer assertion
(edit) @22017   15 years vboxsync Update
(edit) @22016   15 years vboxsync MSR bitmap must be per-VCPU
(edit) @22015   15 years vboxsync Removed unnecessary TPR patch instructions
(edit) @22006   15 years vboxsync tstCompressionBenchmark: More tests.
(edit) @22002   15 years vboxsync TPR patching update
(edit) @22001   15 years vboxsync Wrong NPF exit code
(edit) @22000   15 years vboxsync Comment added
(edit) @21999   15 years vboxsync Deadlock prevention
(edit) @21994   15 years vboxsync PGM: Added '.pgmphystofile <file> [nozero]' for getting more …
(edit) @21993   15 years vboxsync PGMPhys.cpp: Point out VMMR0_DO_GMM_MAP_UNMAP_CHUNK bug.
(edit) @21992   15 years vboxsync MMR3HyperSetGuard: simplify.
(edit) @21989   15 years vboxsync More statistics
(edit) @21988   15 years vboxsync Updates
(edit) @21987   15 years vboxsync TPR patching updates
(edit) @21985   15 years vboxsync Fixed the case where two or more VCPUs were racing to patch a TPR …
(edit) @21982   15 years vboxsync Compile fix
(edit) @21979   15 years vboxsync TPR patching fixes for SMP guests
(edit) @21972   15 years vboxsync Skip faulting wrmsr for TPR updates.
(edit) @21971   15 years vboxsync TPR patching update
(edit) @21966   15 years vboxsync Workaround for fatal cached page table free.
(edit) @21964   15 years vboxsync Using the wrong paging mask in PAE mode
(edit) @21963   15 years vboxsync VMM: When we're switching to our own private stack, it must have a …
(edit) @21960   15 years vboxsync TPR patching updates
(edit) @21952   15 years vboxsync SSM: fixed bug in the I/o thread write loop causing truncated files.
(edit) @21951   15 years vboxsync Comment updates
(edit) @21947   15 years vboxsync Wrong check for selector limit
(edit) @21946   15 years vboxsync AMD64andLegacy.mac: CPUM.ulOffCPUMCPU is 32-bit.
(edit) @21944   15 years vboxsync AMD64AndLegacy.mac: fixed wrong save/restore of EDX in …
(edit) @21942   15 years vboxsync VMM: detect syscall usage on the host.
(edit) @21937   15 years vboxsync Fixed wrong check for sysenter.
(edit) @21935   15 years vboxsync SSM: release log entry for successful save.
(edit) @21932   15 years vboxsync SSM: Fixed some SSMFILEUNIT version mixup in the V1 load code. Can …
(edit) @21928   15 years vboxsync PGM: Fixed restore bug where pgmR3LoadLocked left a 32-bit ~0U behind.
(edit) @21927   15 years vboxsync SSM,VBox/err.h: SSMR3SkipToEndOfUnit and more error codes.
(edit) @21926   15 years vboxsync SSM: Added some VMSetError in the most common load failure paths.
(edit) @21921   15 years vboxsync SSM: moved out the Adler32 code. (it sucked)
(edit) @21917   15 years vboxsync tstCompressionBenchmark: Added CRCs to the benchmarks.
(edit) @21915   15 years vboxsync VMM/VMMR0: minor logging fix.
(edit) @21902   15 years vboxsync SSM: Fixed a checksum verification issue when loading a stream that …
(edit) @21901   15 years vboxsync SSM: write back thread.
(edit) @21900   15 years vboxsync SSM: Added the read ahead thread.
(edit) @21897   15 years vboxsync SSM: some direct stream buffer access.
(edit) @21895   15 years vboxsync SSM: Adjusted the CRC in the termination record to include the header. …
(edit) @21894   15 years vboxsync SSM: addressed some more TODOs.
(edit) @21893   15 years vboxsync tstSSM.cpp: re-enable big config.
(edit) @21892   15 years vboxsync SSM: tstSSM works again.
(edit) @21876   15 years vboxsync obsolete defines
(edit) @21871   15 years vboxsync SSM: partly working buffering.
(edit) @21866   15 years vboxsync SSM: Incomplete buffering code (have to go).
(edit) @21862   15 years vboxsync SSM: Preparing for buffering.
(edit) @21861   15 years vboxsync PDMAll.cpp: Don't assert in PDMVMMDevHeapR3ToGCPhys as it's used …
(edit) @21858   15 years vboxsync SSM: optimized checksumming.
(edit) @21856   15 years vboxsync SSM: only compress big stuff that's a page or larger.
(edit) @21847   15 years vboxsync VMM logging: avoid crash
(edit) @21840   15 years vboxsync tstCompressionBenchmark: More tests.
(edit) @21816   15 years vboxsync No LZJB of course.
(edit) @21815   15 years vboxsync tstCompressionBenchmark: moved block compression APIs to runtime, …
(edit) @21803   15 years vboxsync tstCompressionBenchmark.cpp: more body.
(edit) @21802   15 years vboxsync tstCompressionBenchmark: code in progress.
(edit) @21799   15 years vboxsync Fixed old SSMR3Seek.
(edit) @21798   15 years vboxsync SSMInternal.h: A few of extra members for the new code.
(edit) @21797   15 years vboxsync SSM-new.cpp: Initial implementation of the revised saved state format …
(edit) @21793   15 years vboxsync tstSSM: updates and fixes (bug in old SSMR3Seek causes test failure …
(edit) @21789   15 years vboxsync PDMDriver/DevHlp.cpp: Don't use dash when mangling queue names, STAM …
(edit) @21788   15 years vboxsync PDMQueue.cpp: Deregister all statistics.
(edit) @21787   15 years vboxsync SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time …
(edit) @21773   15 years vboxsync SSM.cpp: doc updates.
(edit) @21710   15 years vboxsync A TPR change could activate a pending interrupt, so catch lstar writes.
(edit) @21709   15 years vboxsync Use LSTAR for TPR caching.
(edit) @21708   15 years vboxsync Updates
(edit) @21707   15 years vboxsync Updates
(edit) @21706   15 years vboxsync Compile fix
(edit) @21705   15 years vboxsync Logging changes
(edit) @21704   15 years vboxsync Added patch removal.
(edit) @21700   15 years vboxsync Reset fix for clearing the patch tree
(edit) @21696   15 years vboxsync Paranoia
(edit) @21695   15 years vboxsync Bugfix
(edit) @21694   15 years vboxsync Minor updates
(edit) @21692   15 years vboxsync Compile fix:
(edit) @21690   15 years vboxsync Get->Put
(edit) @21689   15 years vboxsync Compile fix
(edit) @21688   15 years vboxsync TPR caching updates
(edit) @21679   15 years vboxsync TPR patching updates
(edit) @21667   15 years vboxsync Update comment
(edit) @21666   15 years vboxsync Allow direct access to MSRs that are automatically saved/restored with …
(edit) @21656   15 years vboxsync Updates
(edit) @21653   15 years vboxsync TPR patching updates
(edit) @21652   15 years vboxsync Updates + compile fixes
(edit) @21649   15 years vboxsync Patching updates (not enabled)
(edit) @21645   15 years vboxsync Naming changes
(edit) @21644   15 years vboxsync Register guest allocated memory (locked & executable) for patching …
(edit) @21620   15 years vboxsync TPR access optimization experiments (disabled).
(edit) @21606   15 years vboxsync TM.cpp: disable one more assertion
(edit) @21591   15 years vboxsync PDMCritSectEnter: PAUSE when spinning.
(edit) @21587   15 years vboxsync Make sure we turn off X86_CR4_VME if we are in emulated real mode (VT-x)
(edit) @21585   15 years vboxsync Real mode sti emulation wasn't entirely correct.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette