VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41732   13 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41728   13 years vboxsync DIS: register macro name adjustments - part two.
(edit) @41727   13 years vboxsync DIS: register macro name adjustments.
(edit) @41692   13 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41675   13 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41645   13 years vboxsync VMMR0: really disable the NMI on 32-bit Linux hosts before running …
(edit) @41332   13 years vboxsync VMM/VMMR0/HWVMXR0: cosmetics.
(edit) @41330   13 years vboxsync VMM/VMMR0/HWVMXR0: cleanup.
(edit) @41329   13 years vboxsync VMM/VMMR0/HWVMXR0: comments.
(edit) @41328   13 years vboxsync VMM/VMMR0/HWVMXR0: Code cleanup, style fixes, wrap to 130 columns.
(edit) @41327   13 years vboxsync VMX: Do not force #PF traps unless specifically directed to do so.
(edit) @41318   13 years vboxsync VMX: Minor cleanup to align with SVM, comments.
(edit) @41314   13 years vboxsync VMM/VMMR0: comment typo.
(edit) @41312   13 years vboxsync VMM/VMMR0: Remove superfluous fFlushTLB flag in HMGLOBLCPUINFO. Fixes …
(edit) @41281   13 years vboxsync VMM/VMMR0/HWVMXR0: Use constant for flush though enmFlushVPID would be …
(edit) @41280   13 years vboxsync VMM/VMMR0/HWVMXR0: flush by single-context VPID by default on CPU …
(edit) @41224   13 years vboxsync VMM/VMMR0/HWVMXR0: fix VERR_PAGE_TABLE_NOT_PRESENT guru with Intel …
(edit) @41223   13 years vboxsync VMM/VMMR0/HWVMXR0: minor cleanups.
(edit) @41213   13 years vboxsync VMM: comments.
(edit) @41205   13 years vboxsync VMM/VMMR0/HWVMXR0: VPID optimization+fix: use VPIDs without flushing …
(edit) @41193   13 years vboxsync VMM/VMMR0: debug build fix.
(edit) @41189   13 years vboxsync VMM/VMMR0/HWVMXR0: Implemented EPT+VPID TLB flushing before VM entry.
(edit) @41173   13 years vboxsync VMM: Fixed reading the wrong (reserved) bit in EPT capabilities, …
(edit) @41098   13 years vboxsync HWVMXR0.cpp: If we should do something, mark it as @todo's and put the …
(edit) @41072   13 years vboxsync VMM: fix VERR_PAGE_TABLE_NOT_PRESENT guru meditation caused by failing …
(edit) @40832   13 years vboxsync HWVMXR0: added a exit reason probe for testing dtrace on windows.
(edit) @40656   13 years vboxsync Added counters so that VT-x exit stats add up.
(edit) @40561   13 years vboxsync Framework for handling VT-x MTF exits.
(edit) @40551   13 years vboxsync VT-x: Properly determine #MF interception state.
(edit) @40451   13 years vboxsync EM: build fix.
(edit) @40450   13 years vboxsync EM: Refactoring (dropping pVM argument).
(edit) @40449   13 years vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40447   13 years vboxsync EM: More refactoring.
(edit) @40442   13 years vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @40424   13 years vboxsync gcc-4.7 is more paranoid when checking function declarations regarding …
(edit) @40360   13 years vboxsync Do not try to run unreal mode code as V86 in VT-x.
(edit) @40356   13 years vboxsync MWAIT fixes: Only clear the mwait-active flag when actually resuming …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @40265   13 years vboxsync VMMR0/HWVMXR0,HWSVMR0: symbolic constants for vectors.
(edit) @39812   13 years vboxsync Trace VM exits.
(edit) @39739   13 years vboxsync nits.
(edit) @39700   13 years vboxsync cleanup
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38684   13 years vboxsync HM: some file headers
(edit) @38683   13 years vboxsync HM: renamed some internal functions.
(edit) @38677   13 years vboxsync IOM: MMIO instruction interpreter bug fixes.
(edit) @38577   13 years vboxsync VMM/HWVMXR0: disabled annoying assertion
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37386   14 years vboxsync VMM/HM: more paranoid poking code.
(edit) @37323   14 years vboxsync build fix and some prefix cleanup.
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @36643   14 years vboxsync HWVMXR0.cpp: probably a workaround for a REM bug.
(edit) @36641   14 years vboxsync VMX: Do not mangle 16-bit TR into 32-bit one.
(edit) @36196   14 years vboxsync VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35023   14 years vboxsync Introduce sane upper and lower limits for the preemption timer
(edit) @35005   14 years vboxsync Fixed massive performance regression for nested paging with 32-bit SMP …
(edit) @34958   14 years vboxsync Backed out 68777: previous code was safe
(edit) @34957   14 years vboxsync Recommit 68775
(edit) @34956   14 years vboxsync Compile problem; postpone
(edit) @34955   14 years vboxsync Can't load a minimal state if we were rescheduled to a new cpu (!!)
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @32847   14 years vboxsync Clear VMCPU_FF_TO_R3 on the way out
(edit) @32525   14 years vboxsync Updated comments
(edit) @32512   14 years vboxsync Enabled minimal guest state loading (VT-x; again). Watch for regressions.
(edit) @32506   14 years vboxsync Extra stats
(edit) @32458   14 years vboxsync VMM: Return to ring-3 when DMA work is pending.
(edit) @32419   14 years vboxsync TM,HWVMXR0: Use the preemption timer to make sure we stop executing …
(edit) @31786   14 years vboxsync PGM: AMD-V + NP optimization (IOM sometimes makes use of uErr).
(edit) @31646   14 years vboxsync HWVMXR0.cpp: Made the PGM/MMIO hack work with EPT.
(edit) @31636   14 years vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(edit) @31569   14 years vboxsync HWACCM: burn fix / VBOXSTRICTRC cleanup - a bit risky…
(edit) @31565   14 years vboxsync PGM,HWACCM: MMIO optimizations - coding in progress.
(edit) @31402   14 years vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31394   14 years vboxsync Put back (disabled) r64154
(edit) @31197   14 years vboxsync Temporarily backed out r64154 as everyone is complaining about debug …
(edit) @31169   14 years vboxsync Only sync a minimal guest state when nothing has changed.
(edit) @31099   14 years vboxsync VMM: RT_UNLIKELY misusage (disabled code)
(edit) @31053   14 years vboxsync log fix
(edit) @30915   14 years vboxsync logging fix
(edit) @30768   14 years vboxsync VT-x: fix 32-bit EFI guests
(edit) @30590   14 years vboxsync HWVMXR0.cpp,HWSVMR0.cpp: Realigned and simplified the profiling.
(edit) @30390   14 years vboxsync VT-x: when the guest's FPU state is active, then we no longer care …
(edit) @30388   14 years vboxsync Statistic correction
(edit) @30375   14 years vboxsync Experimental code (disabled)
(edit) @30181   15 years vboxsync Allow 64-bit SMP guests on 32-bit hosts
(edit) @30180   15 years vboxsync Make 32->64 switcher SMP aware.
(edit) @30160   15 years vboxsync VMMGetStackRC change
(edit) @30105   15 years vboxsync More stats
(edit) @30091   15 years vboxsync If we're somehow not in VMX root mode, then we shouldn't dare leaving it.
(edit) @30089   15 years vboxsync Don't execute vmread after vmxon fails. (-> #UD)
(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) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
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