VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25273   15 years vboxsync CSAM.cpp: -Wshadow
(edit) @25272   15 years vboxsync PATMSSM.cpp: -Wshadow
(edit) @25271   15 years vboxsync PDMAsyncCompletionFileCache.cpp: warnings and don't release …
(edit) @25270   15 years vboxsync PDMAsyncCompletionFileFailsafe.cpp: warning.
(edit) @25255   15 years vboxsync tstVMM.cpp: -Wshadow
(edit) @25254   15 years vboxsync tstPDMAsyncCompletion.cpp: -Wshadow
(edit) @25253   15 years vboxsync tstAnimate.cpp: -Wshadow
(edit) @25252   15 years vboxsync TRPMGCHandlers.cpp: -Wshadow
(edit) @25251   15 years vboxsync PGMAllPhys.cpp: -Wshadow
(edit) @25247   15 years vboxsync TMAll.cpp: -Wshadow
(edit) @25246   15 years vboxsync PGMAllPool.cpp: -Wshadow
(edit) @25245   15 years vboxsync PGMAllShw.h: -Wshadow
(edit) @25244   15 years vboxsync VMMAll/PGMAllShw.h: -Wshadow
(edit) @25243   15 years vboxsync PGMAllHandler.cpp: Fixed bug in PGMAllHandler.cpp where …
(edit) @25241   15 years vboxsync IOMAllMMIO.cpp: -Wshadow
(edit) @25240   15 years vboxsync HWACCM.cpp: -Wshadow
(edit) @25239   15 years vboxsync VMMTests.cpp: -Wshadow
(edit) @25238   15 years vboxsync VM.cpp: -Wshadow and fixed a vmR3TrySetState call.
(edit) @25237   15 years vboxsync Cpu flags not restored in exit paths. (raw mode; unlikely failures)
(edit) @25236   15 years vboxsync TRPM.cpp: -Wshadow.
(edit) @25235   15 years vboxsync SSM.cpp: -Wshadow.
(edit) @25234   15 years vboxsync STAM.cpp: -Wshadow.
(edit) @25233   15 years vboxsync SELM.cpp: -Wshadow.
(edit) @25231   15 years vboxsync PGMSavedState.cpp: -Wshadow.
(edit) @25230   15 years vboxsync PGMPhys.cpp: -Wshadow.
(edit) @25229   15 years vboxsync PGMPool.cpp: -Wshadow.
(edit) @25228   15 years vboxsync PGM.cpp: -Wshadow.
(edit) @25227   15 years vboxsync PGMMap.cpp: -Wshadow.
(edit) @25226   15 years vboxsync *: Assert(RT_SUCCESS(rc)) -> AssertRC(rc)
(edit) @25214   15 years vboxsync tmR3TimerQueueRunVirtualSync: Fixed bug where we wouldn't update …
(edit) @25193   15 years vboxsync Wrong use of fGlobalInit
(edit) @25147   15 years vboxsync AsyncCompletion/Cache: Complete all pending writes before completing a …
(edit) @25122   15 years vboxsync gcc warning
(edit) @25075   15 years vboxsync VM.cpp: Fixed a missing state transition in vmR3LiveDoStep1Cleanup: …
(edit) @25015   15 years vboxsync VMM: a few more -Wshadow fixes.
(edit) @25008   15 years vboxsync PDM.cpp: SSMR3GetUInt/SSMR3PutUInt -> U32. Fixed shadowed variable warning.
(edit) @25006   15 years vboxsync IOMR3IOPortDeregister: Fixed rc handling.
(edit) @24999   15 years vboxsync VMM: Fixed a few of -Wshadow warnings.
(edit) @24997   15 years vboxsync Proper boundary checks for 32 bits paging modes.
(edit) @24994   15 years vboxsync HWSVMR0.cpp: space
(edit) @24993   15 years vboxsync VMMR0/HWSVMR0.cpp: Corrected the csHid.attr.n.u1Granularity fix and …
(edit) @24985   15 years vboxsync Note about missing RTMpPokeCpu implementation on some host platforms.
(edit) @24978   15 years vboxsync Regression fix
(edit) @24976   15 years vboxsync HWSVMR0.cpp: Disabled the assertions as it turns out SS is also affected.
(edit) @24966   15 years vboxsync Accidental logging removed
(edit) @24965   15 years vboxsync InvalidatePage: Reset the modification counter (OpenSolaris trashes …
(edit) @24962   15 years vboxsync Logging change
(edit) @24960   15 years vboxsync Experimental code added (not used!)
(edit) @24959   15 years vboxsync CPUM,HWACCM: Moved the fixing up of csHid.n.u1Granularity to HWACCM …
(edit) @24953   15 years vboxsync VMM: functional MSR_IA32_PERF_STATUS implementation
(edit) @24938   15 years vboxsync EM: VINF_EM_SUSPEND should have higher priority than VINF_EM_RESET …
(edit) @24927   15 years vboxsync Disabled the TLB code again
(edit) @24922   15 years vboxsync Main,VMM: Debugging live snapshots.
(edit) @24918   15 years vboxsync VM,PGM: Fixed handling of VM reset during teleporation / live save.
(edit) @24917   15 years vboxsync SSM,Main: Fixed error propagation on the target side so that a source …
(edit) @24897   15 years vboxsync ssmR3StrmClose: Signal the right semaphore. Fixes deadlock when …
(edit) @24895   15 years vboxsync SSM: Flush buffers when they are 0.5 sec old and check that the stream …
(edit) @24876   15 years vboxsync PGMSavedState: refinement.
(edit) @24875   15 years vboxsync pgmR3LiveVote: Take the current dirty page count into consideration …
(edit) @24874   15 years vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
(edit) @24871   15 years vboxsync Only check if hwaccm is enabled.
(edit) @24870   15 years vboxsync Again
(edit) @24869   15 years vboxsync Compile fix
(edit) @24868   15 years vboxsync hwaccmr3Load: Recheck all VCPUs if we can go staight into hwaccm …
(edit) @24852   15 years vboxsync CPUM.cpp/cpumR3LoadExec: Hack for missing G=1 in csHid on AMD-V. #4481.
(edit) @24850   15 years vboxsync CPUM: another typo.
(edit) @24849   15 years vboxsync CPUM: typo.
(edit) @24848   15 years vboxsync x86.h/.mac,CPUM.cpp: made FTW a word again and made cpumR3InfoOne dump …
(edit) @24846   15 years vboxsync SSM: the right way around. duh.
(edit) @24845   15 years vboxsync SSM.cpp: build fix
(edit) @24844   15 years vboxsync VMM.cpp: Attempt to work around the 'loaded too much' issue on darwin …
(edit) @24843   15 years vboxsync SSM: Added SSMR3HandleRevision, SSMR3HandleVersion and …
(edit) @24833   15 years vboxsync Skip flush in HWACCMInvalidatePageOnAllVCpus when a tlb flush is …
(edit) @24832   15 years vboxsync More statistics
(edit) @24829   15 years vboxsync Removed excessive logging
(edit) @24814   15 years vboxsync Logging change
(edit) @24813   15 years vboxsync Write MSR_K8_HWCR value to release log (AMD-V diagnostics).
(edit) @24809   15 years vboxsync HWVMXR0.cpp: fixed logging.
(edit) @24808   15 years vboxsync PGMSavedState.cpp: More teleportation trickery.
(edit) @24807   15 years vboxsync PGM: Enabled real write monitored pages.
(edit) @24806   15 years vboxsync PGMAllBth.h: be even more careful.
(edit) @24805   15 years vboxsync PGMAllBth.h: Make the page writable before remapping it RW in the …
(edit) @24804   15 years vboxsync SSM: Added the pass to the statistics (so it's possible to watch progress).
(edit) @24800   15 years vboxsync darwin.amd64 build fix.
(edit) @24799   15 years vboxsync PGM/darwin: Fixed SMP in non-release builds.
(edit) @24797   15 years vboxsync PGM: More padding assertions.
(edit) @24796   15 years vboxsync PGMSavedState: Fixed long term average calculation. (The short term …
(edit) @24795   15 years vboxsync pgmR3LiveVote: update
(edit) @24794   15 years vboxsync pgmR3LiveVote: comments.
(edit) @24793   15 years vboxsync SSM,PGM: Added the pass number to the LiveVote callback. Improved …
(edit) @24785   15 years vboxsync VM.cpp: Added bug number to the TODO.
(edit) @24773   15 years vboxsync VM.cpp: Memory zeroing todo.
(edit) @24769   15 years vboxsync PGMSavedState.cpp: upped the threshold from 256 to 4096 dirty pages.
(edit) @24768   15 years vboxsync PGM: Live save stats.
(edit) @24767   15 years vboxsync PGM: Deal with write monitored pages without involving EMT. This works …
(edit) @24764   15 years vboxsync Handle missing page inconsistency with guest smp (instruction emulation)
(edit) @24763   15 years vboxsync Deal with extra error case
(edit) @24753   15 years vboxsync VMM: simple MSR_IA32_PERF_STATUS implementation, watch for regression …
(edit) @24748   15 years vboxsync PDM.cpp: debug loop counter.
(edit) @24744   15 years vboxsync PDM: Async reset notification handling as well.
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