VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45905   12 years vboxsync VMM/HMVMXR0: Return proper status code while leaving root-mode not …
(edit) @45904   12 years vboxsync VMM/HMVMXR0: Fixes for pure 32-bit darwin hosts (not hybrid) with …
(edit) @45896   12 years vboxsync VMM/HMVMXR0: limit macro scope.
(edit) @45895   12 years vboxsync VMM/HMVMXR0: Remove redundant and slightly misleading comment.
(edit) @45894   12 years vboxsync VMM: Use RT_BIT which uses unsigned to avoid nasty sign-extension …
(edit) @45893   12 years vboxsync VMM/HMVMXR0: Fix sign extension issue, use uint32_t.
(edit) @45892   12 years vboxsync VMM/HMVMXR0: Some clarification regarding the unusable bit.
(edit) @45888   12 years vboxsync VMM/HMVMXR0: Avoid syncing TRPM and Pending HM events back and forth …
(edit) @45887   12 years vboxsync VMM/HMVMXR0: todo for thinking about tomorrow.
(edit) @45886   12 years vboxsync VMM/HMVMXR0: A few extra segment selector checks.
(edit) @45885   12 years vboxsync VMM/HMVMXR0: More checks on strict builds.
(edit) @45884   12 years vboxsync VMM/HMVMXR0: More aggressive state sync.: don't save IDTR, LDTR, GDTR, …
(edit) @45875   12 years vboxsync VMM/VMMR0: Distinguish better between invalid VMXON, VMCS pointers and …
(edit) @45872   12 years vboxsync VMM/HMVMXR0: nit.
(edit) @45870   12 years vboxsync VMM: Fix for HM_PROFILE_EXIT_DISPATCH.
(edit) @45865   12 years vboxsync VMM/HMVMXR0: Assertion and clarified todo comment.
(edit) @45863   12 years vboxsync VMM/VMMR0: HMR0 is shared code, not just Intel. Undo skipping of …
(edit) @45862   12 years vboxsync VMM/VMMR0: Unbreak old VT-x code with manual load/store of kernel GS …
(edit) @45861   12 years vboxsync VMM/VMMR0: Fix debug assertion regarding leaving HM context with …
(edit) @45857   12 years vboxsync VMM/HMVMXR0: Eliminated some unnecessary DECLCALLBACK calling convention.
(edit) @45856   12 years vboxsync VMM: STAM counter descriptions, cleanup. Fixed a few erroneous stats …
(edit) @45855   12 years vboxsync VMM/HMVMXR0: Remove assertion for now as it's an enum not a pfn.
(edit) @45854   12 years vboxsync VMMR0: build fix
(edit) @45852   12 years vboxsync VMM/HMVMXR0: wrap to 130 columns.
(edit) @45850   12 years vboxsync VMM/HMVMXR0: nits.
(edit) @45849   12 years vboxsync VMM/HMVMXR0: Redundant.
(edit) @45848   12 years vboxsync VMM/HMVMX0: We're already in non-preemptible context. Too paranoid to …
(edit) @45846   12 years vboxsync VMM/HMVMXR0: Restore TSC_AUX properly when not using auto-load/store …
(edit) @45845   12 years vboxsync VMM/VMMR0: Load kernel-gs base MSR as part of the auto-load/store MSR …
(edit) @45829   12 years vboxsync Don't panic on bad state and ignore assertions and other error conditions.
(edit) @45823   12 years vboxsync VMM/HMVMXR0: Resetup preemption timer when the preemption timer …
(edit) @45820   12 years vboxsync VMM/HMVMXR0: Update TSC offsetting when the guest write TSC. This …
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45785   12 years vboxsync VMM/HMVMXR0: paranoia and comments.
(edit) @45781   12 years vboxsync VMM/HM: Simplified real/protected mode transition tracking logic.
(edit) @45774   12 years vboxsync VMM/HMVMXR0: unintentional commit of debugging stuff.
(edit) @45773   12 years vboxsync VMM/HMVMXR0: Darwin hybrid-kernel fixes.
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(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) @45722   12 years vboxsync VMM/HMVMXR0: nits.
(edit) @45715   12 years vboxsync VMM/HMVMXR0: Theoretically possibly to miss a CR2 update when we should.
(edit) @45712   12 years vboxsync VMM/HMVMXR0: Alignment.
(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) @45693   12 years vboxsync VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault …
(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) @45668   12 years vboxsync VMMR0/HMVMXR0: Don't intercept CR0.WP when we have nested paging.
(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) @45641   12 years vboxsync VMMR0/HMVMXR0: bits.
(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) @45623   12 years vboxsync HMVMX: HMVMX_USE_FUNCTION_TABLE (enabled, as before) and …
(edit) @45621   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45617   12 years vboxsync VMMR0/HMVMXR0: Fix MOV DRx intercepts. Haiku now works.
(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) @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) @45552   12 years vboxsync HMVMX: Windows build fix.
(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) @45534   12 years vboxsync VMM: use of symbolic names and asserts.
(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) @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) @45498   12 years vboxsync VMMR0/HMVMXR0: leaner, part 2.
(edit) @45496   12 years vboxsync VMMR0/HMVMXR0: leaner, less parameter passing, part 1.
(edit) @45487   12 years vboxsync VMMR0/HMVMXR0: Fix LDTR usable bit, fixes NetBSD guests.
(edit) @45481   12 years vboxsync VMM/HMVMXR0: More assertions.
(edit) @45478   12 years vboxsync VMM/VMMR0: more consistent names.
(edit) @45475   12 years vboxsync VMM/VMMR0/HM: comment and todo for problem earlier seen today with …
(edit) @45474   12 years vboxsync VMM: Remove unused error codes, use more specific error codes. Restore …
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