VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98887   22 months vboxsync VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898
(edit) @98881   22 months vboxsync VMM/IEM: scm fixes. bugref:10369
(edit) @98880   22 months vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98873   22 months vboxsync VMM/IEM: Started extending IEMAllInstructionsPython.py to pick up …
(edit) @98843   22 months vboxsync VMM/IEM: Encoding correction for a couple of VEX instructions. bugref:10369
(edit) @98842   22 months vboxsync VMM/IEM,ValKit: Require explicit instruction file loading call for …
(edit) @98827   22 months vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98821   23 months vboxsync VMM/IEM: Fixes and optimizations for the pcmp{i,e}str{i,m} …
(edit) @98812   23 months vboxsync VMM/IEM: Completely untested emulations for pcmp{i,e}str{i,m}, bugref:9898
(edit) @98800   23 months vboxsync VMM/IEM: Fixed unreachable code issues in …
(edit) @98799   23 months vboxsync VMM/IEM: Fixed unreachable code issue in …
(edit) @98797   23 months vboxsync VMM/IEM: Corrected bug in 32-bit vmread to register emulation where …
(edit) @98796   23 months vboxsync VMM/IEM: Removed lots of unreachable 'return' statements in …
(edit) @98795   23 months vboxsync VMM/IEM: s/g_apfnOneByteMap/g_apfnIemInterpretOnlyOneByteMap/ and …
(edit) @98781   23 months vboxsync VMM/IEM: Fix the pcmp{e,i}str{i,m} instructions, completely got the …
(edit) @98743   23 months vboxsync VMM/PDMAllCritSect: comment typo
(edit) @98723   23 months vboxsync VMM/IEM: Started on implementing …
(edit) @98703   23 months vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98572   23 months vboxsync VMM/PGM: Ignore VERR_PAGE_TABLE_NOT_FOUND error in …
(edit) @98543   2 years vboxsync VMM/IEM: @todos regarding FXSAVE/FRSTOR and AMD. bugref:1529
(edit) @98522   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 const nit.
(edit) @98521   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed incorrect assumption of …
(edit) @98507   2 years vboxsync VMM: Nested VMX: bugref:10318 More darwin build fixes, 2.
(edit) @98506   2 years vboxsync VMM: Nested VMX: bugref:10318 More Darwin build fixes.
(edit) @98505   2 years vboxsync VMM: Nested VMX: bugref:10318 Build fix, unused parameter on Darwin, …
(edit) @98504   2 years vboxsync VMM: Nested VMX: bugref:10318 Build fix.
(edit) @98502   2 years vboxsync VMM: Nested VMX: bugref:10318 De-duplicate some of the code in …
(edit) @98499   2 years vboxsync VMM: Nested VMX: bugref:10318 Fixed bug in 2nd version of …
(edit) @98492   2 years vboxsync VMM/IEM: Worker function for rsqrtss and rsqrtps SSE instructions, …
(edit) @98480   2 years vboxsync VMM/IEM: Corrected values of X86_SSE_ROUNDXX_* constants for roundxx …
(edit) @98464   2 years vboxsync VMM/VMXAllTemplate.cpp.h: Nested VMX: bugref:10318 Need this for debugging.
(edit) @98360   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 Pause-loop exiting is exposed to the …
(edit) @98311   2 years vboxsync VMM/IEM: Take into account the value of Imm8 operand in roundxx SSE …
(edit) @98150   2 years vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98134   2 years vboxsync VMM/IEM: Implementation of roundxx SSE instructions. [clang build …
(edit) @98132   2 years vboxsync VMM/IEM: Implementation of roundxx SSE instructions, bugref:9898
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98066   2 years vboxsync VMM: Fixed EFLAGS.TF handling for CPUID exits when NEM/Hyper-V is …
(edit) @98045   2 years vboxsync IOM: Updates. bugref:10315
(edit) @98036   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed VPID masking bug in INVVPID …
(edit) @98030   2 years vboxsync IEM/retf: Fixed imm16 parameter pop values above 255. bugref:10282
(edit) @98029   2 years vboxsync VMM/DBGF: Adjust DR6 for instruction breakpoints on AMD, only enabled …
(edit) @97820   2 years vboxsync VMM/DBGF: Respect the resume flag in DBGFBpCheckInstruction. bugref:9898
(edit) @97785   2 years vboxsync IEM: Fixed/added C implementation stubs for RSQRTxx/ROUNDxx.
(edit) @97782   2 years vboxsync IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
(edit) @97777   2 years vboxsync VMM/HMR0VMX: Corrected the HMVMX_CHECK_BREAK macro - it wasn't really …
(edit) @97736   2 years vboxsync VMM/PGM,IEM: Must flush the physical address aspect of the IEM TLBs in …
(edit) @97714   2 years vboxsync VMM/IEM: Comments and preprocessor indent adjustments. bugref:9898
(edit) @97713   2 years vboxsync VMM/IEM: Some more work on the other iemOpcodeFetchMoreBytes code. …
(edit) @97712   2 years vboxsync VMM/IEM: Some more iemOpcodeFetchBytesJmp work. bugref:9898
(edit) @97705   2 years vboxsync VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
(edit) @97699   2 years vboxsync VMM/DBGF: Corrected copy&paste error in DBGFBpCheckInstruction …
(edit) @97694   2 years vboxsync VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
(edit) @97693   2 years vboxsync VMM/DBGF: Added a DBGFBpCheckInstruction function for checking for …
(edit) @97676   2 years vboxsync IEM: PCMPISTRI does not enforce 128-bit alignment of memory operands.
(edit) @97662   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97645   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97644   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97642   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97641   2 years vboxsync VMM/IEM: Pick 4 as the threshold alignment that …
(edit) @97630   2 years vboxsync VMM/IEM: Corrected the default operand size for retf; Correected ESP …
(edit) @97629   2 years vboxsync VMM/IEM: Corrected opcode comments for rdtscp and swapgs. bugref:9898
(edit) @97620   2 years vboxsync VMM/IEM: Corrected a stack register update bug when RETF is returning …
(edit) @97615   2 years vboxsync VMM/IEM: Single stepping of far return. bugref:9898
(edit) @97614   2 years vboxsync VMM/HMVMXR0: Must actually reload the initial …
(edit) @97607   2 years vboxsync IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
(edit) @97584   2 years vboxsync VMM/IEM: Corrected opsize behaviour for near returns for intel cpus in …
(edit) @97583   2 years vboxsync VMM/IEM: Whitespace fix in VMX code. bugref:10092
(edit) @97564   2 years vboxsync IEM: Save/restore XMM8-15 based on CPU mode, not operand size in …
(edit) @97562   2 years vboxsync VMM/HMVMX,CPUM: Added a HM/AlwaysInterceptVmxMovDRx config for …
(edit) @97560   2 years vboxsync VMM/CPUM: Added fHle & fRtm to the exploded CPU features.
(edit) @97547   2 years vboxsync IEM: Added MRI instruction form for ValKit to handle r/m, reg, imm …
(edit) @97546   2 years vboxsync IEM: Hack for ValKit build break.
(edit) @97543   2 years vboxsync IEM: Modified microcode XMM accessors to fetch specified qword/dword …
(edit) @97534   2 years vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97529   2 years vboxsync CPUM: Added MOVBE feature flag.
(edit) @97524   2 years vboxsync VMM: Copy and paste error (r154543 regression), bugref:9898
(edit) @97522   2 years vboxsync VMM/IEM: Dynamically load DR6 in the DRx read & write helper code, we …
(edit) @97521   2 years vboxsync VMM/IEM: Fixed warning in TLB mode. bugref:9898
(edit) @97520   2 years vboxsync VMM/IEM: Doxygen fix. bugref:9898
(edit) @97519   2 years vboxsync VMM/IEM: Micro optimization of retn and retn imm16 by having separate …
(edit) @97517   2 years vboxsync VMM/IEM: Fixed indirect far calls in 64-bit mode where we would get …
(edit) @97515   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 The EFER LMA and LME bits must …
(edit) @97511   2 years vboxsync VMM/IEM: Fixed 64-bit indirect far call/jmp again (intel). bugref:9898
(edit) @97508   2 years vboxsync VMM/IEM: iemOpHlp_Grp5_far_Ep cleanup. bugref:9898
(edit) @97506   2 years vboxsync VMM/IEM: Fixed 64-bit indirect far call/jmp. bugref:9898
(edit) @97503   2 years vboxsync VMM/IEM: Single stepping far calls. Added a bunch of single step …
(edit) @97501   2 years vboxsync VMM/IEM: iemCImpl_Branch* are functions internal to IEMAllCImpl and …
(edit) @97497   2 years vboxsync VMM/IEM: Single stepping far jumps and corrected base address of …
(edit) @97492   2 years vboxsync VMM: Copy and paste error causing Windows XP guests to hang in the …
(edit) @97490   2 years vboxsync VMM/IEM: Single stepping indirect calls and corrected o16 prefix …
(edit) @97479   2 years vboxsync IEM: Fixed many instances of potentially broken EA calculation where …
(edit) @97478   2 years vboxsync VMM/IEM: Single stepping relative calls and corrected o16 prefix …
(edit) @97473   2 years vboxsync VMM/IEM: Fixed two indirect longjmp/throw calls in the TLB version of …
(edit) @97471   2 years vboxsync VMM/IEM: Build fix for VBOX_WITH_IEM_TLB on windows. bugref:9898
(edit) @97468   2 years vboxsync VMM/IEM: Wrapped up the setjmp calls and associated 'catch' code into …
(edit) @97467   2 years vboxsync VMM/IEM: Fixed incorrect IEM_DO_LONGJMP invocation in …
(edit) @97466   2 years vboxsync VMM/IEM: Wrap the the longjmp calls in a macro both to shorten the …
(edit) @97458   2 years vboxsync VMM/IEM: Need to mark functions that may be involved in longjmps …
(edit) @97455   2 years vboxsync VMM/IEM: doxygen fix. bugref:9898
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