VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47844   11 years vboxsync VMM: X2APIC + NMI. Only tested on AMD64.
(edit) @47826   11 years vboxsync No COM port usage by default, except on double faults.
(edit) @47803   11 years vboxsync VMM/HM: Preemption hoooks, work in progress.
(edit) @47802   11 years vboxsync VMM/HM: Redundant updates of flags is not necessary.
(edit) @47797   11 years vboxsync VMM/HMR0Mixed.mac: Build fix.
(edit) @47794   11 years vboxsync VMM/HMR0Mixed.mac: Comment to clarify error code path.
(edit) @47793   11 years vboxsync VMM/HMR0Mixed.mac: Macrofied handling various exit paths. Essentially …
(edit) @47776   11 years vboxsync Warnings and space.
(edit) @47773   11 years vboxsync VMM/HM: RunGuestCodeStep() Load should be Save, and some typos, cosmetics.
(edit) @47771   11 years vboxsync VMM/HM: One extra char. to make typing without autocomplete easier.
(edit) @47770   11 years vboxsync VMM/HMVMXR0: Hungarian, hex prefixes.
(edit) @47766   11 years vboxsync VMM/HM: Preemption hooks.
(edit) @47760   11 years vboxsync VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
(edit) @47747   11 years vboxsync HMR0VMX.cpp: missing fSingleInstruction test.
(edit) @47743   11 years vboxsync adjusted my assertion.
(edit) @47742   11 years vboxsync VMM/HMVMXR0: Avoid OR'ing status codes when we AssertRCReturn check it …
(edit) @47736   11 years vboxsync HNVMXR0.cpp: Separate run-loop for single stepping to catch exceptions …
(edit) @47719   11 years vboxsync No MMIO2 aliasing when doing full IEM verification runs.
(edit) @47718   11 years vboxsync More single stepping work.
(edit) @47715   11 years vboxsync CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
(edit) @47687   11 years vboxsync VMM/HMVMXR0: Added segment checks to hmR0VmxCheckGuestState() while …
(edit) @47684   11 years vboxsync SVM: I/O breakpoints.
(edit) @47683   11 years vboxsync build fix + adj.
(edit) @47682   11 years vboxsync adjustments.
(edit) @47681   11 years vboxsync VMM: I/O breakpoints.
(edit) @47680   11 years vboxsync VMM/HMVMXR0: Added missing TR guest-state checks.
(edit) @47677   11 years vboxsync HMSVMXR0.cpp: DR6.Bx values are cleared on #DB it seems, while the …
(edit) @47676   11 years vboxsync VMM/HMVMXR0: Some missed checks and fixes to segment checks.
(edit) @47673   11 years vboxsync HMVMXR0: Fixed copy&past from SVM code with fDr6=false in …
(edit) @47671   11 years vboxsync VMM: More debugging related stuff.
(edit) @47670   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Fix typo in checking invalid guest state, nits.
(edit) @47663   11 years vboxsync build fix
(edit) @47662   11 years vboxsync build fix.
(edit) @47660   11 years vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @47653   11 years vboxsync VMM/HMVMXR0: Fixed a bug in checking invalid guest-state logic.
(edit) @47652   11 years vboxsync VMM: Removed all VBOX_WITH_OLD_[VTX|AMDV]_CODE bits.
(edit) @47646   11 years vboxsync First part removing VBOX_WITH_OLD_ related stuff.
(edit) @47645   11 years vboxsync VMM: RTThreadCtxHooksAre[Registered|Created](). Moved it into IN_RING0 …
(edit) @47643   11 years vboxsync VMM/HMVMXR0: 130 columns.
(edit) @47640   11 years vboxsync VMM/HMVMXR0: spaces.
(edit) @47638   11 years vboxsync VMM/HMVMXR0: Typo.
(edit) @47636   11 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @47635   11 years vboxsync VMM/HM: Implemented VMX guest-state checks in accordance with the …
(edit) @47619   11 years vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47610   11 years vboxsync VMM/HMR0Mixed: Always restore IDTR on all 64-bit Darwin thanks to …
(edit) @47608   11 years vboxsync VMM/HMR0: Comment clarifications.
(edit) @47607   11 years vboxsync VMM/HMR0Mixed.mac: Split IDTR and GDTR restoration macros.
(edit) @47606   11 years vboxsync VMM/HMR0: Comment to reflect the order in the stack.
(edit) @47586   11 years vboxsync VMM/HMVMXR0: Naming.
(edit) @47514   11 years vboxsync VMM/HMSVMR0: Rel counter stat fix.
(edit) @47513   11 years vboxsync on AMD too
(edit) @47512   11 years vboxsync VMM: make the StatExitHostNmi release
(edit) @47473   11 years vboxsync VMM/VMMR0: header include guard update.
(edit) @47472   11 years vboxsync VMM/VMMR0: HW(VMX|SVM)R0.h -> HM(VMX|SVM)R0.h. Now that the refactor …
(edit) @47458   11 years vboxsync Space.
(edit) @47457   11 years vboxsync VMM/VMMR0: Missed commit.
(edit) @47456   11 years vboxsync VMM/VMMR0,GVMMR0: Thread-context hooks creation/release. The …
(edit) @47454   11 years vboxsync VMM/HMVMXR0: Make save-DR7 function name more clear (addressed a todo).
(edit) @47446   11 years vboxsync shadow warning.
(edit) @47444   11 years vboxsync IEM,HM,PGM: Started on string I/O optimizations using IEM (disabled). …
(edit) @47441   11 years vboxsync Too lazy to do: pushfq; cli; ... popfq ?
(edit) @47440   11 years vboxsync Too lazy to do: pushfq; cli; ... popfq ?
(edit) @47439   11 years vboxsync Too lazy to do: pushfq; cli; ... popfq ?
(edit) @47434   11 years vboxsync HMR0VMX.cpp: INS/OUTS todo update.
(edit) @47433   11 years vboxsync HMR0SVM.cpp: Added todo regarding I/O breakpoints.
(edit) @47432   11 years vboxsync HMR0VMX.cpp: Attempt to fix incorrect DR7 and DR[0-3] checks in I/O …
(edit) @47378   11 years vboxsync VMM/HMVMXR0: Typos and make re-checking of CR4.VMXE on VMXR0Enter() …
(edit) @47353   11 years vboxsync VMM/HMVMXR0: nits.
(edit) @47328   11 years vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47260   11 years vboxsync VMM/HMSVMR0: Implement NRIP for instruction intercepts and MSRs. IOIO …
(edit) @47254   11 years vboxsync VMM/HMVMXR0: Minor clarification.
(edit) @47247   11 years vboxsync HMVMX: preserve SS.DPL and CS.L/D/G when the 'unusable' bit is set. …
(edit) @47243   11 years vboxsync hmR0VmxReadSegmentReg: Update on the unused stuff, prepared fix but …
(edit) @47239   11 years vboxsync HMSVMR0.cpp: Build fix for HMSVM_ALWAYS_TRAP_ALL_XCPTS.
(edit) @47237   11 years vboxsync HMSVMR0.cpp: Fixed to unsafe macros (harmeless atm.).
(edit) @47235   11 years vboxsync build fix
(edit) @47202   12 years vboxsync VMM/HM: comments.
(edit) @47156   12 years vboxsync VMM/HMSVMR0: Compile-time define to trap task switches unconditionally.
(edit) @47123   12 years vboxsync VMM/HM: Dispatch host NMIs on Intel. Added separate STAM counter for …
(edit) @47119   12 years vboxsync VMM/HMSVMR0: spaces, redundant brackets and comment.
(edit) @47110   12 years vboxsync VMM/HMVMXR0: Assert that the valid bit is set on Xcpt exits.
(edit) @47109   12 years vboxsync VMM: XCPT_NMI -> XCPT_OR_NMI. Name it like Intel does in the spec.
(edit) @47105   12 years vboxsync VMM/HMVMXR0: Added a todo.
(edit) @47097   12 years vboxsync VMM/HMSVMR0: SMI and INIT exit handling.
(edit) @47095   12 years vboxsync VMM/HMSVMR0: Don't intercept SMIs.
(edit) @47094   12 years vboxsync VMM/HMVMXR0: Log exit reasons for more rare/improbable gurus.
(edit) @47092   12 years vboxsync VMM/HMSVMR0: Fix VERR_SVM_UNKNOWN_EXIT guru.
(edit) @47090   12 years vboxsync VMM: Naming convention. lasterror->LastError.
(edit) @47089   12 years vboxsync VMM/HM: Additional HM error code for certain gurus. Later use it for …
(edit) @47080   12 years vboxsync VMM/HMSVMR0: Fail on unexpected exception exits when …
(edit) @47076   12 years vboxsync VMM/HM(VMX|SVM)R0: Easier to toggle statements.
(edit) @47072   12 years vboxsync VMM/HMSVMR0: Use a different error code for unrecognized vs. …
(edit) @47066   12 years vboxsync VMM/HMVMXR0: More validations for the error code valid bit.
(edit) @47065   12 years vboxsync VMM/HWVMXR0: Trip over assert.
(edit) @47064   12 years vboxsync VMM/CPUMR0: Slightly easier to read.
(edit) @47062   12 years vboxsync HMVMX: Look at the right exit info to figure out error code.
(edit) @47056   12 years vboxsync VMM: spaces.
(edit) @47055   12 years vboxsync VMM/HMSVMR0: Paranoia assert on global init.
(edit) @47054   12 years vboxsync VMM/HMSVMR0: Fix TPR patching case to properly resync the changed TPR …
(edit) @47033   12 years vboxsync VMM/VMMR0: HMR0 fix regression caused by r86900.
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