VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100815   21 months vboxsync VMM/IEM: Tiny data TLB usage tweak. bugref:10369
(edit) @100811   21 months vboxsync VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …
(edit) @100810   21 months vboxsync VMM/IEM: Corrected flat-32-bit mode detection. Clear rcPassUp at the …
(edit) @100806   21 months vboxsync VMM/IEM: Don't end TBs on mode change. Corrected BltIn_CheckMode to …
(edit) @100805   21 months vboxsync VMM/EM: Reverted accidental change. bugref:10369
(edit) @100804   21 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100803   21 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100802   21 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100801   21 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100792   21 months vboxsync VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
(edit) @100791   21 months vboxsync VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
(edit) @100790   21 months vboxsync VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
(edit) @100789   21 months vboxsync VMM/IEM: CS.LIM check fix. bugref:10369
(edit) @100788   21 months vboxsync VMM/IEM: Added missing CheckMode call to …
(edit) @100787   21 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100786   21 months vboxsync VMM/EM: @todo
(edit) @100784   21 months vboxsync IEM: Removed extraneous LogRel after SYSENTER/SYSEXIT fix. bugref:10369
(edit) @100783   21 months vboxsync IEM: 32-bit SYSENTER/SYSEXIT always transitions to 32-bit protected …
(edit) @100778   21 months vboxsync VMM/IEM: Corrections for 8-bit register number calculations for 64-bit …
(edit) @100777   21 months vboxsync IEM/VMM: More detailed (e.g. useful) memory access logging. bugref:10369
(edit) @100769   21 months vboxsync VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
(edit) @100767   21 months vboxsync VMM/GIC: Some more logging, bugref:10404
(edit) @100764   21 months vboxsync VMM/NEMR3Native-darwin-armv8: Set CNTV_CTL_EL0 and CNTV_CVAL_EL0 when …
(edit) @100763   21 months vboxsync VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
(edit) @100761   21 months vboxsync VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
(edit) @100759   21 months vboxsync VMM/PGM-armv8: Make it work with saved states, bugref:10388
(edit) @100758   21 months vboxsync VMM/GICR3: Add some preliminary saved state handling, bugref:10404 [fix]
(edit) @100756   21 months vboxsync VMM/GICR3: Add some preliminary saved state handling, bugref:10404
(edit) @100755   21 months vboxsync VMM/ARM: Some preliminary saved state handling and logging for the …
(edit) @100753   21 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100752   21 months vboxsync VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
(edit) @100747   21 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100746   21 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100745   21 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100744   21 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script …
(edit) @100743   21 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
(edit) @100742   21 months vboxsync VMM/IEM: Preparations for splitting up IEMAllThrdTables.cpp into …
(edit) @100741   21 months vboxsync VMM/IEM: Recompiler build fix. bugref:10369
(edit) @100740   21 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100739   21 months vboxsync VMM/IEM: Preparations for splitting up IEMAllInstInterpretOnly.cpp …
(edit) @100736   21 months vboxsync VMM/IEM: Put the instruction tables for the recompiler in a separate …
(edit) @100735   21 months vboxsync VMM/IEM: Fixed locked unary instruction regression from r158571. …
(edit) @100734   21 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   21 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(edit) @100732   21 months vboxsync VMM/IEM: Renamed some source files. bugref:10369
(edit) @100731   21 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
(edit) @100727   21 months vboxsync VMM/ARM: Some preliminary saved state handling and logging for the …
(edit) @100725   21 months vboxsync VMM/ARM: Add some more system registers to the vCPU state, …
(edit) @100724   21 months vboxsync VMM/ARM: Add PAuth key system registers in the vCPU state, …
(edit) @100723   21 months vboxsync VMM/ARM: Add debug system registers in the vCPU state, bugref:10387, …
(edit) @100714   21 months vboxsync VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
(edit) @100709   21 months vboxsync VMM: Added missing splitlock handling for cmpxchg8b and cmpxchg16b, …
(edit) @100708   21 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Query ID registers and put them in a …
(edit) @100705   21 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to implement our own simplistic …
(edit) @100701   21 months vboxsync VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
(edit) @100697   21 months vboxsync VMM/IEM: Set unused range bits when extending it. bugref:10369
(edit) @100696   21 months vboxsync VMM/IEM: TB instruction count initialization and overflow prot. …
(edit) @100695   21 months vboxsync VMM/IEM,STAM: Some TB stats. bugref:10369
(edit) @100694   21 months vboxsync IEM/VMM: Deal with opcode checking cross page boundraries and …
(edit) @100673   21 months vboxsync VMM/IEM: Some VxD syscall logging. [build fix] bugref:10369
(edit) @100672   21 months vboxsync VMM/IEM: Some VxD syscall logging. bugref:10369
(edit) @100671   21 months vboxsync VMM/IEM: Fix TB revalidation prior to execution. The code is still …
(edit) @100633   21 months vboxsync VMM/IEM: Check for too early IEMCPU::iEffSeg use during recompiler …
(edit) @100626   21 months vboxsync VMM/IEM: Logging. bugref:10369
(edit) @100625   21 months vboxsync CPUID: Expose AMD XSaveErPtr CPUID bit to guests. Eliminates …
(edit) @100624   21 months vboxsync VMM/IEM: Removed some temporary pop [mem] logging. bugref:10369
(edit) @100623   21 months vboxsync VMM/IEM: pop [mem] correction, iEffSeg must be fetched after address …
(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   22 months vboxsync VMM/IEM: doxygen fix. bugref:10369
(edit) @100591   22 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100588   22 months vboxsync VMM/IEMAllThreadedPython: Add some more micro code statements, bugref:10369
(edit) @100587   22 months vboxsync VMM/IEMAllThreadedPython: Fix type, bugref:10369
(edit) @100579   22 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100577   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 More info on assertion.
(edit) @100575   22 months vboxsync VMM/IEM: Remove the stubs for …
(edit) @100573   22 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   22 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100532   22 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Enabled feature for saving PAT MSR …
(edit) @100399   22 months vboxsync VMM/PDMDevHlp: Allow IRQ numbers >= 16 for ARMv8 (we are kind of …
(edit) @100357   22 months vboxsync Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont …
(edit) @100340   22 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100337   22 months vboxsync VMM/VMMR0JmpA-amd64.asm: Clarified comment; use simpler instruction …
(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) @100224   22 months vboxsync VMM/IEM: Build fix. bugref:10369
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