VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20317   16 years vboxsync Experiment with TPR patching (disabled)
(edit) @20291   16 years vboxsync TPR patching for nested page accesses (disabled)
(edit) @20281   16 years vboxsync Backed out r48156
(edit) @20280   16 years vboxsync Updated nested paging check
(edit) @20278   16 years vboxsync Shadow page mode exit fix for AMD-V nested paging. (not called with …
(edit) @20277   16 years vboxsync Removed obsolete comment
(edit) @20234   16 years vboxsync AMD-V: Host VMCB must also be per-VCPU
(edit) @20229   16 years vboxsync Enable multi-core VCPUs by default.
(edit) @20228   16 years vboxsync Fixed VT-x state loading failure.
(edit) @20222   16 years vboxsync Multi-core changes. Return correct error in 64 bits guest smp on 32 …
(edit) @20205   16 years vboxsync OSE
(edit) @20204   16 years vboxsync OSE
(edit) @20199   16 years vboxsync Always reset the CPU state during reset
(edit) @20198   16 years vboxsync Moved pending forced actions clearing.
(edit) @20196   16 years vboxsync Extra logging
(edit) @20195   16 years vboxsync Assertions added
(edit) @20192   16 years vboxsync Make sure we clear all pending forced actions during a reset for …
(edit) @20189   16 years vboxsync Deal with reset properly (guest SMP).
(edit) @20187   16 years vboxsync Fix crash in async completion code when an error occurs during init …
(edit) @20185   16 years vboxsync PDMAsyncCompletion: * Export missing file to OSE * Enable PDM …
(edit) @20180   16 years vboxsync Completed HWACCMInvalidatePhysPage
(edit) @20168   16 years vboxsync Fix windows burns
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @20158   16 years vboxsync Extra VCPU checks. Attempt to fix alignment issue
(edit) @20157   16 years vboxsync Multi core cpuid changes for AMD (untested)
(edit) @20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
(edit) @20152   16 years vboxsync Added DBGFR3InfoLogRel and DBGFR3InfoStdErr.
(edit) @20151   16 years vboxsync Handle pgm pool flushes a bit differently.
(edit) @20145   16 years vboxsync Fixed registration of statistics
(edit) @20143   16 years vboxsync Correction
(edit) @20142   16 years vboxsync VT-x/AMD-V: Keep statistics for injected traps & interrupts.
(edit) @20140   16 years vboxsync No need to inform all VCPUs about a pending pool flush. The current …
(edit) @20136   16 years vboxsync Missing descriptions
(edit) @20135   16 years vboxsync Prevent reuse of cached larged pages with different access attributes.
(edit) @20133   16 years vboxsync alignment fix.
(edit) @20132   16 years vboxsync HWACCM: Finished (I hope) the VBOX_WITH_VMMR0_DISABLE_PREEMPTION code.
(edit) @20129   16 years vboxsync Backed out 47892-5
(edit) @20128   16 years vboxsync Bug fix
(edit) @20127   16 years vboxsync Cleaned up
(edit) @20126   16 years vboxsync Wrong place
(edit) @20125   16 years vboxsync Prevent reuse of cached large pages with different access attributes.
(edit) @20122   16 years vboxsync EM.cpp: Fixed enmState assertion in EMR3ExecuteVM on restore. Restore …
(edit) @20121   16 years vboxsync TM.cpp: Fixed saved state bustage from two days back. Enter the …
(edit) @20120   16 years vboxsync TMAll.cpp: Better assertion.
(edit) @20114   16 years vboxsync SSM: Added SSMR3Skip.
(edit) @20096   16 years vboxsync VBox/pdmdrv.h,TM: user argument and flags for driver timers.
(edit) @20094   16 years vboxsync VBox/pdmdev.h: Retired pfnTMTimerCreateExternal.
(edit) @20092   16 years vboxsync DevAPIC,PDM: timer critsect.
(edit) @20091   16 years vboxsync TM.cpp: Forgot to take the timer crit sect when working virtual sync …
(edit) @20089   16 years vboxsync TM: The critsect assertions.
(edit) @20088   16 years vboxsync PDMQueue.cpp: todo for fixing assertion during DSL shutdown (smp).
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @20076   16 years vboxsync No longer necessary to get rid of the lock
(edit) @20072   16 years vboxsync Fixed early init assertions
(edit) @20071   16 years vboxsync Bit more REM locking
(edit) @20069   16 years vboxsync Loosened assertion for the guest SMP case.
(edit) @20068   16 years vboxsync Trying to get rid of annoying assertions
(edit) @20065   16 years vboxsync Logging
(edit) @20064   16 years vboxsync SyncPage: deal with missing PDE; can be changed behind our back by …
(edit) @20063   16 years vboxsync Logging fix
(edit) @20062   16 years vboxsync Attempt to fix alignment issues
(edit) @20061   16 years vboxsync Made assertion less strict in SMP mode
(edit) @20060   16 years vboxsync Atomic updates of lock counters
(edit) @20059   16 years vboxsync Stricter lock checking
(edit) @20058   16 years vboxsync Deal with pool pages being modified while we wait for the pgm lock in …
(edit) @20057   16 years vboxsync Backed out 47767 (breaks saved states from yesterday)
(edit) @20056   16 years vboxsync Backed out 47770 & 47771 (failed experiment)
(edit) @20050   16 years vboxsync TM: new state and more logging (gee).
(edit) @20046   16 years vboxsync Updates
(edit) @20040   16 years vboxsync VMM/EM: accept EMSTATE_HALTED, it's normal when resuming execution of …
(edit) @20038   16 years vboxsync Use new functions to get/set TPR (AMD-V).
(edit) @20037   16 years vboxsync TPR read/write updates
(edit) @20035   16 years vboxsync Some updates for AMD APIC accesses
(edit) @20034   16 years vboxsync Comment added
(edit) @20032   16 years vboxsync Expose X86_CPUID_AMD_FEATURE_ECX_CR8L to all guests.
(edit) @20026   16 years vboxsync Testing AMD IO-APIC patching
(edit) @20014   16 years vboxsync Compile fix
(edit) @20013   16 years vboxsync Typo
(edit) @20012   16 years vboxsync PGM: MMR3PageAlloc() / MMR3PageAllocLow() already set the …
(edit) @20011   16 years vboxsync VMM: fix a typo in mmR3PagePoolAlloc() if the memory allocation …
(edit) @20010   16 years vboxsync PDMCritSect: Enabled ring-0 exit.
(edit) @20008   16 years vboxsync PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
(edit) @20007   16 years vboxsync Turn on VAPIC access handling for all VCPUs
(edit) @20004   16 years vboxsync Logging change
(edit) @20003   16 years vboxsync Enabled the IO-APIC optimizations for VT-x in the 32 bits guest case. …
(edit) @20001   16 years vboxsync Cleaned up PDMGet/SetTPR.
(edit) @20000   16 years vboxsync Cleaned up
(edit) @19999   16 years vboxsync More comments
(edit) @19997   16 years vboxsync Wrong APIC page
(edit) @19996   16 years vboxsync Moved TPR caching check to the top.
(edit) @19995   16 years vboxsync Introduced PDMHasIoApic.
(edit) @19993   16 years vboxsync Proper handling of VMX_EXIT_APIC_ACCESS
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19991   16 years vboxsync pdmcritsect: work in progress.
(edit) @19986   16 years vboxsync Removed test code
(edit) @19985   16 years vboxsync Some APIC access updates (disabled)
(edit) @19976   16 years vboxsync HWSVMR0.cpp: Inverted check in assertion?
(edit) @19958   16 years vboxsync oops
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
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