VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72886   7 years vboxsync VMM/HMR0: Import the guest-state (incl. keeper bits) on the ring-3 …
(edit) @72885   7 years vboxsync EMAll.cpp: flushed out unused code.
(edit) @72884   7 years vboxsync EM: emMSRtoString isn't needed any more. [burn fix]
(edit) @72882   7 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72881   7 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72880   7 years vboxsync VMMGuruMeditation: Try get externalized guest state.
(edit) @72879   7 years vboxsync CPUMAllRegs.cpp: Assert on missing HM code.
(edit) @72878   7 years vboxsync EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr. …
(edit) @72877   7 years vboxsync EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr.
(edit) @72876   7 years vboxsync IEM: log group 3 needs more CPU state, make sure it's there so we …
(edit) @72875   7 years vboxsync DBGFCpu: Make sure the CPU state we use is present in each of the APIs.
(edit) @72874   7 years vboxsync VMM/HMVMXR0: Call EMR0HistoryUpdatePC when importing guest-CPU state …
(edit) @72872   7 years vboxsync VMM/HMVMXR0: bugref:9193 Fix a bug with our exception bitmap cache …
(edit) @72867   7 years vboxsync DBGFReg: Make cppcheck happy.
(edit) @72866   7 years vboxsync IEM,CPUM: Can use LogRel in ring-0 too now and have it go to VBox.log.
(edit) @72862   7 years vboxsync VMM/HM: unintentional removal from r123406.
(edit) @72861   7 years vboxsync VMM/HM: Avoid checking the same value (static analysis warning).
(edit) @72859   7 years vboxsync VMMRZ: VMMRZCallRing3Disable/Enable should set/clear …
(edit) @72855   7 years vboxsync VMM/HM: Use enum for Tagged-TLB flush types, and related cleanup.
(edit) @72854   7 years vboxsync VMM/HM: spaces, cleanup.
(edit) @72853   7 years vboxsync VMM/HM: No need to reset Cr0Mask and Cr4Mask, the VMCS does not get …
(edit) @72852   7 years vboxsync VMM/HMVMXR0: Avoid writing exception bitmap into the VMCS if it didn't …
(edit) @72851   7 years vboxsync VMM/HMVMXR0: Macro nit, try not to hide parameters.
(edit) @72850   7 years vboxsync VMM/HMVMXR0: Spaces, remove unused macro.
(edit) @72849   7 years vboxsync VMM/HMVMXR0: bugref:9193 Add assertions where possible to verify we …
(edit) @72848   7 years vboxsync VMM/HMVMXR0: bugref:9193 Always import FS, GS (for base) on MSR …
(edit) @72842   7 years vboxsync AsyncCompletion: range-check array index first, not after using it.
(edit) @72825   7 years vboxsync VMM/HMVMXR0: Fix TSC offsetting regression from r123352.
(edit) @72820   7 years vboxsync VMM/HMVMXR0,HMSVMR0: Compiler barriers with volatiles for fCtxChanged.
(edit) @72819   7 years vboxsync VMM: LogRel nit.
(edit) @72818   7 years vboxsync VMM: LogRel nit.
(edit) @72811   7 years vboxsync VMM/HMVMXR0: Camel-case fixes to parts of VT-x code to try match …
(edit) @72810   7 years vboxsync VMM/HMVMXR0: Naming.
(edit) @72809   7 years vboxsync VMM/HMVMXR0: Cleanup, assertions, more consts esp. in long functions …
(edit) @72808   7 years vboxsync VMM/HMVMXR0: Fix pending CR3 and PAE PDPEs force-flag being set too …
(edit) @72807   7 years vboxsync VMM/HMSVMR0: Doxygen fix.
(edit) @72806   7 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @72805   7 years vboxsync VMM/HM: bugref:9193 Fixes honoring pending VMCPU_FF_HM_UPDATE_CR3 and …
(edit) @72802   7 years vboxsync VMM/HMVMXR0: bugref:9193 Don't trash error codes for events …
(edit) @72798   7 years vboxsync VMM/HMVMXR0: Don't leave hmR0VmxImportGuestState with interrupts …
(edit) @72794   7 years vboxsync VMM/HMVMXR0: Temporarily sync full guest on world-switches. Reduces …
(edit) @72793   7 years vboxsync VMM/HMVMXR0: Oops, don't Log with interrupts disabled.
(edit) @72790   7 years vboxsync VMM/HMVMXR0: Use atomic Uo when writing to fCtxChanged in preemptible …
(edit) @72789   7 years vboxsync VMM/HMVMXR0: space.
(edit) @72788   7 years vboxsync VMM/HMVMXR0: Try fix VERR_VMX_UNEXPECTED_EXIT guru due to Mov DRx exit.
(edit) @72786   7 years vboxsync HM: doxygen fixes
(edit) @72785   7 years vboxsync VMM/HM: Dump improvement on VERR_VMX_UNABLE_TO_START_VM gurus.
(edit) @72784   7 years vboxsync VMM/HMVMXR0: Update ProcCtls when changed.
(edit) @72783   7 years vboxsync HM: doxygen fixes
(edit) @72779   7 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72778   7 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72777   7 years vboxsync HM: nit
(edit) @72776   7 years vboxsync HMVMXR0.cpp: build fix
(edit) @72772   7 years vboxsync VMM/HMSVMR0: 32-bit build fix. Grr…
(edit) @72771   7 years vboxsync VMM: Avoid calling CPUMQueryGuestCtxPtr when possible, cleanup.
(edit) @72770   7 years vboxsync VMM/HM: Cleanup.
(edit) @72769   7 years vboxsync VMM/HM: Avoid some CPUMQueryGuestCtxPtr calls.
(edit) @72767   7 years vboxsync VMM/HM: Build fix.
(edit) @72766   7 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @72765   7 years vboxsync VMM/HMR0: Build fix.
(edit) @72764   7 years vboxsync VMM/HMR0: Build fix.
(edit) @72763   7 years vboxsync VMM/HMVMXR0: Nits.
(edit) @72762   7 years vboxsync VMM/HM: Nits.
(edit) @72761   7 years vboxsync VMM: Extend HM changed flags. ​​​​​​bugref:9193 [build fix]
(edit) @72758   7 years vboxsync VMM: Extend HM changed flags. ​​​​​bugref:9193 [build fix]
(edit) @72753   7 years vboxsync VMM: Extend HM changed flags. ​​​​bugref:9193 [build fix, nits]
(edit) @72751   7 years vboxsync VMM: Extend HM changed flags. ​​​bugref:9193 [build fix]
(edit) @72750   7 years vboxsync VMM: Extend HM changed flags. ​​bugref:9193 [build fix, nit]
(edit) @72749   7 years vboxsync VMM: Remove EM_NOTIFY_HM and related code unused since VirtualBox 2.1 …
(edit) @72748   7 years vboxsync VMM: Extend HM changed flags. ​​​bugref:9193 [build fix]
(edit) @72747   7 years vboxsync VMM: Extend HM changed flags. ​​​bugref:9193 [build fix]
(edit) @72746   7 years vboxsync VMM: Extend HM changed flags. ​​bugref:9193 [build fix]
(edit) @72744   7 years vboxsync VMM: Extend HM changed flags. ​bugref:9193 [HM, CPUM]
(edit) @72743   7 years vboxsync VMM: Extend HM changed flags. ​bugref:9193 [IEM]
(edit) @72712   7 years vboxsync IEM: Fixed regression in IEMExecStringIoRead from r123057 where writes …
(edit) @72695   7 years vboxsync NEM/win: Turn VINF_PGM_CHANGE_MODE into VINF_SUCCESS too after calling …
(edit) @72690   7 years vboxsync NEM: Separate stats for odd and alerts when stopping the CPU. bugref:9044.
(edit) @72689   7 years vboxsync NEM/win: Redid the IoCtlMessageSlotHandleAndGetNext stuff during …
(edit) @72688   7 years vboxsync iemCImpl_finit: Need to manually call iemFpuActualizeStateForChange. …
(edit) @72687   7 years vboxsync NEM: Apparently the IoCtlMessageSlotHandleAndGetNext operation may be …
(edit) @72685   7 years vboxsync TM: Disable annoying trace for /me. bugref:9044
(edit) @72684   7 years vboxsync NEM/win: Assert correct register values in messages from Hyper-V. …
(edit) @72676   7 years vboxsync CPUMAllRegs.cpp: Added a whole bunch more CPUMCTX_EXTRN_ assertions. …
(edit) @72675   7 years vboxsync EM/NEM: Avoid assertion regarding CPUMCTX_EXTRN in CPUMGetGuestCPL due …
(edit) @72674   7 years vboxsync EM: Quietly deal with IEM errors VERR_IEM_INSTR_NOT_IMPLEMENTED and …
(edit) @72673   7 years vboxsync NEM/win: Did some NAT benchmarking too. bugref:9044
(edit) @72672   7 years vboxsync NEM/win: regular svm number for w2k boot+shutdown benchmark. ?bugref:9044
(edit) @72671   7 years vboxsync NEM/win: Added some more benchmark numbers to the doxygen @page. …
(edit) @72669   7 years vboxsync NEM/win: Added some benchmark numbers to the doxygen @page. bugref:9044
(edit) @72661   7 years vboxsync HMSVMR0.cpp: Shortened hmR0SvmImportGuestState a little. bugref:9193
(edit) @72660   7 years vboxsync EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198
(edit) @72659   7 years vboxsync EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198
(edit) @72658   7 years vboxsync EM: Some tuning for w2ksp4 on SVM. bugref:9198
(edit) @72657   7 years vboxsync EM: Make the EMHistoryExec parameters adjustable. bugref:9198
(edit) @72655   7 years vboxsync EM,HM,NEM,TRPM: Renamed some EMEXIT_XXXX stuff to shorten things down …
(edit) @72646   7 years vboxsync VMM/HMSVMR0: Darwin warning as error, build fix.
(edit) @72645   7 years vboxsync VMM/HMSVMR0: Doxygen.
(edit) @72644   7 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @72643   7 years vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72642   7 years vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
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