VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100340   18 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100327   19 months vboxsync VMM/IEM: Corrected missing rcPassUp checks and …
(edit) @100326   19 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   19 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   19 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   19 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100244   19 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   19 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100232   19 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   19 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100228   19 months vboxsync VMM: VMXAllTemplate.cpp.h: Assertion nit.
(edit) @100227   19 months vboxsync VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
(edit) @100226   19 months vboxsync VMM: VMXAllTemplate.cpp.h: Fixed overly aggressive clearing of …
(edit) @100223   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100222   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100202   19 months vboxsync VMM/IEM: More recompilation code. [doxygen fix] bugref:10369
(edit) @100198   19 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixed hang when starting inner VMs …
(edit) @100186   19 months vboxsync VMM/GIC: Need to adjust the written value to the actual bit for the …
(edit) @100184   19 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100183   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100167   19 months vboxsync VMM/CPUM: Implement CPUMGetGuestMode(), bugref:10387
(edit) @100165   19 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100164   19 months vboxsync VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting …
(edit) @100151   19 months vboxsync VMM/IEM: Implemented iemThreadedTbExec. bugref:10369
(edit) @100150   19 months vboxsync VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
(edit) @100149   19 months vboxsync VMM/IEM: Emit extra mode-check after CIMPL calls with the …
(edit) @100148   19 months vboxsync VMM/IEM: Made the python scripts pick up and deal with the …
(edit) @100139   19 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100138   19 months vboxsync VMM/IEM: Fix typo vpboardcast{b,w} -> vpbroadcast{b,w}
(edit) @100119   19 months vboxsync VMM/CPUM: Implement CPUMGetGuestCodeBits() and CPUMGetGuestDisMode(), …
(edit) @100111   19 months vboxsync VMM/IEM: Working on parsing the IEM_MC_DEFER_TO_CIMPL_[0-9]_RET() …
(edit) @100109   19 months vboxsync VMM/IEM: Make it compile and link again with …
(edit) @100108   19 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100100   19 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100096   19 months vboxsync VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
(edit) @100089   19 months vboxsync VMM/IEM: Reworking the variations generated by the python script to …
(edit) @100088   19 months vboxsync VMM/IEM: Some python adjustments for new CIMPL macros and fExec. …
(edit) @100084   19 months vboxsync VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
(edit) @100072   19 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @100061   19 months vboxsync VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
(edit) @100060   19 months vboxsync VMM/IEM: todo on iemFpuUpdateDP
(edit) @100052   19 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100051   19 months vboxsync VMM/IEM: Missing D=0 when L=1 check in IRET.
(edit) @100050   19 months vboxsync VMM/IEM: Load full RSP in 64-bit RETF to same privilege level.
(edit) @100049   19 months vboxsync VMM/IEM: Clear the D and L descriptor bits when loading segements for …
(edit) @100044   19 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @100020   20 months vboxsync VMM/IEM: Draft for execution mode flags and translation block flags. …
(edit) @100005   20 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100000   20 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99996   20 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99994   20 months vboxsync VMM/IEM: Allow setting the FCW.IC bit (discontinued with the 387) as …
(edit) @99993   20 months vboxsync VMM/IEM: Corrected instruction counting in IEMExecLots, it executed …
(edit) @99988   20 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99985   20 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99984   20 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   20 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
(edit) @99982   20 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99958   20 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99956   20 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99935   20 months vboxsync VMM/GIC: Always set DS bit in the CTRL register to indicate we only …
(edit) @99932   20 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99930   20 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99891   20 months vboxsync VMM/PGM: Docs correction for PGMInvalidatePage.
(edit) @99885   20 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99863   20 months vboxsync scm fixes for src\platform\nix\VBoxUtils-nix.h Config.kmk …
(edit) @99832   20 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99828   20 months vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99821   20 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99819   20 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99814   20 months vboxsync IEM: Added a separate CPU flag to enable VEX decoding to allow BMI1/2 …
(edit) @99812   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixes to flushing of large page page …
(edit) @99800   20 months vboxsync VMM/IEM: More work on recompiler. bugref:10369
(edit) @99790   20 months vboxsync IEM: Fixed iemAImpl_rorx_u64 copy/paste error.
(edit) @99788   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Don't need to get the physical page …
(edit) @99765   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99753   20 months vboxsync VMM: More Clang 13 build fixes (warnings as errors).
(edit) @99748   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Ensure we don't modify the leaf bit …
(edit) @99739   20 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99737   20 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99734   20 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99687   20 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99686   20 months vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   20 months vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99681   20 months vboxsync VMM/IEM: Mark iemAImpl_sha1rnds4_fX as not throwing any exceptions to …
(edit) @99674   20 months vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
(edit) @99665   20 months vboxsync VMM: Nested VMX: bugref:10318 Comment.
(edit) @99663   20 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99659   20 months vboxsync VMM: Nested VMX: bugref:10318 Fix external interrupt delivery/VM-exits …
(edit) @99657   20 months vboxsync VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.
(edit) @99656   20 months vboxsync VMM: Nested VMX: bugref:10318 NMI inhibition also blocks external …
(edit) @99655   20 months vboxsync VMM: Nested VMX: bugref:10318 Darwin build fix.
(edit) @99654   20 months vboxsync VMM: Nested VMX: bugref:10318 Doxygen.
(edit) @99653   20 months vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99651   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99650   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99647   20 months vboxsync VMM/IEM: Started modifying the input/decode side of the threaded …
(edit) @99583   20 months vboxsync VMM/IEM: Fixed regression from r156691, where a …
(edit) @99578   20 months vboxsync VMM/GIC: Continue implementation, bugref:10404
(edit) @99576   20 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99492   21 months vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
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