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) @43402   12 years vboxsync VMM/HWVMXR0: comment typo.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43379   12 years vboxsync SUPDrv,VMM: Prepared for SUPR0EnableVTx on darwin.
(edit) @43361   12 years vboxsync
(edit) @43354   12 years vboxsync VMM/HWVMXR0: Don't create executable mappings for VMCS and friends.
(edit) @43307   12 years vboxsync VMM: Attempt at unbreaking the SUPR0EnableVTx code.
(edit) @43150   12 years vboxsync VMM/VMMR0: fix OS X kernel panic due to skipped auto load/store of …
(edit) @42894   12 years vboxsync VMM: nits.
(edit) @42857   12 years vboxsync VMM/HWVMXR0: Ignore EFER MSR auto store/load as we intercept all …
(edit) @42816   12 years vboxsync VMM/HWVMXR0: paranoia.
(edit) @42671   12 years vboxsync VMM/HWVMXR0: More info. on debug assertion, LogRel tidying.
(edit) @42648   12 years vboxsync VMM/HWVMXR0: More checks for invept and invvpid caps.
(edit) @42622   12 years vboxsync VMM/HWVMXR0: Flush VPIDs on 32-bit hosts.
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42394   12 years vboxsync re-applied r79422
(edit) @42390   12 years vboxsync desperately back out r79422 to test if this makes a recent regression …
(edit) @42373   12 years vboxsync VMM: invpg -> invlpg, some cleanup.
(edit) @42343   12 years vboxsync VMM/HWVMXR0: cCachedMSRs are for guest MSRs during the world switch. …
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @42184   12 years vboxsync VMM/VMMR0: Store/restore TSC_AUX for AMD-V while not intercepting …
(edit) @42173   12 years vboxsync VMM/HWVMXR0: Fixed assertion in saved states due to differing CpuIds.
(edit) @42161   12 years vboxsync VMM/HWVMXR0: cleanup.
(edit) @42156   12 years vboxsync VMM/VMMR0: HWVMXR0: Use MSR auto load/store areas in the VMCS. Added …
(edit) @42056   13 years vboxsync VMM/HWVMXR0: Save/restore IA32_TSC_AUX MSR across VMX non-root ops.
(edit) @42046   13 years vboxsync VMM/HWVMXR0: comments.
(edit) @42045   13 years vboxsync VMM/HWVMXR0: Back out r78951, better fix for acquiring/toggling new …
(edit) @42044   13 years vboxsync VMM/HWVMXR0: Fix for acquiring/signaling new ASIDs during host CPU …
(edit) @42036   13 years vboxsync VMM/HWVMXR0: Fix guru meditation on resume with VPIDs.
(edit) @42024   13 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41965   13 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41939   13 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41906   13 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41834   13 years vboxsync VMM/HWVMXR0: Fix using stale VPIDs on resume.
(edit) @41804   13 years vboxsync Doxygen.
(edit) @41801   13 years vboxsync Doxygen.
(edit) @41741   13 years vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41739   13 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41737   13 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41735   13 years vboxsync DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
(edit) @41734   13 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(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 …
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