VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71833   7 years vboxsync VMM: Nested hw.virt: Implement pause-filter and pause-filter threshold.
(edit) @71814   7 years vboxsync VMM/HMSVMR0: Windows build fix.
(edit) @71813   7 years vboxsync VMM: Nested Hw.virt: Avoid calling ASM helpers for modifying the MSR …
(edit) @71801   7 years vboxsync VMM/HMSVMR0: Todo and assertion on pause-filter.
(edit) @71760   7 years vboxsync VMM/HMSVMR0: Comment.
(edit) @71759   7 years vboxsync VMM/HMSVMR0: Todo.
(edit) @71758   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @71755   7 years vboxsync VMM: Nested Hw.virt: Fix overriding SVM nested-guest PAT MSR while …
(edit) @71697   7 years vboxsync VMM/HMSVMR0: nit.
(edit) @71692   7 years vboxsync VMM/HMSVMR0: Increment RIP on handling PAUSE #VMEXIT and intercept …
(edit) @71565   7 years vboxsync VMM/HMSVMR0: Safer to use the TSC offset from TMCpuTickCanUseRealTSC …
(edit) @71559   7 years vboxsync VMM/HMSVMR0: Duplicate case label.
(edit) @71529   7 years vboxsync VMM/HM: Fixes to MSRPM bit accesses. Implemented merging of guest and …
(edit) @71504   7 years vboxsync VMM/HMSVMR0: Avoid intercepting CR4 reads when possible. Added todo …
(edit) @71476   7 years vboxsync VMM/HMSVMR0: Comment nit.
(edit) @71450   7 years vboxsync VMM/HMSVMR0: Comment nit.
(edit) @71446   7 years vboxsync VMM/HMSVMR0: Use #MF exception and CR0.NE=1 method of handling …
(edit) @71445   7 years vboxsync VMM/HMSVMR0: Fix FERR_FREEZE intercepts.
(edit) @71444   7 years vboxsync VMM/HMSVMR0: Assertion.
(edit) @71418   7 years vboxsync VMM/HMSVMR0: Remove unused function, build fix.
(edit) @71415   7 years vboxsync VMM/HM: Get rid of lazy FPU loading for AMD-V. Nested Hw.virt: Fix FPU …
(edit) @71383   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Handle NMI intercept #VMEXIT for a …
(edit) @71344   7 years vboxsync VMM/HM: Add nested-guest exit reason stat array for SVM R0 execution.
(edit) @71313   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @71312   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Explicitly skip intercepting #UD and #BP …
(edit) @71188   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Logging.
(edit) @71171   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Don't assume the VMCB is cached by VMCB …
(edit) @71004   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fix intercepting VMMCALL while executing …
(edit) @70969   7 years vboxsync VMM/HMSVMR0: Logging build fix.
(edit) @70968   7 years vboxsync VMM/HMSVMR0: Logging.
(edit) @70901   7 years vboxsync VMM/HMSVMR0: Log.
(edit) @70860   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @70782   7 years vboxsync VMM: Nested Hw.virt: Pick up the TSC offset from the original VMCB …
(edit) @70781   7 years vboxsync VMM: Nested Hw.virt: Clean up interrupt injection for nested-guests.
(edit) @70732   7 years vboxsync VMM: Move fGif out of svm and into common nested hwvirt struct.
(edit) @70721   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Exclude VINTR intercept of the outer …
(edit) @70704   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @70703   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @70701   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @70700   7 years vboxsync VMM/HM: Nested Hw.virt: SVM fixes.
(edit) @70465   7 years vboxsync VMM/HMSVMR0: space.
(edit) @70457   7 years vboxsync VMM: spaces, nit.
(edit) @70451   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fix regression with the guest GIF when …
(edit) @70449   7 years vboxsync VMM/HMSVMR0: We shuoldn't be receiving any interrupt-window exiting …
(edit) @70447   7 years vboxsync VMM/HMSVMR0: Handle SVM_EXIT_INVALID and unlikely VMRUN failure while …
(edit) @70415   7 years vboxsync VMM/HM: Nested Hw.virt: Implement virtual GIF to not intercept …
(edit) @70414   7 years vboxsync VMM/HMSVMR0: linespace nit.
(edit) @70413   7 years vboxsync VMM/HM: Nested Hw.virt: Implemented virtualized VMSAVE/VMLOAD to avoid …
(edit) @70412   7 years vboxsync VMM/HMSVMR0: gcc build fix.
(edit) @70411   7 years vboxsync VMM/HMSVMR0: Build fix (defined but not used function).
(edit) @70410   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @70409   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: look at the VMCB cache should be valid at …
(edit) @70408   7 years vboxsync VMM/HMSVMR0: Clean up.
(edit) @70380   7 years vboxsync VMM/HMSVMR0: Comment update.
(edit) @70379   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fix a bug that caused an event to be …
(edit) @70359   7 years vboxsync VMM/HMSVMR0: Guru don't assert. debugging.
(edit) @70357   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: build fix.
(edit) @70356   7 years vboxsync VMM/HMSVMR0: When intercepting all exceptions (debug mode), don't …
(edit) @70354   7 years vboxsync VMM/HMSVMR0: unintended brace alteration.
(edit) @70352   7 years vboxsync VMM/HM,CPUM: SVM VMCB layout adjustments.
(edit) @70303   7 years vboxsync VMM/HMSVMR0: Fix debug assertion while stepping through the VM debugger.
(edit) @70301   7 years vboxsync VMM: Updating VMCB layout with the new GUEST_INTERRUPT_MASK field, …
(edit) @70264   7 years vboxsync VMM/HMSVM: Add VGIF, dump new VMCB bits (VGIF, SEV, SEV-ES, Virt …
(edit) @70262   7 years vboxsync VMM/HM: SVM VMCB struct logical adjustments for new SVM features …
(edit) @70260   7 years vboxsync VMM: SVM VMCB struct logical adjustments for new SVM feature bits …
(edit) @70258   7 years vboxsync VMM/HM: Access SVM VMCB clean bits as a 32-bit field.
(edit) @70254   7 years vboxsync VMM: Match the AMD specs exactly whenever possible for SVM specific …
(edit) @70253   7 years vboxsync VMM/HMSVMR0: Comment nit.
(edit) @70232   7 years vboxsync VMM/HMSVMR0: Comments.
(edit) @70177   7 years vboxsync VMM/HMSVMR0: Ensure clean bits are updated while loading/merging …
(edit) @70116   7 years vboxsync VMM/HMSVMR0: Don't intercept SMIs while executing a guest and for …
(edit) @70056   7 years vboxsync VMM: Nested hw.virt: Apply nested-guest TSC offset when executing the …
(edit) @70006   7 years vboxsync VMM/HMSVMR0: Intercept SMIs for nested-guests and don't intercept them …
(edit) @70005   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Added hmR0SvmExitXcptGeneric to redirect …
(edit) @70004   7 years vboxsync VMM/HMSVMR0: Todo.
(edit) @70003   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: bits, remove unneeded code.
(edit) @70002   7 years vboxsync VMM/HMSVMR0: Always intercept SMI.
(edit) @70000   7 years vboxsync VMM: Nested Hw.virt: Make SVM intercept functions smarter. Avoids …
(edit) @69975   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Nits.
(edit) @69974   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Nits.
(edit) @69964   7 years vboxsync HMSVMR0.cpp/hmR0SvmExitIntr: Log4 statement missing ES register.
(edit) @69945   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fix. Restore VMCB fields on (premature) …
(edit) @69934   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Bits
(edit) @69932   7 years vboxsync VMM/HMSVMR0: Comment.
(edit) @69930   7 years vboxsync VMM/HMSVMR0: Nits.
(edit) @69928   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Build fix
(edit) @69927   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Build fix
(edit) @69926   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fixes
(edit) @69916   7 years vboxsync VMM/HMSVMR0: todo correction.
(edit) @69915   7 years vboxsync VMM/HMSVMR0: todo.
(edit) @69914   7 years vboxsync VMM/HMSVMR0: Flushing TLB in nested hw.virt fix.
(edit) @69898   7 years vboxsync VMM/HMSVMR0: Windows debug build fix
(edit) @69819   7 years vboxsync VMM: Nested Hw.virt: bits.
(edit) @69801   7 years vboxsync VMM/HMSVMR0: Don't look at VMCB cache after we've restored the VMCB fields.
(edit) @69787   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @69786   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fix lazy loading debug registers …
(edit) @69764   7 years vboxsync VMM: Nested Hw.virt: SVM fixes.
(edit) @69763   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Force using a new ASID each time when …
(edit) @69715   7 years vboxsync VMM/HM: Nested Hw.virt: Cache and restore EFER of the nested-guest …
(edit) @69713   7 years vboxsync VMM/HMSVMR0: comment on nCR3 during VMRUN/VMEXIT.
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