VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @100747   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100746   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100745   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100744   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script …
(edit) @100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
(edit) @100742   17 months vboxsync VMM/IEM: Preparations for splitting up IEMAllThrdTables.cpp into …
(edit) @100741   17 months vboxsync VMM/IEM: Recompiler build fix. bugref:10369
(edit) @100740   17 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100739   18 months vboxsync VMM/IEM: Preparations for splitting up IEMAllInstInterpretOnly.cpp …
(edit) @100736   18 months vboxsync VMM/IEM: Put the instruction tables for the recompiler in a separate …
(edit) @100735   18 months vboxsync VMM/IEM: Fixed locked unary instruction regression from r158571. …
(edit) @100734   18 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   18 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(edit) @100732   18 months vboxsync VMM/IEM: Renamed some source files. bugref:10369
(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) @100709   18 months vboxsync VMM: Added missing splitlock handling for cmpxchg8b and cmpxchg16b, …
(edit) @100701   18 months vboxsync VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
(edit) @100697   18 months vboxsync VMM/IEM: Set unused range bits when extending it. bugref:10369
(edit) @100696   18 months vboxsync VMM/IEM: TB instruction count initialization and overflow prot. …
(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) @100673   18 months vboxsync VMM/IEM: Some VxD syscall logging. [build fix] bugref:10369
(edit) @100672   18 months vboxsync VMM/IEM: Some VxD syscall logging. bugref:10369
(edit) @100671   18 months vboxsync VMM/IEM: Fix TB revalidation prior to execution. The code is still …
(edit) @100633   18 months vboxsync VMM/IEM: Check for too early IEMCPU::iEffSeg use during recompiler …
(edit) @100626   18 months vboxsync VMM/IEM: Logging. bugref:10369
(edit) @100624   18 months vboxsync VMM/IEM: Removed some temporary pop [mem] logging. bugref:10369
(edit) @100623   18 months vboxsync VMM/IEM: pop [mem] correction, iEffSeg must be fetched after address …
(edit) @100617   18 months vboxsync IEM/VMM: Corrected iemRecalcExecDbgFlags to …
(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) @100592   18 months vboxsync VMM/IEM: doxygen fix. bugref:10369
(edit) @100591   18 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100588   18 months vboxsync VMM/IEMAllThreadedPython: Add some more micro code statements, bugref:10369
(edit) @100587   18 months vboxsync VMM/IEMAllThreadedPython: Fix type, bugref:10369
(edit) @100579   18 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100577   18 months vboxsync VMM/PGM: Nested VMX: bugref:10318 More info on assertion.
(edit) @100575   18 months vboxsync VMM/IEM: Remove the stubs for …
(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) @100340   18 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100327   19 months vboxsync VMM/IEM: Corrected missing rcPassUp checks and …
(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) @100244   19 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   19 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100232   19 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   19 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
(edit) @100228   19 months vboxsync VMM: VMXAllTemplate.cpp.h: Assertion nit.
(edit) @100227   19 months vboxsync VMM: VMXAllTemplate.cpp.h: Add some info to assertion.
(edit) @100226   19 months vboxsync VMM: VMXAllTemplate.cpp.h: Fixed overly aggressive clearing of …
(edit) @100223   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100222   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100202   19 months vboxsync VMM/IEM: More recompilation code. [doxygen fix] bugref:10369
(edit) @100198   19 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Fixed hang when starting inner VMs …
(edit) @100186   19 months vboxsync VMM/GIC: Need to adjust the written value to the actual bit for the …
(edit) @100184   19 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100183   19 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100167   19 months vboxsync VMM/CPUM: Implement CPUMGetGuestMode(), bugref:10387
(edit) @100165   19 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100164   19 months vboxsync VMM/VMXAllTemplate.cpp.h: Clear any lingering interrupt-window exiting …
(edit) @100151   19 months vboxsync VMM/IEM: Implemented iemThreadedTbExec. bugref:10369
(edit) @100150   19 months vboxsync VMM/IEM: IEMAllInstructionsThreadedRecompiler.cpp -> …
(edit) @100149   19 months vboxsync VMM/IEM: Emit extra mode-check after CIMPL calls with the …
(edit) @100148   19 months vboxsync VMM/IEM: Made the python scripts pick up and deal with the …
(edit) @100139   19 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100138   19 months vboxsync VMM/IEM: Fix typo vpboardcast{b,w} -> vpbroadcast{b,w}
(edit) @100119   19 months vboxsync VMM/CPUM: Implement CPUMGetGuestCodeBits() and CPUMGetGuestDisMode(), …
(edit) @100111   19 months vboxsync VMM/IEM: Working on parsing the IEM_MC_DEFER_TO_CIMPL_[0-9]_RET() …
(edit) @100109   19 months vboxsync VMM/IEM: Make it compile and link again with …
(edit) @100108   19 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100100   19 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(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) @100088   19 months vboxsync VMM/IEM: Some python adjustments for new CIMPL macros and fExec. …
(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) @100060   19 months vboxsync VMM/IEM: todo on iemFpuUpdateDP
(edit) @100052   19 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @100051   19 months vboxsync VMM/IEM: Missing D=0 when L=1 check in IRET.
(edit) @100050   19 months vboxsync VMM/IEM: Load full RSP in 64-bit RETF to same privilege level.
(edit) @100049   19 months vboxsync VMM/IEM: Clear the D and L descriptor bits when loading segements for …
(edit) @100044   19 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @100020   20 months vboxsync VMM/IEM: Draft for execution mode flags and translation block flags. …
(edit) @100005   20 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100000   20 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99996   20 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99994   20 months vboxsync VMM/IEM: Allow setting the FCW.IC bit (discontinued with the 387) as …
(edit) @99993   20 months vboxsync VMM/IEM: Corrected instruction counting in IEMExecLots, it executed …
(edit) @99988   20 months vboxsync VMM/IEM: Externalized prefetch queue flushing from IEMAllCImpl.cpp so …
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