VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100806   19 months vboxsync VMM/IEM: Don't end TBs on mode change. Corrected BltIn_CheckMode to …
(edit) @100804   19 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100803   19 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100802   19 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100801   19 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100792   19 months vboxsync VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
(edit) @100791   19 months vboxsync VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
(edit) @100790   19 months vboxsync VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
(edit) @100789   19 months vboxsync VMM/IEM: CS.LIM check fix. bugref:10369
(edit) @100788   19 months vboxsync VMM/IEM: Added missing CheckMode call to …
(edit) @100787   19 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100784   19 months vboxsync IEM: Removed extraneous LogRel after SYSENTER/SYSEXIT fix. bugref:10369
(edit) @100783   19 months vboxsync IEM: 32-bit SYSENTER/SYSEXIT always transitions to 32-bit protected …
(edit) @100778   19 months vboxsync VMM/IEM: Corrections for 8-bit register number calculations for 64-bit …
(edit) @100777   19 months vboxsync IEM/VMM: More detailed (e.g. useful) memory access logging. bugref:10369
(edit) @100769   19 months vboxsync VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
(edit) @100767   19 months vboxsync VMM/GIC: Some more logging, bugref:10404
(edit) @100763   19 months vboxsync VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
(edit) @100761   19 months vboxsync VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
(edit) @100753   19 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100752   19 months vboxsync VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
(edit) @100747   19 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100746   19 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100745   19 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100744   19 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script …
(edit) @100743   19 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
(edit) @100742   19 months vboxsync VMM/IEM: Preparations for splitting up IEMAllThrdTables.cpp into …
(edit) @100741   19 months vboxsync VMM/IEM: Recompiler build fix. bugref:10369
(edit) @100740   19 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100739   19 months vboxsync VMM/IEM: Preparations for splitting up IEMAllInstInterpretOnly.cpp …
(edit) @100736   19 months vboxsync VMM/IEM: Put the instruction tables for the recompiler in a separate …
(edit) @100735   19 months vboxsync VMM/IEM: Fixed locked unary instruction regression from r158571. …
(edit) @100734   19 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   19 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(edit) @100732   19 months vboxsync VMM/IEM: Renamed some source files. bugref:10369
(edit) @100731   19 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
(edit) @100714   19 months vboxsync VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
(edit) @100709   19 months vboxsync VMM: Added missing splitlock handling for cmpxchg8b and cmpxchg16b, …
(edit) @100701   19 months vboxsync VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
(edit) @100697   19 months vboxsync VMM/IEM: Set unused range bits when extending it. bugref:10369
(edit) @100696   19 months vboxsync VMM/IEM: TB instruction count initialization and overflow prot. …
(edit) @100695   19 months vboxsync VMM/IEM,STAM: Some TB stats. bugref:10369
(edit) @100694   19 months vboxsync IEM/VMM: Deal with opcode checking cross page boundraries and …
(edit) @100673   19 months vboxsync VMM/IEM: Some VxD syscall logging. [build fix] bugref:10369
(edit) @100672   19 months vboxsync VMM/IEM: Some VxD syscall logging. bugref:10369
(edit) @100671   19 months vboxsync VMM/IEM: Fix TB revalidation prior to execution. The code is still …
(edit) @100633   19 months vboxsync VMM/IEM: Check for too early IEMCPU::iEffSeg use during recompiler …
(edit) @100626   19 months vboxsync VMM/IEM: Logging. bugref:10369
(edit) @100624   19 months vboxsync VMM/IEM: Removed some temporary pop [mem] logging. bugref:10369
(edit) @100623   19 months vboxsync VMM/IEM: pop [mem] correction, iEffSeg must be fetched after address …
(edit) @100617   19 months vboxsync IEM/VMM: Corrected iemRecalcExecDbgFlags to …
(edit) @100607   19 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   19 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   19 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   19 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   19 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @100592   20 months vboxsync VMM/IEM: doxygen fix. bugref:10369
(edit) @100591   20 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100588   20 months vboxsync VMM/IEMAllThreadedPython: Add some more micro code statements, bugref:10369
(edit) @100587   20 months vboxsync VMM/IEMAllThreadedPython: Fix type, bugref:10369
(edit) @100579   20 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100577   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 More info on assertion.
(edit) @100575   20 months vboxsync VMM/IEM: Remove the stubs for …
(edit) @100573   20 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   20 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100340   20 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100327   20 months vboxsync VMM/IEM: Corrected missing rcPassUp checks and …
(edit) @100326   20 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   20 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   20 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   20 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100244   20 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   20 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100232   20 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   20 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100228   20 months vboxsync VMM: VMXAllTemplate.cpp.h: Assertion nit.
(edit) @100227   20 months vboxsync VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
(edit) @100226   20 months vboxsync VMM: VMXAllTemplate.cpp.h: Fixed overly aggressive clearing of …
(edit) @100223   20 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100222   20 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100202   20 months vboxsync VMM/IEM: More recompilation code. [doxygen fix] bugref:10369
(edit) @100198   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixed hang when starting inner VMs …
(edit) @100186   20 months vboxsync VMM/GIC: Need to adjust the written value to the actual bit for the …
(edit) @100184   20 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100183   20 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100167   21 months vboxsync VMM/CPUM: Implement CPUMGetGuestMode(), bugref:10387
(edit) @100165   21 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100164   21 months vboxsync VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting …
(edit) @100151   21 months vboxsync VMM/IEM: Implemented iemThreadedTbExec. bugref:10369
(edit) @100150   21 months vboxsync VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
(edit) @100149   21 months vboxsync VMM/IEM: Emit extra mode-check after CIMPL calls with the …
(edit) @100148   21 months vboxsync VMM/IEM: Made the python scripts pick up and deal with the …
(edit) @100139   21 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100138   21 months vboxsync VMM/IEM: Fix typo vpboardcast{b,w} -> vpbroadcast{b,w}
(edit) @100119   21 months vboxsync VMM/CPUM: Implement CPUMGetGuestCodeBits() and CPUMGetGuestDisMode(), …
(edit) @100111   21 months vboxsync VMM/IEM: Working on parsing the IEM_MC_DEFER_TO_CIMPL_[0-9]_RET() …
(edit) @100109   21 months vboxsync VMM/IEM: Make it compile and link again with …
(edit) @100108   21 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100100   21 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100096   21 months vboxsync VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
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