VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72079   7 years vboxsync VMM/HMSVM: Added hmR0SvmNstGstUndoTscOffset as counterpart of …
(edit) @72065   7 years vboxsync VMM/SVM: Interrupt injection fixes.
(edit) @71994   7 years vboxsync VMM/IEM: Comment on NMI unmasking and IRET.
(edit) @71970   7 years vboxsync VMM: Nested hw.virt: Try run whatever VMRUN emulations in ring-0 …
(edit) @71967   7 years vboxsync VMM/IEM: Nested hw.virt: comment nit.
(edit) @71966   7 years vboxsync VMM/HMSVMAll: Some comments on the nuances of the VMCB caching with …
(edit) @71933   7 years vboxsync VMM/HM: Nested hw.virt: Fix the issue with preserving reserved bits …
(edit) @71927   7 years vboxsync VMM/HM: Naming, nits.
(edit) @71910   7 years vboxsync VMM/HM: Clean up and also fix HMR0EnsureCompleteBasicContext for AMD-V …
(edit) @71867   7 years vboxsync VMM/IEM: Nested hw.virt: SVM VMRUN - Ignore, disable reserved fields …
(edit) @71859   7 years vboxsync VMM: SVM NestedPagingCtrl naming consistency with rest of the VMCB fields.
(edit) @71858   7 years vboxsync VMM/IEM: Nested hw.virt: SVM cleanup.
(edit) @71857   7 years vboxsync VMM/IEM: Nested hw.virt: Clean up.
(edit) @71835   7 years vboxsync VMM/IEM: Nested hw.virt: Implement SVM pause-filter and pause-filter …
(edit) @71834   7 years vboxsync VMM/IEM: Nested hw.virt: Implement SVM pause-filter and pause-filter …
(edit) @71833   7 years vboxsync VMM: Nested hw.virt: Implement pause-filter and pause-filter threshold.
(edit) @71813   7 years vboxsync VMM: Nested Hw.virt: Avoid calling ASM helpers for modifying the MSR …
(edit) @71755   7 years vboxsync VMM: Nested Hw.virt: Fix overriding SVM nested-guest PAT MSR while …
(edit) @71641   7 years vboxsync VMM/IEM: Nested hw.virt: Use CPUMIsGuestSvmVirtIntrMasking instead of …
(edit) @71640   7 years vboxsync VMM: Nested hw.virt: Abstract SVM V_INTR_MASKING so we can refer to …
(edit) @71586   7 years vboxsync PGMAllPool: doc fix
(edit) @71530   7 years vboxsync VMM/IEM: Nested hw.virt: MSRPM bit access assertion, fix.
(edit) @71529   7 years vboxsync VMM/HM: Fixes to MSRPM bit accesses. Implemented merging of guest and …
(edit) @71419   7 years vboxsync VMM/HM: Nested hw.virt: Don't double restore fields that are already …
(edit) @71417   7 years vboxsync VMM/HM: Comment.
(edit) @71416   7 years vboxsync VMM/IEM: Nested Hw.virt: Fix exitinfo1 field for …
(edit) @71415   7 years vboxsync VMM/HM: Get rid of lazy FPU loading for AMD-V. Nested Hw.virt: Fix FPU …
(edit) @71341   7 years vboxsync VMM/EM: Todo comment and removed superfluous double negation in …
(edit) @71340   7 years vboxsync VMM/HMSVMAll: Assertion.
(edit) @71307   7 years vboxsync VMM/IEM: Nested Hw.virt: Use different IPE for weird failure.
(edit) @71297   7 years vboxsync NEM: Some more 17115 fixes and noted down an issue (possibly not at …
(edit) @71296   7 years vboxsync NEM: Updates for build 17115 and fixes for AMD-V. bugref:9044
(edit) @71293   7 years vboxsync NEM: Some stats; doc updates. bugref:9044
(edit) @71290   7 years vboxsync VMM: Better GVM alignment; assert padding sanity.
(edit) @71266   7 years vboxsync VMM/APIC: Allow Hyper-V paravirt. guests to read reserved LDR+1 …
(edit) @71224   7 years vboxsync NEM/w: Optimizations and build fixes for the other configurations. …
(edit) @71223   7 years vboxsync NEM/win,VMM,PGM: Ported NEM runloop to ring-0. bugref:9044 [build fixes]
(edit) @71222   7 years vboxsync NEM/win,VMM,PGM: Ported NEM runloop to ring-0. bugref:9044
(edit) @71211   7 years vboxsync iomMmioHandler: pDevIns can be NULL in R0 and RC, return to ring-3.
(edit) @71184   7 years vboxsync CPUM,NEM: Introduced CPUMCTX field for tracking state that's not in …
(edit) @71165   7 years vboxsync VMM/IEM: Nested Hw.virt: Add VMRUN check when SVM Flush-by-ASID is …
(edit) @71152   7 years vboxsync VMM/NEM/win: Refactoring... bugref:9044
(edit) @71108   7 years vboxsync Added speculation control settings to API, refined implementation.
(edit) @71095   7 years vboxsync VMM/IEM: Nested Hw.virt: ICEBP intercepts also updates NRIP.
(edit) @71094   7 years vboxsync VMM/IEM: Doxygen.
(edit) @71093   7 years vboxsync VMM/IEM: Nested Hw.virt: Implement SVM decode-assist and NRIP.
(edit) @71092   7 years vboxsync VMM/IEM: Nested Hw.virt: Implement SVM decode-assist and NRIP feature.
(edit) @71081   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @71079   7 years vboxsync VMM/IEM: space.
(edit) @71078   7 years vboxsync VMM/IEM: Nested Hw.virt: Fix GDTR, IDTR read intercepts. Previously it …
(edit) @71077   7 years vboxsync VMM/IEM: Nested Hw.virt: Fix GDTR, IDTR read intercepts. Previously it …
(edit) @71075   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @71069   7 years vboxsync VMM/IEM: Nested Hw.virt: Update number of bytes fetched for SVM decode …
(edit) @71048   7 years vboxsync VMM/IEM: Nested Hw.virt: Fix decode-assist fetching 15 bytes for SVM …
(edit) @71043   7 years vboxsync NEM: More code - PoC kind of working now. bugref:9044
(edit) @71040   7 years vboxsync NEM: More code - DSL is getting somewhere now, but VRAM access sucks. …
(edit) @71036   7 years vboxsync VMM/IEM: Nested Hw.virt: Comment, removed obsolete todo.
(edit) @71031   7 years vboxsync NEM: More code. bugref:9044
(edit) @70978   7 years vboxsync NEM: Working on PGM notifications. bugref:9044 [build fix]
(edit) @70977   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70970   7 years vboxsync VMM/IEM: Nested Hw.virt: Flush TLB after switching modes if needed to …
(edit) @70960   7 years vboxsync PGMAllHandler: build fix. bugref:9044
(edit) @70955   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70954   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70952   7 years vboxsync VMM: More build fixing.
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @70913   7 years vboxsync CPUM: Infrastructure for speculative execution control.
(edit) @70900   7 years vboxsync VMM/IEM: Nested Hw.virt: Don't ignore result of PGMFlushTLB.
(edit) @70898   7 years vboxsync VMM/IEM: Fix SVM V_TPR/CR8 reads/writes (The bits are …
(edit) @70879   7 years vboxsync VMM/IEM: Don't look at nested SVM state when it isn't there.
(edit) @70863   7 years vboxsync VMM/IEM: Build fix.
(edit) @70862   7 years vboxsync VMM/IEM: Build fix.
(edit) @70861   7 years vboxsync VMM/IEM: ifdef space indents.
(edit) @70783   7 years vboxsync VMM/CPUM: Superfluous copy/paste line.
(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) @70736   7 years vboxsync VMM/IEM: comment typo.
(edit) @70735   7 years vboxsync VMM/IEM: SVM fixes.
(edit) @70733   7 years vboxsync VMM/IEM: Moved fGif out of svm hwvirt and into common nested hwvirt. …
(edit) @70732   7 years vboxsync VMM: Move fGif out of svm and into common nested hwvirt struct.
(edit) @70700   7 years vboxsync VMM/HM: Nested Hw.virt: SVM fixes.
(edit) @70643   7 years vboxsync VMM/IEM: Fix incorrect register decoding and added canonical address …
(edit) @70613   7 years vboxsync VMM/IEM: Doxygen fix.
(edit) @70612   7 years vboxsync VMM: Expose PCID, INVPCID, FSGSBASE features to guests. Implemented …
(edit) @70464   7 years vboxsync VMM/IEM: Nested Hw.virt: Only update EXTINTINFO on #VMEXIT when …
(edit) @70463   7 years vboxsync VMM/HM: Comment.
(edit) @70462   7 years vboxsync VMM/HM: Added HMSvmIsVGifActive, some cleanup and comments for how/why …
(edit) @70457   7 years vboxsync VMM: spaces, nit.
(edit) @70448   7 years vboxsync VMM/IEM: build fix.
(edit) @70446   7 years vboxsync VMM/IEM: Nested Hw.virt: ifdef consistency.
(edit) @70445   7 years vboxsync VMM/IEM: Add SVM intercept for tasks-switches.
(edit) @70416   7 years vboxsync VMM/IEM: SVM Virtual GIF check on VMRUN emulation.
(edit) @70358   7 years vboxsync VMM/IEM: Nested Hw.virt: Clear INHIBIT_INTERRUPT during #VMEXIT to not …
(edit) @70355   7 years vboxsync VMM/IEM: Log nit.
(edit) @70353   7 years vboxsync VMM/IEM: SVM VMCB layout adjustments.
(edit) @70352   7 years vboxsync VMM/HM,CPUM: SVM VMCB layout adjustments.
(edit) @70302   7 years vboxsync VMM/IEM: VMCB layout adjustments.
(edit) @70263   7 years vboxsync VMM/IEM: SVM VMCB struct logical adjustments for new SVM features …
(edit) @70261   7 years vboxsync VMM/IEM: SVM VMCB struct logical adjustments for new SVM feature bits …
(edit) @70260   7 years vboxsync VMM: SVM VMCB struct logical adjustments for new SVM feature bits …
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