VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @24740   15 years vboxsync VMM, PDM: Need a AsyncNotificationCompleted helper so we can skip the …
(edit) @24738   15 years vboxsync VMReq.cpp: Made VMR3ReqProcessU re-entrant.
(edit) @24731   15 years vboxsync Logging changes
(edit) @24730   15 years vboxsync PDM: Implemented making device/driver/usb-device suspend and poweroff …
(edit) @24728   15 years vboxsync CPUM: report L1 cache as data, and provide reasonable linesize
(edit) @24723   15 years vboxsync Introducing PGMPhysInvalidatePageMapTLBEntry
(edit) @24722   15 years vboxsync Increased the size of the chunk and physical page TLBs
(edit) @24715   15 years vboxsync Enabled the physical page TLB again to get feedback from the test machines.
(edit) @24713   15 years vboxsync Removed unnecessary flushing from PGMHandlerPhysicalReset
(edit) @24711   15 years vboxsync Missing flushes + more stats
(edit) @24708   15 years vboxsync AsyncCompletion: Remove the entry from the endpoint where it belongs …
(edit) @24702   15 years vboxsync Disabled the physical TLB again; regressions
(edit) @24701   15 years vboxsync Compile fix
(edit) @24700   15 years vboxsync Paranoia
(edit) @24699   15 years vboxsync PDMAllBth.h: Wrong format specifier.
(edit) @24698   15 years vboxsync Invalidate the physical page TLB for ram/rom/mmio region changes.
(edit) @24695   15 years vboxsync Unify page TLB clearing in PGMPhysInvalidatePageMapTLB
(edit) @24693   15 years vboxsync Wrong format specifier
(edit) @24692   15 years vboxsync comment copy/paste bug
(edit) @24680   15 years vboxsync VMMGC.mac: Use new section definition form on darwin and ditch the 50 …
(edit) @24647   15 years vboxsync Fix physical page TLB.
(edit) @24632   15 years vboxsync Accidental commit
(edit) @24631   15 years vboxsync Wrong format specifier for logging
(edit) @24630   15 years vboxsync Backed out r54784; those flags aren't saved
(edit) @24629   15 years vboxsync Clear the flags so they don't get saved and trigger the release …
(edit) @24622   15 years vboxsync Build fix for debug builds
(edit) @24621   15 years vboxsync AsyncCompletion: Implement new caching using the 2Q algorithm
(edit) @24613   15 years vboxsync SSM.cpp: assertion instead of bulky code.
(edit) @24608   15 years vboxsync Log more advanced VT-x features
(edit) @24582   15 years vboxsync VMM.cpp: Fix cleanup of the stack's guard pages so that we don't …
(edit) @24580   15 years vboxsync PDMLdr.cpp: Call VMSetError before freeing the filename used in the …
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