VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46284   12 years vboxsync VMM/HMVMXR0: 32-bit host fix.
(edit) @46280   12 years vboxsync VMM/HM: macro rename and comment update.
(edit) @46267   12 years vboxsync VMM: Optimized 64-bit host VT-x world-switch.
(edit) @46218   12 years vboxsync VMM/HWVMXR0: More accurate InGC profiling.
(edit) @46214   12 years vboxsync VMM/HWVMXR0: Profile InGC a tad bit more accurately.
(edit) @46192   12 years vboxsync VMM/HM: CR0 and CR4 masks can be 32-bit. Plus hungarian naming fixes.
(edit) @46191   12 years vboxsync VMM/HMVMXR0: TR too, shouldn't be in the LDT and must have RPL 0.
(edit) @46143   12 years vboxsync VMM/HMVMXR0: Make single-stepping work in the hypervisor debugger when …
(edit) @46135   12 years vboxsync Started populating the RC address space in the debugger.
(edit) @46130   12 years vboxsync VMM/HMVMXR0: Another darwin 32-bit hybrid kernel fix.
(edit) @46103   12 years vboxsync VMM/HMVMXR0: Log CS during loading the guest state.
(edit) @46099   12 years vboxsync VMM/VMMR0: Tidying of the assembly code.
(edit) @46098   12 years vboxsync VMM/HMVMXR0: nits.
(edit) @46090   12 years vboxsync VMM/HMVMXR0: Extra careful with macros.
(edit) @46089   12 years vboxsync VMM/HMVMXR0: Be more explicit about type sizes. It's rather critical …
(edit) @46088   12 years vboxsync VMM/HMVMXR0: Another attempt at fixing 32-bit darwin hybrid kernel.
(edit) @46079   12 years vboxsync VMM/HMVMXR0: nit.
(edit) @46076   12 years vboxsync VMM/HMVMXR0: 32-bit hybrid darwin kernel fixes.
(edit) @46041   12 years vboxsync VMM/HMVMXR0: nit.
(edit) @46018   12 years vboxsync VMM/HMVMXR0: Fix Vista 64-bit guests to work again.
(edit) @46004   12 years vboxsync VMM/HMVMXR0: DR7 is 32-bit in reality, upper bits are reserved MBZ, so …
(edit) @45978   12 years vboxsync VMM/HMVMXR0: nit.
(edit) @45977   12 years vboxsync VMM/HMVMXR0: Kernel GS Base is no longer manually saved/restore across …
(edit) @45976   12 years vboxsync VMM/HMVMXR0: In case we don't have TPR-shadow or CR8_LOAD exit is …
(edit) @45967   12 years vboxsync VMM/HMVMXR0: comment.
(edit) @45966   12 years vboxsync VMM/HMVMXR0: Only cause a VM-exit when the highest-priority pending …
(edit) @45965   12 years vboxsync VMM: Facility for getting the highest-priority pending interrupt from …
(edit) @45963   12 years vboxsync VMM: nits.
(edit) @45957   12 years vboxsync windows build fix
(edit) @45955   12 years vboxsync VMM: Name fixes for non-static functions.
(edit) @45954   12 years vboxsync VMM/HMVMXR0: spacing.
(edit) @45953   12 years vboxsync VMM/HMVMXR0: Don't mix up store and load. This is horrible terminology.
(edit) @45947   12 years vboxsync VMM: HM cleanup for CTRL, CONTROLS in symbolic names.
(edit) @45946   12 years vboxsync VMM/HMVMXR0: copy, paste typo.
(edit) @45945   12 years vboxsync VMM/HMVMXR0: paranoidroid.
(edit) @45944   12 years vboxsync VMM/HMVMXR0: Don't intercept CR3 reads with unrestricted guests.
(edit) @45943   12 years vboxsync VMM/HMVMXR0: Fix overly-delayed update of PGM's view of CR3. More …
(edit) @45937   12 years vboxsync VMM/HMVMXR0: Easier to read when reading huge logs.
(edit) @45934   12 years vboxsync VMMR0.cpp/RTAssertMsg2WeakV: Don't instantiate the debug logger, just …
(edit) @45918   12 years vboxsync VMM/HMVMXR0: State-save ordering enforcement assertion, comment and …
(edit) @45915   12 years vboxsync VMM/HMVMXR0: lines.
(edit) @45912   12 years vboxsync VMM/HMVMXR0: Return of the AssertRCReturns!
(edit) @45908   12 years vboxsync Don't OR status codes together, just AssertRCReturn immediately. If …
(edit) @45906   12 years vboxsync VMM/HMVMXR0: uint64->32 fix.
(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.
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