VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100672   20 months vboxsync VMM/IEM: Some VxD syscall logging. bugref:10369
(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) @100591   21 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100579   21 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100573   21 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   21 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100326   21 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   21 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   21 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   21 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100231   21 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100222   22 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100183   22 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100165   22 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100144   22 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @100139   22 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100104   22 months vboxsync VMM/PGMInternal.h: Disable the PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for …
(edit) @100102   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
(edit) @100096   22 months vboxsync VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
(edit) @100089   22 months vboxsync VMM/IEM: Reworking the variations generated by the python script to …
(edit) @100084   22 months vboxsync VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
(edit) @100072   22 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @100061   22 months vboxsync VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
(edit) @100059   22 months vboxsync VMM/IEM: Use fExec for more tests. bugref:10369
(edit) @100052   22 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100020   22 months vboxsync VMM/IEM: Draft for execution mode flags and translation block flags. …
(edit) @99996   22 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99992   22 months vboxsync VMM/IEM: Corrected IEM_MC_REF_FPUREG so it'll reference the correct …
(edit) @99988   22 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99984   22 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   22 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
(edit) @99982   22 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99976   22 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99958   22 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99933   22 months vboxsync VMM/IEM: A couple of clang warning fixes.
(edit) @99930   22 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99924   22 months vboxsync VMM/EM: scm fix
(edit) @99923   22 months vboxsync VMM/EM: scm fix
(edit) @99920   22 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99899   22 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99898   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99897   22 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99885   22 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
(edit) @99832   23 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99739   23 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99735   23 months vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99734   23 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99690   23 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99686   23 months vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   23 months vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99557   2 years vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99492   2 years vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99383   2 years vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99370   2 years vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
(edit) @99355   2 years vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_FSGSBASE_XCPT. …
(edit) @99354   2 years vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT. …
(edit) @99353   2 years vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT. …
(edit) @99352   2 years vboxsync VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
(edit) @99351   2 years vboxsync VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
(edit) @99343   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
(edit) @99342   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
(edit) @99341   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
(edit) @99340   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
(edit) @99339   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
(edit) @99338   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
(edit) @99337   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
(edit) @99336   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
(edit) @99335   2 years vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
(edit) @99333   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99332   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99331   2 years vboxsync VMM/IEM: Removed CPUID check from most of the …
(edit) @99330   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
(edit) @99325   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99324   2 years vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99304   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99300   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99299   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99298   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99296   2 years vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99209   2 years vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99208   2 years vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99196   2 years vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99163   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99070   2 years vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99051   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99027   2 years vboxsync VMM/IEM: Quick doxygen fix (need to organize the code better, later …
(edit) @98993   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98980   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98970   2 years vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385
(edit) @98969   2 years vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98921   2 years vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
(edit) @98910   2 years vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98887   2 years vboxsync VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898
(edit) @98835   2 years vboxsync VMM/IEM: Moved the IEM_WITH_<opcode-group> defintions into the …
(edit) @98827   2 years vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98821   2 years vboxsync VMM/IEM: Fixes and optimizations for the pcmp{i,e}str{i,m} …
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