VirtualBox

source: vbox/trunk/src/VBox/VMM/HWACCM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30453   14 years vboxsync DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
(edit) @30105   14 years vboxsync More stats
(edit) @29737   15 years vboxsync Fixed dropping back to the recompiler too often when running …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28812   15 years vboxsync Paranoia
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27253   15 years vboxsync Missing stat registration
(edit) @27169   15 years vboxsync Comment update
(edit) @27168   15 years vboxsync Minor formatting change
(edit) @27167   15 years vboxsync Large page support enabled as configured.
(edit) @27099   15 years vboxsync Large page enabling for myself on AMD
(edit) @26685   15 years vboxsync Large page changes
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26152   15 years vboxsync VMM: pdm.h and @copydoc cleanups.
(edit) @26146   15 years vboxsync Make sure we fall back to the recompiler if the VMM device heap is …
(edit) @26103   15 years vboxsync Do not enable NXE if the host hasn't activated it (32 bits VT-x only)
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25933   15 years vboxsync Backed out 56768
(edit) @25932   15 years vboxsync Use RTEnvExist (-> rename to RTEnvExists)
(edit) @25931   15 years vboxsync Added VBOX_HWVIRTEX_IGNORE_SVM_IN_USE environment variable check to …
(edit) @25929   15 years vboxsync More error messages in case of VT-x/AMD-V failures
(edit) @25920   15 years vboxsync Turn on NXE for 32 bits guests if PAE is enabled. (vt-x and amd-v …
(edit) @25825   15 years vboxsync r=bird: hot-plug review and code style cleanup. check out the @todos
(edit) @25816   15 years vboxsync CPU hotplug: Merge the first patch. Resets a CPU state if a CPU was …
(edit) @25386   15 years vboxsync Initial commit for unrestricted guest execution support (VT-x)
(edit) @25240   15 years vboxsync HWACCM.cpp: -Wshadow
(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) @24832   15 years vboxsync More statistics
(edit) @24814   15 years vboxsync Logging change
(edit) @24813   15 years vboxsync Write MSR_K8_HWCR value to release log (AMD-V diagnostics).
(edit) @24608   15 years vboxsync Log more advanced VT-x features
(edit) @24254   15 years vboxsync Long mode check update
(edit) @24243   15 years vboxsync TPR patching for VT-x without VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC. Untested.
(edit) @23794   15 years vboxsync More synthetic cpu work
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23638   15 years vboxsync Log AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER
(edit) @23553   15 years vboxsync More assertions
(edit) @23476   15 years vboxsync Use global (one shot on all cpus) or local (each time we want to …
(edit) @23366   15 years vboxsync Wait for the target VCPU to finish its world switch.
(edit) @23244   15 years vboxsync Fixed tpr patch restore
(edit) @23226   15 years vboxsync TPR patch restore fix
(edit) @23224   15 years vboxsync Logging updates
(edit) @23145   15 years vboxsync VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
(edit) @23011   15 years vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22681   15 years vboxsync HWACCM: Don't fall back to raw-mode if VMMIsHwVirtExtForced() returns …
(edit) @22635   15 years vboxsync VMM: fail for guest SMP without VT-x, better error messages if …
(edit) @22615   15 years vboxsync refined r51666
(edit) @22493   15 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22482   15 years vboxsync EM,HWACCM: Correct HWACCMR3RestartPendingIOInstr status handling.
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22290   15 years vboxsync Wrong tree
(edit) @22289   15 years vboxsync Write TPR patching enabled state to release log
(edit) @22288   15 years vboxsync Wrong assertion
(edit) @22286   15 years vboxsync Logging change
(edit) @22267   15 years vboxsync Comment update
(edit) @22264   15 years vboxsync Move the TPR patching decision logic to Main.
(edit) @22263   15 years vboxsync Selectively enable TPR patching for certain Windows guests.
(edit) @22242   15 years vboxsync Made TSC underflow checking more generic.
(edit) @22241   15 years vboxsync Attempt to get rid of decreasing rdtsc return values.
(edit) @22040   15 years vboxsync VT-x: use MSR bitmaps and automatic load/store (risky change).
(edit) @22015   15 years vboxsync Removed unnecessary TPR patch instructions
(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) @21989   15 years vboxsync More statistics
(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) @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) @21695   15 years vboxsync Bugfix
(edit) @21692   15 years vboxsync Compile fix:
(edit) @21690   15 years vboxsync Get->Put
(edit) @21689   15 years vboxsync Compile fix
(edit) @21679   15 years vboxsync TPR patching updates
(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) @21213   15 years vboxsync Enabled restarting pending IO instructions without requiring a full …
(edit) @21210   15 years vboxsync Updates
(edit) @21209   15 years vboxsync Updates for io instruction restarts
(edit) @21125   15 years vboxsync Don't register unused stat counters
(edit) @20864   15 years vboxsync SUP,*: API cleanup.
(edit) @20838   15 years vboxsync NMI updates
(edit) @20228   16 years vboxsync Fixed VT-x state loading failure.
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