VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100617   21 months vboxsync IEM/VMM: Corrected iemRecalcExecDbgFlags to …
(edit) @100607   21 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   21 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   21 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   21 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   21 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @100592   21 months vboxsync VMM/IEM: doxygen fix. bugref:10369
(edit) @100591   21 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100588   21 months vboxsync VMM/IEMAllThreadedPython: Add some more micro code statements, bugref:10369
(edit) @100587   21 months vboxsync VMM/IEMAllThreadedPython: Fix type, bugref:10369
(edit) @100579   21 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100577   21 months vboxsync VMM/PGM: Nested VMX: bugref:10318 More info on assertion.
(edit) @100575   21 months vboxsync VMM/IEM: Remove the stubs for …
(edit) @100573   21 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   21 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100340   21 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100327   22 months vboxsync VMM/IEM: Corrected missing rcPassUp checks and …
(edit) @100326   22 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   22 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   22 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   22 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100244   22 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   22 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100232   22 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   22 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100228   22 months vboxsync VMM: VMXAllTemplate.cpp.h: Assertion nit.
(edit) @100227   22 months vboxsync VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
(edit) @100226   22 months vboxsync VMM: VMXAllTemplate.cpp.h: Fixed overly aggressive clearing of …
(edit) @100223   22 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100222   22 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100202   22 months vboxsync VMM/IEM: More recompilation code. [doxygen fix] bugref:10369
(edit) @100198   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixed hang when starting inner VMs …
(edit) @100186   22 months vboxsync VMM/GIC: Need to adjust the written value to the actual bit for the …
(edit) @100184   22 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100183   22 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100167   22 months vboxsync VMM/CPUM: Implement CPUMGetGuestMode(), bugref:10387
(edit) @100165   22 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100164   22 months vboxsync VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting …
(edit) @100151   22 months vboxsync VMM/IEM: Implemented iemThreadedTbExec. bugref:10369
(edit) @100150   22 months vboxsync VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
(edit) @100149   22 months vboxsync VMM/IEM: Emit extra mode-check after CIMPL calls with the …
(edit) @100148   22 months vboxsync VMM/IEM: Made the python scripts pick up and deal with the …
(edit) @100139   22 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100138   22 months vboxsync VMM/IEM: Fix typo vpboardcast{b,w} -> vpbroadcast{b,w}
(edit) @100119   22 months vboxsync VMM/CPUM: Implement CPUMGetGuestCodeBits() and CPUMGetGuestDisMode(), …
(edit) @100111   22 months vboxsync VMM/IEM: Working on parsing the IEM_MC_DEFER_TO_CIMPL_[0-9]_RET() …
(edit) @100109   22 months vboxsync VMM/IEM: Make it compile and link again with …
(edit) @100108   22 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100100   22 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100096   22 months vboxsync VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
(edit) @100089   22 months vboxsync VMM/IEM: Reworking the variations generated by the python script to …
(edit) @100088   22 months vboxsync VMM/IEM: Some python adjustments for new CIMPL macros and fExec. …
(edit) @100084   22 months vboxsync VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
(edit) @100072   22 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @100061   22 months vboxsync VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
(edit) @100060   22 months vboxsync VMM/IEM: todo on iemFpuUpdateDP
(edit) @100052   22 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100051   22 months vboxsync VMM/IEM: Missing D=0 when L=1 check in IRET.
(edit) @100050   22 months vboxsync VMM/IEM: Load full RSP in 64-bit RETF to same privilege level.
(edit) @100049   22 months vboxsync VMM/IEM: Clear the D and L descriptor bits when loading segements for …
(edit) @100044   22 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @100020   23 months vboxsync VMM/IEM: Draft for execution mode flags and translation block flags. …
(edit) @100005   23 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100000   23 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99996   23 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99994   23 months vboxsync VMM/IEM: Allow setting the FCW.IC bit (discontinued with the 387) as …
(edit) @99993   23 months vboxsync VMM/IEM: Corrected instruction counting in IEMExecLots, it executed …
(edit) @99988   23 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99985   23 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99984   23 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   23 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
(edit) @99982   23 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99958   23 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99956   23 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99935   23 months vboxsync VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
(edit) @99932   23 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99930   23 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99891   23 months vboxsync VMM/PGM: Docs correction for PGMInvalidatePage.
(edit) @99885   23 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99863   23 months vboxsync scm fixes for src\platform\nix\VBoxUtils-nix.h Config.kmk …
(edit) @99832   23 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99828   23 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99821   23 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99819   23 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99814   23 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99812   23 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
(edit) @99800   23 months vboxsync VMM/IEM: More work on recompiler. bugref:10369
(edit) @99790   23 months vboxsync IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
(edit) @99788   23 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
(edit) @99765   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99753   2 years vboxsync VMM: More Clang 13 build fixes (warnings as errors).
(edit) @99748   2 years vboxsync VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
(edit) @99739   2 years vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99737   2 years vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99734   2 years vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99687   2 years vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99686   2 years vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   2 years vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99681   2 years vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @99674   2 years vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette