VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45753   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45752   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45750   12 years vboxsync VMMSwitcher: Fixed assertion in debug builds (harmless).
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @45746   12 years vboxsync The vmmR3Switcher32BitToAMD64_Def and vmmR3SwitcherPAEToAMD64_Def …
(edit) @45745   12 years vboxsync Doc updates regarding guest 64-bit on 32-bit host.
(edit) @45741   12 years vboxsync #undef VBOX_WITH_RAW_MODE fix on 32-bit hosts.
(edit) @45739   12 years vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @45737   12 years vboxsync doc corrections.
(edit) @45735   12 years vboxsync VMM: Consistently flush TLB entries for non-present pages.
(edit) @45734   12 years vboxsync VMM/HMVMXR0: nit.
(edit) @45733   12 years vboxsync VMM/HMVMXR0: spaces.
(edit) @45732   12 years vboxsync VMM/HMVMXR0: Don't trash CR2 for VM-exits caused due to a #PF delivery …
(edit) @45728   12 years vboxsync TRPM: Sprinkled HMIsEnabled around the place.
(edit) @45726   12 years vboxsync VMMSwitcher.cpp: We never include internal headers of other components.
(edit) @45725   12 years vboxsync nit
(edit) @45722   12 years vboxsync VMM/HMVMXR0: nits.
(edit) @45721   12 years vboxsync VMM: fix r85247 for 32-bit hosts
(edit) @45715   12 years vboxsync VMM/HMVMXR0: Theoretically possibly to miss a CR2 update when we should.
(edit) @45714   12 years vboxsync VMM/HM: Log adjustment.
(edit) @45713   12 years vboxsync build fix
(edit) @45712   12 years vboxsync VMM/HMVMXR0: Alignment.
(edit) @45711   12 years vboxsync VMM/VMMRC: Fix 64-bit guests on 32-bit hosts for the new VT-x code.
(edit) @45709   12 years vboxsync SELM.cpp: Must cast pointers to uintptr_t before doing …
(edit) @45708   12 years vboxsync SELM: nits
(edit) @45707   12 years vboxsync build fix
(edit) @45705   12 years vboxsync Retired SELMR3DisableMonitoring.
(edit) @45704   12 years vboxsync VMM/HMVMXR0: Build fix for HMVMX_ALWAYS_TRAP_PF.
(edit) @45701   12 years vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45699   12 years vboxsync VMM/HMVMXR0: Fix macro renaming breakage.
(edit) @45698   12 years vboxsync VMM/HMVMXR0: Alignment.
(edit) @45695   12 years vboxsync Typo.
(edit) @45693   12 years vboxsync VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault …
(edit) @45692   12 years vboxsync VMMR3/DBGF: Single-stepping should no longer be in effect when …
(edit) @45685   12 years vboxsync VMM/HMVMXR0: Safer to update CR2 while injecting exceptions and not …
(edit) @45684   12 years vboxsync VMM/HMVMXR0: 32-bit fixes, round 2.
(edit) @45682   12 years vboxsync VMM/HMVMXR0: RFlags is 32-bit with upper half as always 0, avoid going …
(edit) @45681   12 years vboxsync VMM/HMVMXR0: Fix for 32-bit hosts, round 1.
(edit) @45678   12 years vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45668   12 years vboxsync VMMR0/HMVMXR0: Don't intercept CR0.WP when we have nested paging.
(edit) @45665   12 years vboxsync HM.cpp: Fix assertion in HMIsEnabledNotMacro during vm startup.
(edit) @45664   12 years vboxsync tstVMM: the current behavior is that either raw mode or VT-x/AMD-V …
(edit) @45657   12 years vboxsync VMMR0/HMVMXR0: typo.
(edit) @45656   12 years vboxsync VMM/HMVMXR0: removed some superfluous comments.
(edit) @45655   12 years vboxsync VMMR0/HM: Profiling longjmp round trips are less useful, adjusted STAM …
(edit) @45653   12 years vboxsync VMM/VMMR0: HM cleanup.
(edit) @45651   12 years vboxsync VMM/HMVMXR0: Actually we -do- need to intercept #DB (hypervisor …
(edit) @45650   12 years vboxsync VMMR0/HMVMXR0: Fix single-stepping over STI during guest debugging and …
(edit) @45648   12 years vboxsync VMMR0/HMVMXR0: Clear interrupt-inhibition if we're single-stepping in …
(edit) @45647   12 years vboxsync VMMR0/HMVMXR0: Implemented setting of pending debug exceptions for …
(edit) @45645   12 years vboxsync VMM/PDMDevHlp: Add helper to get the SUPDrv session handle (intended …
(edit) @45641   12 years vboxsync VMMR0/HMVMXR0: bits.
(edit) @45640   12 years vboxsync VMM: build fix
(edit) @45639   12 years vboxsync VMMR0/HMVMXR0: Simultaneous hyper and guest single-stepping support …
(edit) @45637   12 years vboxsync VMM/VMMR0: HM macro prefix cleanup a bit.
(edit) @45628   12 years vboxsync VMM: build fix
(edit) @45623   12 years vboxsync HMVMX: HMVMX_USE_FUNCTION_TABLE (enabled, as before) and …
(edit) @45621   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45620   12 years vboxsync CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, …
(edit) @45619   12 years vboxsync PGMAllBth.h: Skip a path in Trap0eHandler that hooks into CSAM if CSAM …
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45617   12 years vboxsync VMMR0/HMVMXR0: Fix MOV DRx intercepts. Haiku now works.
(edit) @45611   12 years vboxsync VMM: fUsePeriodicPreemptionTimers should be set to false *after* we've …
(edit) @45609   12 years vboxsync VMMR0/HMVMXR0: fix pending events on task switches. Fixes Warcraft 2 …
(edit) @45590   12 years vboxsync VMMR0/HMVMXR0: reflect #DE and others back to the guest on a vectoring …
(edit) @45585   12 years vboxsync VMMR0/HMVMXR0: Fix regression with EFER MSR write exits. Fixes NetBSD …
(edit) @45578   12 years vboxsync VMMR3/HM: cosmetics.
(edit) @45576   12 years vboxsync VMMR0/HMVMXR0: oops
(edit) @45575   12 years vboxsync VMM/VMMR0: Update EFER on VM-reentry when WRMSR changes it. Fixes …
(edit) @45558   12 years vboxsync VMM/VMMR0: bits.
(edit) @45557   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45556   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45555   12 years vboxsync nits
(edit) @45552   12 years vboxsync HMVMX: Windows build fix.
(edit) @45549   12 years vboxsync Reverted r84927 - I cannot read.
(edit) @45548   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45547   12 years vboxsync VMM/VMMR0: More vectoring event fun.
(edit) @45546   12 years vboxsync VMM/VMMR0: More vectoring event handling.
(edit) @45545   12 years vboxsync VMM/VMMR0: Fixes to vectoring #PF, and reflecting exceptions to the guest.
(edit) @45544   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45543   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45536   12 years vboxsync oops
(edit) @45535   12 years vboxsync oops
(edit) @45534   12 years vboxsync VMM: use of symbolic names and asserts.
(edit) @45533   12 years vboxsync #ifdef the raw-mode force flags to find more code to #ifdef out.
(edit) @45532   12 years vboxsync VMMR0/HMVMXR0: HM bits.
(edit) @45531   12 years vboxsync VMMR0/HMVMXR0: Redo of VT-x event injection. Some STAM cleanup. VMM: …
(edit) @45530   12 years vboxsync attempt to fix the builds
(edit) @45529   12 years vboxsync oops.
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45525   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45519   12 years vboxsync VMMR0/HMVMXR0: Inject software int from TRPM
(edit) @45517   12 years vboxsync VMM: Clean up STAM counters and hungarian fixes.
(edit) @45513   12 years vboxsync VMMR0/HMVMXR0: Event injection, don't need to re-clear the field everytime.
(edit) @45510   12 years vboxsync VMMR0/HMVMXR0: type fixes.
(edit) @45503   12 years vboxsync HM: Alignment fixes. s/u32InstrLen/cbInstr/g. A couple of doxygen …
(edit) @45502   12 years vboxsync VMMR0/HMVMXR0: Redo the event injection logic to be done only on the …
(edit) @45501   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45500   12 years vboxsync VMM: STAM counter description.
(edit) @45499   12 years vboxsync VMM: Proper per-CPU stats categorization for VM and HM. Follow suit of EM.
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