VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103667   12 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103662   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103660   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   12 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103649   12 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103646   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103622   12 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103614   12 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   12 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103592   12 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103590   12 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   12 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   12 months vboxsync VMM/IEM: Native translation of …
(edit) @103585   12 months vboxsync VMM/IEM: Native translation of …
(edit) @103561   12 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103558   12 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   12 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103555   12 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103554   12 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103514   12 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103404   12 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   12 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103377   12 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   12 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103374   12 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103334   12 months vboxsync VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
(edit) @103318   13 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103267   13 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   13 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103256   13 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   13 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103190   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
(edit) @103182   13 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @103181   13 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   13 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @103152   13 months vboxsync VMM/IOM: Enable I/O port info handlers for the ARMv8 target because it …
(edit) @103053   13 months vboxsync VMM: Nested VMX: bugref:10318 Fixed nested-guest (Hyper-V enabled …
(edit) @102987   13 months vboxsync VMM/HM: Nested VMX: bugref:10318 Log host CR0 and a couple of MSRs for …
(edit) @102977   13 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102896   13 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102879   13 months vboxsync VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
(edit) @102876   13 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102867   13 months vboxsync VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
(edit) @102857   14 months vboxsync VMM/IEM: Arm build fix. bugref:10371
(edit) @102856   14 months vboxsync VMM/IEM: Implemented the second of two code TLB lookups. bugref:10371
(edit) @102850   14 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102847   14 months vboxsync VMM/IEM: Moved the TLB lookup emitter to a common header file so it …
(edit) @102846   14 months vboxsync VMM/IEM: Preserve variable and shadow register state across code TLB …
(edit) @102841   14 months vboxsync VMM/IEM: More stats. bugref:10371
(edit) @102828   14 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102817   14 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102803   14 months vboxsync VMM/IEM: Arm build fixes (stats). bugref:10371
(edit) @102800   14 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102790   14 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102785   14 months vboxsync VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
(edit) @102766   14 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102765   14 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102756   14 months vboxsync VMM/IEM: Rough TLB lookup code for fetches and stores. bugref:10371
(edit) @102741   14 months vboxsync VMM/IEM: Corrected two more 8-bit host register messups on x86, also …
(edit) @102737   14 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. bugref:10371
(edit) @102736   14 months vboxsync VMM/IEM: Debugged TLB lookup code on arm and enabled it there. bugref:10371
(edit) @102735   14 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102734   14 months vboxsync VMM/IEM: ARM build fix. bugref:10371
(edit) @102733   14 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102724   14 months vboxsync VMM/IEM: Moved the TLB lookup code emitting into a separate function …
(edit) @102720   14 months vboxsync VMM/IEM: Enabled the memmap TLB code on x86. bugref:10371
(edit) @102718   14 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102717   14 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102703   14 months vboxsync VMM/IEM: Extended IEMTB_KEY_MASK to include the CPL so …
(edit) @102700   14 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102699   14 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102684   14 months vboxsync VMM/IEM: Fixed another bug in related to ah,ch,dh,bh storing (AMD64 …
(edit) @102663   14 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102662   14 months vboxsync VMM/IEM: Fixed typo in amd64 part of iemNativeEmitAddTwoGprs and a …
(edit) @102634   14 months vboxsync VMM/IEM: Split out the emitters for the built-in threaded functions …
(edit) @102624   14 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   14 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102603   15 months vboxsync VMM/IEM: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 …
(edit) @102593   15 months vboxsync VMM/IEM: Native translation of Blt_CheckCsLim. bugref:10371
(edit) @102587   15 months vboxsync VMM/IEM: Native translation of IEM_MC_SET_RIP_U16_AND_FINISH and …
(edit) @102586   15 months vboxsync VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
(edit) @102585   15 months vboxsync VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
(edit) @102580   15 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102579   15 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102572   15 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102569   15 months vboxsync VMM/IEM: Little unmap assertion fix / optimization. bugref:10371
(edit) @102558   15 months vboxsync VMM/IEM: Prevent variable registers from being spilled or moved while …
(edit) @102557   15 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102528   15 months vboxsync VMM/IEM: Prototype native TB disas function so it can be called from …
(edit) @102527   15 months vboxsync VMM/IEM: Corrected IEMNATIVE_FP_OFF_LAST_PUSH value for arm, fixing …
(edit) @102512   15 months vboxsync VMM/IEM: Arm build fix. Fixed jumps in EFLAGS VBOX_STRICT code so they …
(edit) @102510   15 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102471   15 months vboxsync VMM/IEM: IEM_MC_ASSIGN_TO_SMALLER (lea); fixed a few bugs wrt guest …
(edit) @102448   15 months vboxsync VMM/IEM: Removed duplicate MC IEM_MC_FETCH_MEM_S32_SX_U64. bugref:10371
(edit) @102447   15 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102444   15 months vboxsync VMM/IEM: IEM_MC_STORE_GREG_U8_THREADED. bugref:10371
(edit) @102440   15 months vboxsync VMM/IEM: Corrected MCs for FLAT U128 memory access after the workers …
(edit) @102436   15 months vboxsync VMM/IEM: U8 mem map MCs. bugref:10371
(edit) @102433   15 months vboxsync VMM/IEM: Drop the pointer from the UNMAP MCs as it is no longer used. …
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