|
|
@100826
|
16 months |
vboxsync |
VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
|
|
|
@100822
|
16 months |
vboxsync |
VMM/IEM: Combined two conditions of the alignment checks into one in …
|
|
|
@100820
|
16 months |
vboxsync |
VMM/IEM: Refactored the simpler memory access functions using code …
|
|
|
@100811
|
16 months |
vboxsync |
VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …
|
|
|
@100810
|
16 months |
vboxsync |
VMM/IEM: Corrected flat-32-bit mode detection. Clear rcPassUp at the …
|
|
|
@100804
|
16 months |
vboxsync |
VMM/IEM: Made the rep-prefixed string instructions return new status …
|
|
|
@100803
|
16 months |
vboxsync |
VMM/IEM: More stats. bugref:10369
|
|
|
@100801
|
16 months |
vboxsync |
VMM/IEM: More complete CS.LIM checking, now considering it on …
|
|
|
@100792
|
16 months |
vboxsync |
VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
|
|
|
@100789
|
16 months |
vboxsync |
VMM/IEM: CS.LIM check fix. bugref:10369
|
|
|
@100788
|
16 months |
vboxsync |
VMM/IEM: Added missing CheckMode call to …
|
|
|
@100787
|
16 months |
vboxsync |
VMM/IEM: Check for IRQs immediately after STI as well as after the …
|
|
|
@100761
|
16 months |
vboxsync |
VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
|
|
|
@100753
|
16 months |
vboxsync |
VMM/IEM: Build fix. bugref:10369
|
|
|
@100752
|
16 months |
vboxsync |
VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
|
|
|
@100741
|
16 months |
vboxsync |
VMM/IEM: Recompiler build fix. bugref:10369
|
|
|
@100740
|
16 months |
vboxsync |
VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
|
|
|
@100736
|
16 months |
vboxsync |
VMM/IEM: Put the instruction tables for the recompiler in a separate …
|
|
|
@100734
|
16 months |
vboxsync |
VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
|
|
|
@100731
|
16 months |
vboxsync |
VMM/IEM: More on recompiling branch instruction. bugref:10369
|
|
|
@100714
|
16 months |
vboxsync |
VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
|
|
|
@100708
|
16 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Query ID registers and put them in a …
|
|
|
@100705
|
16 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Need to implement our own simplistic …
|
|
|
@100701
|
17 months |
vboxsync |
VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
|
|
|
@100695
|
17 months |
vboxsync |
VMM/IEM,STAM: Some TB stats. bugref:10369
|
|
|
@100694
|
17 months |
vboxsync |
IEM/VMM: Deal with opcode checking cross page boundraries and …
|
|
|
@100672
|
17 months |
vboxsync |
VMM/IEM: Some VxD syscall logging. bugref:10369
|
|
|
@100607
|
17 months |
vboxsync |
VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
|
|
|
@100602
|
17 months |
vboxsync |
VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
|
|
|
@100599
|
17 months |
vboxsync |
VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
|
|
|
@100597
|
17 months |
vboxsync |
VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
|
|
|
@100595
|
17 months |
vboxsync |
VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
|
|
|
@100591
|
17 months |
vboxsync |
VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
|
|
|
@100579
|
17 months |
vboxsync |
VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
|
|
|
@100573
|
17 months |
vboxsync |
VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
|
|
|
@100567
|
17 months |
vboxsync |
VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
|
|
|
@100326
|
17 months |
vboxsync |
VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
|
|
|
@100305
|
17 months |
vboxsync |
VMM/IEM: Added missing VM_FF checks and timer polling …
|
|
|
@100277
|
18 months |
vboxsync |
VMM/IEM: Reworked the PC -> phys address translation in the …
|
|
|
@100266
|
18 months |
vboxsync |
VMM/IEM: Collect opcode bytes while decoding instructions in the …
|
|
|
@100231
|
18 months |
vboxsync |
VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
|
|
|
@100222
|
18 months |
vboxsync |
VMM/IEM: More recompilation code. bugref:10369
|
|
|
@100183
|
18 months |
vboxsync |
VMM/IEM: More recompilation code. bugref:10369
|
|
|
@100165
|
18 months |
vboxsync |
VMM/GIC: Updates to the emulation, implement interrupt priority …
|
|
|
@100144
|
18 months |
vboxsync |
VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
|
|
|
@100139
|
18 months |
vboxsync |
VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
|
|
|
@100104
|
18 months |
vboxsync |
VMM/PGMInternal.h: Disable the PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for …
|
|
|
@100102
|
18 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
|
|
|
@100096
|
18 months |
vboxsync |
VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
|
|
|
@100089
|
18 months |
vboxsync |
VMM/IEM: Reworking the variations generated by the python script to …
|
|
|
@100084
|
18 months |
vboxsync |
VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
|
|
|
@100072
|
18 months |
vboxsync |
VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
|
|
|
@100061
|
18 months |
vboxsync |
VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
|
|
|
@100059
|
18 months |
vboxsync |
VMM/IEM: Use fExec for more tests. bugref:10369
|
|
|
@100052
|
18 months |
vboxsync |
VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
|
|
|
@100020
|
18 months |
vboxsync |
VMM/IEM: Draft for execution mode flags and translation block flags. …
|
|
|
@99996
|
19 months |
vboxsync |
VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
|
|
|
@99992
|
19 months |
vboxsync |
VMM/IEM: Corrected IEM_MC_REF_FPUREG so it'll reference the correct …
|
|
|
@99988
|
19 months |
vboxsync |
VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
|
|
|
@99984
|
19 months |
vboxsync |
VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
|
|
|
@99983
|
19 months |
vboxsync |
VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
|
|
|
@99982
|
19 months |
vboxsync |
VMM/IEM: More plotting on the IEM recompiler. bugref:10369
|
|
|
@99976
|
19 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
|
|
|
@99958
|
19 months |
vboxsync |
IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
|
|
|
@99933
|
19 months |
vboxsync |
VMM/IEM: A couple of clang warning fixes.
|
|
|
@99930
|
19 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99924
|
19 months |
vboxsync |
VMM/EM: scm fix
|
|
|
@99923
|
19 months |
vboxsync |
VMM/EM: scm fix
|
|
|
@99920
|
19 months |
vboxsync |
VMM/EM: Time slice cleanups. Scm fixes.
|
|
|
@99899
|
19 months |
vboxsync |
VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
|
|
|
@99898
|
19 months |
vboxsync |
VMM/EM,DBGF: Repurposing the inner REM execution loop for …
|
|
|
@99897
|
19 months |
vboxsync |
VMM/EM,DBGF: Repurposing the inner REM execution loop for …
|
|
|
@99885
|
19 months |
vboxsync |
VMM/GIC: Updates to the emulation implementation, some basic SPI …
|
|
|
@99832
|
19 months |
vboxsync |
VMM/IEM: More recompiler work. bugref:10369
|
|
|
@99739
|
19 months |
vboxsync |
*: doxygen corrections (mostly about removing @returns from functions …
|
|
|
@99735
|
19 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
|
|
|
@99734
|
19 months |
vboxsync |
VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
|
|
|
@99690
|
19 months |
vboxsync |
VMM/IEM: scm fix. bugref:10369
|
|
|
@99686
|
19 months |
vboxsync |
VMM/IEM: More work on the decoder/recompiler part. bugref:10369
|
|
|
@99685
|
19 months |
vboxsync |
VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
|
|
|
@99557
|
19 months |
vboxsync |
VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
|
|
|
@99492
|
20 months |
vboxsync |
VMM/GIC: Register the MMIO region handlers for the distributor and …
|
|
|
@99383
|
20 months |
vboxsync |
VMM/ARMv8: Add ability to insert new system register ranges (based on …
|
|
|
@99370
|
20 months |
vboxsync |
VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
|
|
|
@99355
|
20 months |
vboxsync |
VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_FSGSBASE_XCPT. …
|
|
|
@99354
|
20 months |
vboxsync |
VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT. …
|
|
|
@99353
|
20 months |
vboxsync |
VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT. …
|
|
|
@99352
|
20 months |
vboxsync |
VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
|
|
|
@99351
|
20 months |
vboxsync |
VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
|
|
|
@99343
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
|
|
|
@99342
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
|
|
|
@99341
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
|
|
|
@99340
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
|
|
|
@99339
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
|
|
|
@99338
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
|
|
|
@99337
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
|
|
|
@99336
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
|
|
|
@99335
|
20 months |
vboxsync |
VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
|
|
|
@99333
|
20 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|
@99332
|
20 months |
vboxsync |
VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
|
|
|