VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48329   12 years vboxsync VMM: nits.
(edit) @48328   12 years vboxsync VMM: Assert, doxygen, todo question.
(edit) @48326   12 years vboxsync VMM: Nits.
(edit) @48318   12 years vboxsync VMM/HM: Fix incorrect jump causing panic while restoring GS in VT-x.
(edit) @48309   12 years vboxsync nit.
(edit) @48306   12 years vboxsync VMM/HMSVMR0: Assert.
(edit) @48302   12 years vboxsync VMM/HMSVMR0: Comments similar to Intel.
(edit) @48296   12 years vboxsync VMM/HMR0: Fix for SMX mode, avoid rechecking what's already checked.
(edit) @48284   12 years vboxsync VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.
(edit) @48280   12 years vboxsync VMM/HMR0: Todo comment. SMX mode.
(edit) @48268   12 years vboxsync VMM: Fix wrong check for SMX.
(edit) @48267   12 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48262   12 years vboxsync VMM/HM: Preempt stats and minor optimizations to VT-x when …
(edit) @48256   12 years vboxsync VMM: More descriptive host-NMI stat name.
(edit) @48250   12 years vboxsync VMM/HMVMXR0: Undo injected event on premature returns to ring-3. …
(edit) @48248   12 years vboxsync Comments.
(edit) @48240   12 years vboxsync More paranoia regarding pfnStartVM changes on 32-bit hosts (doesn't help).
(edit) @48237   12 years vboxsync VMM/HMVMXR0: Nits.
(edit) @48236   12 years vboxsync VMM: Use the CMOS for debugging 64-bit on 32-bit issue …
(edit) @48230   12 years vboxsync VMM: Propagate errors properly while leaving HM context.
(edit) @48227   12 years vboxsync VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen.
(edit) @48220   12 years vboxsync HMVMXR0.cpp: When the guest switches from long mode to one of the …
(edit) @48219   12 years vboxsync VMM/HMVMXR0: Hungarian.
(edit) @48218   12 years vboxsync VMM: Addressed a rare corner case stale TLB entry issue.
(edit) @48217   12 years vboxsync VMM/HMR0: Spaces and populate struct members in the same order as …
(edit) @48216   12 years vboxsync VMM/HM: Cleanup.
(edit) @48215   12 years vboxsync VMM/HMVMXR0: Cleanup.
(edit) @48213   12 years vboxsync VMM: Naming fixes and log cosmetics.
(edit) @48212   12 years vboxsync VMM/HM: Naming fixes.
(edit) @48211   12 years vboxsync VMM: Naming bits.
(edit) @48210   12 years vboxsync VMM: More naming fixes.
(edit) @48209   12 years vboxsync VMM: Apparently we use underscores in unions/structs in other places. …
(edit) @48208   12 years vboxsync VMM: Cleanup, hungarian and comments.
(edit) @48206   12 years vboxsync VMM/HMSVMR0: Make the code more robust regarding longjmps in awkward …
(edit) @48205   12 years vboxsync VMM/HMVMXR0: Make code more robust regarding longjmps in awkward places.
(edit) @48204   12 years vboxsync VMM/HMSVMR0: Better parameters.
(edit) @48201   12 years vboxsync VMM: Re-enable thread-context hooks on Linux, Solaris.
(edit) @48200   12 years vboxsync VMM/HMSVMR0: Fewer inline hints.
(edit) @48196   12 years vboxsync VMM/HMSVMR0: Thread-context hook fixes.
(edit) @48194   12 years vboxsync VMM/HMVMXR0: Even without preemption hooks, we can now load the …
(edit) @48188   12 years vboxsync TRPMR0.cpp: Removed debug statement accidentally committed in r88087. …
(edit) @48183   12 years vboxsync VMM/HMSVMR0: Comments and logging.
(edit) @48174   12 years vboxsync HM: Adjusted some CPUMIsXxxDebugStateActive() assertion for …
(edit) @48156   12 years vboxsync VMM/HMVMXR0: Update comment and add assertion. We no longer have gaps …
(edit) @48153   12 years vboxsync VMM/HM: More dead code path elimination.
(edit) @48140   12 years vboxsync VMM/HMVMXR0: Safer longjmp coverage, only restore host state when …
(edit) @48139   12 years vboxsync disble thread-context hooks on Linux again
(edit) @48136   12 years vboxsync VMM: Disable thread-context hooks on Solaris. Driver doesn't unload.
(edit) @48135   12 years vboxsync VMM/HM: Eliminate dead code paths.
(edit) @48134   12 years vboxsync VMM/HMSVMR0: Fix variable scoping.
(edit) @48133   12 years vboxsync VMM/HMSVMR0: Unbreak AMD-V event injection.
(edit) @48132   12 years vboxsync VMM: Ditch VBOX_WITH_VMMR0_DISABLE_PREEMPTION.
(edit) @48130   12 years vboxsync VMM: Enable thread-context hooks. Reimplemented event injection logic …
(edit) @48083   12 years vboxsync VMM: wrong calling convention
(edit) @48082   12 years vboxsync VMM/HMVMXR0: Fix invalid VMCS launch-state when thread-context hooks …
(edit) @48060   12 years vboxsync VMM/HMVMXR0: Comments.
(edit) @48044   12 years vboxsync VMM/HM: Thread-context hooks, disable preemption while touching host …
(edit) @48041   12 years vboxsync VMM/HMVMXR0: Don't play safe when we have assertions to catch things.
(edit) @48040   12 years vboxsync VMM/HMVMXR0: Avoid loading the host state earlier when we can get …
(edit) @48039   12 years vboxsync VMM/HMVMXR0: Burn fix.
(edit) @48038   12 years vboxsync VMM/VMMR0, HMVMXR0: Minor fixes relating to error paths.
(edit) @48037   12 years vboxsync VMM/HM: Preemption hooks, work in progress. Hopefully I didn't break …
(edit) @48032   12 years vboxsync VMM/VMMR0: Disable thread-context hooks for now. Not stable enough.
(edit) @48029   12 years vboxsync VMM/HMVMXR0: More log adjustments.
(edit) @48027   12 years vboxsync HMVMX: Log a bit more.
(edit) @48025   12 years vboxsync VMM/HMVMXR0: Asserted by the caller, don't re-assert here.
(edit) @48023   12 years vboxsync VMM/HMVMXR0: Additional logging to track VMCS state changes.
(edit) @48019   12 years vboxsync VMM/HMSVMR0: Fix assertion caused by EMT preemption in HM context.
(edit) @48006   12 years vboxsync VMMR0ThreadCtxHooksCreate: Disabled the preemption hooks on solaris …
(edit) @48003   12 years vboxsync VMM: CPUMR0Init -> CPUMR0InitVM renamed.
(edit) @47999   12 years vboxsync VMM/HM: Better error reporting for unsupported VT-x feature combos.
(edit) @47997   12 years vboxsync VMM/HMVMXR0: Try fix stale VMCS launch state while getting preempted.
(edit) @47989   12 years vboxsync VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
(edit) @47959   12 years vboxsync VMM/HMR0: Comment update.
(edit) @47856   12 years vboxsync VMM: logging cosmetics
(edit) @47844   12 years vboxsync VMM: X2APIC + NMI. Only tested on AMD64.
(edit) @47826   12 years vboxsync No COM port usage by default, except on double faults.
(edit) @47803   12 years vboxsync VMM/HM: Preemption hoooks, work in progress.
(edit) @47802   12 years vboxsync VMM/HM: Redundant updates of flags is not necessary.
(edit) @47797   12 years vboxsync VMM/HMR0Mixed.mac: Build fix.
(edit) @47794   12 years vboxsync VMM/HMR0Mixed.mac: Comment to clarify error code path.
(edit) @47793   12 years vboxsync VMM/HMR0Mixed.mac: Macrofied handling various exit paths. Essentially …
(edit) @47776   12 years vboxsync Warnings and space.
(edit) @47773   12 years vboxsync VMM/HM: RunGuestCodeStep() Load should be Save, and some typos, cosmetics.
(edit) @47771   12 years vboxsync VMM/HM: One extra char. to make typing without autocomplete easier.
(edit) @47770   12 years vboxsync VMM/HMVMXR0: Hungarian, hex prefixes.
(edit) @47766   12 years vboxsync VMM/HM: Preemption hooks.
(edit) @47760   12 years vboxsync VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
(edit) @47747   12 years vboxsync HMR0VMX.cpp: missing fSingleInstruction test.
(edit) @47743   12 years vboxsync adjusted my assertion.
(edit) @47742   12 years vboxsync VMM/HMVMXR0: Avoid OR'ing status codes when we AssertRCReturn check it …
(edit) @47736   12 years vboxsync HNVMXR0.cpp: Separate run-loop for single stepping to catch exceptions …
(edit) @47719   12 years vboxsync No MMIO2 aliasing when doing full IEM verification runs.
(edit) @47718   12 years vboxsync More single stepping work.
(edit) @47715   12 years vboxsync CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
(edit) @47687   12 years vboxsync VMM/HMVMXR0: Added segment checks to hmR0VmxCheckGuestState() while …
(edit) @47684   12 years vboxsync SVM: I/O breakpoints.
(edit) @47683   12 years vboxsync build fix + adj.
(edit) @47682   12 years vboxsync adjustments.
(edit) @47681   12 years vboxsync VMM: I/O breakpoints.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette