VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101163   16 months vboxsync VMM/IEM: Experimental recompilation of threaded blocks into native …
(edit) @101121   16 months vboxsync VMM/CPUM: Log host and guest features, bugref:10525
(edit) @101111   16 months vboxsync VMM/IEM: Dropped IEMTB_F_STATE_XXX as we use dedicated TBs for …
(edit) @101104   16 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Use the CPUMIDREGS structure to …
(edit) @101103   16 months vboxsync VMM: Started implemented the CPU ID parsing and overriding bits as …
(edit) @101088   16 months vboxsync VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369
(edit) @100998   16 months vboxsync doxygen fix
(edit) @100966   17 months vboxsync VMM/PGM,IEM: Prepare work for write monitoring page containing …
(edit) @100965   17 months vboxsync VMM/PGM,++: Removing some CSAM traces.
(edit) @100964   17 months vboxsync VMM/PGM: Some experiments wrt preseving ZERO page status as the …
(edit) @100935   17 months vboxsync VMM: bugref:10498 bugref:10318: Implemented basic MTRR reporting and …
(edit) @100889   17 months vboxsync VMM/IEM: Adjusted IEM_MC_CALL_CIMPL_HLP_RET assertion to account for …
(edit) @100869   17 months vboxsync VMM/IEM: Use a fixed maxed-out TB during threaded compilation and …
(edit) @100868   17 months vboxsync VBox/log.h,VMM/IEM: Added a dedicated logging group for IEM memory …
(edit) @100863   17 months vboxsync VMM/IEM: Implemented inlined TLB based stack accesses for 4 of the …
(edit) @100860   17 months vboxsync VMM/IEM: Reworked basic stack push/pop functions for setjmp, though …
(edit) @100859   17 months vboxsync VMM/IEM: Stack MC rework preps. bugref:10369
(edit) @100856   17 months vboxsync VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of …
(edit) @100854   17 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100851   17 months vboxsync VMM/IEM: Make the assembly helpers hidden to avoid calling via the plt …
(edit) @100850   17 months vboxsync VMM/IEM: Combined the with-in-page and alignment checks for the …
(edit) @100848   17 months vboxsync VMM/IEM: Inline TLB use for the new IEM_MC_MAP_MEM_XXX stuff. bugref:10369
(edit) @100847   17 months vboxsync VMM/IEM: Dedicated code for IEM_MC_MEM_COMMIT_AND_UNMAP_RW/WO/RO. …
(edit) @100840   17 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100831   17 months vboxsync VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
(edit) @100830   17 months vboxsync VMM/IEM: Build fix for when IEM_WITH_SETJMP is undefined. bugref:10369
(edit) @100829   17 months vboxsync VMM/IEM: Implemented hardware instruction breakpoints. Only tested …
(edit) @100826   17 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100822   17 months vboxsync VMM/IEM: Combined two conditions of the alignment checks into one in …
(edit) @100820   17 months vboxsync VMM/IEM: Refactored the simpler memory access functions using code …
(edit) @100811   17 months vboxsync VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …
(edit) @100810   17 months vboxsync VMM/IEM: Corrected flat-32-bit mode detection. Clear rcPassUp at the …
(edit) @100804   17 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100803   17 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100801   17 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100792   17 months vboxsync VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
(edit) @100789   17 months vboxsync VMM/IEM: CS.LIM check fix. bugref:10369
(edit) @100788   17 months vboxsync VMM/IEM: Added missing CheckMode call to …
(edit) @100787   17 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100761   17 months vboxsync VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
(edit) @100753   17 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100752   17 months vboxsync VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
(edit) @100741   18 months vboxsync VMM/IEM: Recompiler build fix. bugref:10369
(edit) @100740   18 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100736   18 months vboxsync VMM/IEM: Put the instruction tables for the recompiler in a separate …
(edit) @100734   18 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100731   18 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
(edit) @100714   18 months vboxsync VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
(edit) @100708   18 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Query ID registers and put them in a …
(edit) @100705   18 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to implement our own simplistic …
(edit) @100701   18 months vboxsync VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
(edit) @100695   18 months vboxsync VMM/IEM,STAM: Some TB stats. bugref:10369
(edit) @100694   18 months vboxsync IEM/VMM: Deal with opcode checking cross page boundraries and …
(edit) @100672   18 months vboxsync VMM/IEM: Some VxD syscall logging. bugref:10369
(edit) @100607   18 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   18 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   18 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   18 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   18 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @100591   18 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100579   18 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100573   18 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   18 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100326   19 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   19 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   19 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   19 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100231   19 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100222   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100183   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100165   19 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100144   19 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @100139   19 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100104   19 months vboxsync VMM/PGMInternal.h: Disable the PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for …
(edit) @100102   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
(edit) @100096   19 months vboxsync VMM/IEM: Adjusted/reworked the relative jump MCs in the threaded …
(edit) @100089   19 months vboxsync VMM/IEM: Reworking the variations generated by the python script to …
(edit) @100084   19 months vboxsync VMM/IEM: Added iemRegGRegStoreUxx inline helpers and replaced all the …
(edit) @100072   19 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @100061   19 months vboxsync VMM/IEM: Use IEM_F_X86_CTX_IN_GUEST to increase mojo for non-vm-exit …
(edit) @100059   19 months vboxsync VMM/IEM: Use fExec for more tests. bugref:10369
(edit) @100052   19 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100020   20 months vboxsync VMM/IEM: Draft for execution mode flags and translation block flags. …
(edit) @99996   20 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99992   20 months vboxsync VMM/IEM: Corrected IEM_MC_REF_FPUREG so it'll reference the correct …
(edit) @99988   20 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
(edit) @99984   20 months vboxsync VMM/IEM: Fixed a few places in IEMAllCImpl.cpp and …
(edit) @99983   20 months vboxsync VMM/IEM: Removed (finally) the need to call CPUMGetGuestCPL and …
(edit) @99982   20 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99976   20 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99958   20 months vboxsync IEM: Consistently use DONE_VEX_DECODING_EX macros to check for CPU …
(edit) @99933   20 months vboxsync VMM/IEM: A couple of clang warning fixes.
(edit) @99930   20 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99924   20 months vboxsync VMM/EM: scm fix
(edit) @99923   20 months vboxsync VMM/EM: scm fix
(edit) @99920   20 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99899   20 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99898   20 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99897   20 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99885   20 months vboxsync VMM/GIC: Updates to the emulation implementation, some basic SPI …
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