VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22112   15 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
(edit) @22108   15 years vboxsync DBGC: plug-ins in the works.
(edit) @22106   15 years vboxsync DBGF,DBGC: 64-bit stack walking.
(edit) @22105   15 years vboxsync DBGF: Added DBGFSELQI_FLAGS_DT_ADJ_64BIT_MODE for making stack walking …
(edit) @22104   15 years vboxsync selmR3GetSelectorInfo64: Fixed bug in detecting 64-bit code segemnts - …
(edit) @22100   15 years vboxsync SSM: Fixed assertion in SSMR3SetGCPtrSize on 32-bit hosts.
(edit) @22079   15 years vboxsync Back to manual msr save and restore.
(edit) @22070   15 years vboxsync VMM,ConsoleImpl2: Moved NT4LeafLimit down into /CPUM and documented …
(edit) @22064   15 years vboxsync Alignment again
(edit) @22063   15 years vboxsync Removed unnecessary check
(edit) @22060   15 years vboxsync More cleanup
(edit) @22059   15 years vboxsync Cleanup
(edit) @22051   15 years vboxsync Obsolete comment
(edit) @22050   15 years vboxsync Cleaned up a bit
(edit) @22049   15 years vboxsync Make sure we only load those MSRs that are supported by the guest
(edit) @22042   15 years vboxsync VMM: refactor CPUID limitation, passed OSType
(edit) @22041   15 years vboxsync Allow fs_base & gs_base as well
(edit) @22040   15 years vboxsync VT-x: use MSR bitmaps and automatic load/store (risky change).
(edit) @22039   15 years vboxsync PDMCritSectLeave: It's not safe to call SUPSemEventSignal with …
(edit) @22037   15 years vboxsync VMM: correct report cores count, also expose more CPUID leaves by default
(edit) @22034   15 years vboxsync SSM: We've got AssertMsgReturn now, use it for assertion the SSMSTATE.
(edit) @22032   15 years vboxsync VMM: Enabled the new SSM code.
(edit) @22031   15 years vboxsync VMM/Makefile.kmk: reverted 50766.
(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
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