VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @69856   7 years vboxsync VMM/HMVMXR0: Fix assertion on longjmp callback code path while saving …
(edit) @69851   7 years vboxsync VMM/HMVMXR0: todo, the ifdef shouldn't be required any longer.
(edit) @69850   7 years vboxsync VMM/HMVMXR0: Don't flag guest-CPU context changed while reverting …
(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) @69774   7 years vboxsync Fix typo in comments.
(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.
(edit) @69707   7 years vboxsync VMM/HMSVMR0: Nested hw.virt: Fixed re-loading of guest state after …
(edit) @69537   7 years vboxsync VMM/HMSVMR0: todo.
(edit) @69535   7 years vboxsync VMM/HM: Nested Hw.virt: nit.
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69414   7 years vboxsync VMM/HMSVMR0: Doxygen leading to removing unused code.
(edit) @69413   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fixes.
(edit) @69221   7 years vboxsync VMM: scm cleanups
(edit) @69186   7 years vboxsync Warning.
(edit) @69185   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: bits.
(edit) @69184   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Fixed a bug while masking the address …
(edit) @69161   7 years vboxsync VMM/HMSVMR0: If we don't program VINTR intercepts, we shouldn't get …
(edit) @69159   7 years vboxsync Comment.
(edit) @69158   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Added a missed VINTR intercept check.
(edit) @69142   7 years vboxsync VMM: Nested Hw.virt: SVM fixes.
(edit) @69111   7 years vboxsync (C) year
(edit) @69100   7 years vboxsync PDM/PGM: Return 0xff to devices.
(edit) @69068   7 years vboxsync VMM/HMSVMR0: Flush all tagged TLB entries on ASID wrap-around or while …
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69031   7 years vboxsync VMM/HMSVMR0: Log and nit.
(edit) @68967   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: SVM bits.
(edit) @68910   7 years vboxsync VMM/HM: Nested Hw.virt: SVM hardware-assisted execution bits.
(edit) @68594   7 years vboxsync PDM: Address the todos for cleaning up the PDMDEVHLP structure, bring …
(edit) @68470   7 years vboxsync PDM: add new PDM device helper for sending a MSI directly (from all …
(edit) @68434   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68433   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68408   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: SVM bits.
(edit) @68406   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: bits.
(edit) @68364   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @68361   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt bits.
(edit) @68346   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt fixes.
(edit) @68311   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt interrupt logic bits.
(edit) @68305   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt: Exit bits.
(edit) @68301   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt bits.
(edit) @68293   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68279   7 years vboxsync VMM/HMSVMR0: typo.
(edit) @68275   7 years vboxsync VMM/HMSVMR0,HMSVMAll: Nested Hw.virt bits.
(edit) @68262   7 years vboxsync VMM/HMSVMR0: Nested Hw.virt bits.
(edit) @68231   7 years vboxsync VMM/HMSVMR0: Doxygen fix.
(edit) @68229   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @68228   7 years vboxsync VMM: Nested Hw.virt: Doxygen fixes.
(edit) @68226   7 years vboxsync VMM: Nested Hw.virt: SVM R0 bits.
(edit) @68053   7 years vboxsync GVMMR0: Fixed assertion in VMMR0TermVM caused by use of the wrong NIL …
(edit) @68013   7 years vboxsync VMMR0,PciRawR0,GVMMR0: More pGVM cleanups.
(edit) @68012   7 years vboxsync doxyen build fix
(edit) @68011   7 years vboxsync GVMMR0,VMMR0: More cleanups.
(edit) @68010   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68009   7 years vboxsync VMMR0,PDMR0: Adding GVM parameter and validation thereof to the …
(edit) @68008   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls. [build fix]
(edit) @68007   7 years vboxsync VMMR0,GVMMR0: Adding GVM parameter to the calls.
(edit) @68001   7 years vboxsync PGMR0,GVMMR0: Ditto for I/O MMU setup.
(edit) @67994   7 years vboxsync PGMR0,GVMMR0: Ditto for large page alloc.
(edit) @67993   7 years vboxsync PGMR0Phys*Handy*: Added pGVM parameter and changed the PVMCPU to idCpu.
(edit) @67992   7 years vboxsync GVMMR0: build fix and GVMMR0ValidateGVMandVMandEMT.
(edit) @67991   7 years vboxsync GVMMR0*Statistics*: Pass GVM along with pVM when we got one.
(edit) @67990   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it - part #2.
(edit) @67989   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it.
(edit) @67988   7 years vboxsync GVMMR0: Moved the VMMR0ThreadCtxHookDestroyForEmt calls to the right …
(edit) @67987   7 years vboxsync GVMMR0: Added EMT deregistration API to complement the registration one.
(edit) @67956   7 years vboxsync VMMR0: todo
(edit) @67955   7 years vboxsync VMM,SUPDrv: Started on some session/VMMR0 nits. I/O control interface …
(edit) @67926   7 years vboxsync VMM: Fixed unintended typo in r116908.
(edit) @67916   7 years vboxsync VMM: Comments, clean up.
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