VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98572   22 月 vboxsync VMM/PGM: Ignore VERR_PAGE_TABLE_NOT_FOUND error in …
(edit) @98543   22 月 vboxsync VMM/IEM: @todos regarding FXSAVE/FRSTOR and AMD. bugref:1529
(edit) @98522   22 月 vboxsync VMM/IEM: Nested VMX: bugref:10318 const nit.
(edit) @98521   22 月 vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed incorrect assumption of …
(edit) @98507   22 月 vboxsync VMM: Nested VMX: bugref:10318 More darwin build fixes, 2.
(edit) @98506   22 月 vboxsync VMM: Nested VMX: bugref:10318 More Darwin build fixes.
(edit) @98505   22 月 vboxsync VMM: Nested VMX: bugref:10318 Build fix, unused parameter on Darwin, …
(edit) @98504   22 月 vboxsync VMM: Nested VMX: bugref:10318 Build fix.
(edit) @98502   22 月 vboxsync VMM: Nested VMX: bugref:10318 De-duplicate some of the code in …
(edit) @98499   22 月 vboxsync VMM: Nested VMX: bugref:10318 Fixed bug in 2nd version of …
(edit) @98492   22 月 vboxsync VMM/IEM: Worker function for rsqrtss and rsqrtps SSE instructions, …
(edit) @98480   22 月 vboxsync VMM/IEM: Corrected values of X86_SSE_ROUNDXX_* constants for roundxx …
(edit) @98464   22 月 vboxsync VMM/VMXAllTemplate.cpp.h: Nested VMX: bugref:10318 Need this for debugging.
(edit) @98360   22 月 vboxsync VMM/IEM: Nested VMX: bugref:10318 Pause-loop exiting is exposed to the …
(edit) @98311   23 月 vboxsync VMM/IEM: Take into account the value of Imm8 operand in roundxx SSE …
(edit) @98150   23 月 vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98134   23 月 vboxsync VMM/IEM: Implementation of roundxx SSE instructions. [clang build …
(edit) @98132   23 月 vboxsync VMM/IEM: Implementation of roundxx SSE instructions, bugref:9898
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @98066   23 月 vboxsync VMM: Fixed EFLAGS.TF handling for CPUID exits when NEM/Hyper-V is …
(edit) @98045   2 年 vboxsync IOM: Updates. bugref:10315
(edit) @98036   2 年 vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed VPID masking bug in INVVPID …
(edit) @98030   2 年 vboxsync IEM/retf: Fixed imm16 parameter pop values above 255. bugref:10282
(edit) @98029   2 年 vboxsync VMM/DBGF: Adjust DR6 for instruction breakpoints on AMD, only enabled …
(edit) @97820   2 年 vboxsync VMM/DBGF: Respect the resume flag in DBGFBpCheckInstruction. bugref:9898
(edit) @97785   2 年 vboxsync IEM: Fixed/added C implementation stubs for RSQRTxx/ROUNDxx.
(edit) @97782   2 年 vboxsync IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
(edit) @97777   2 年 vboxsync VMM/HMR0VMX: Corrected the HMVMX_CHECK_BREAK macro - it wasn't really …
(edit) @97736   2 年 vboxsync VMM/PGM,IEM: Must flush the physical address aspect of the IEM TLBs in …
(edit) @97714   2 年 vboxsync VMM/IEM: Comments and preprocessor indent adjustments. bugref:9898
(edit) @97713   2 年 vboxsync VMM/IEM: Some more work on the other iemOpcodeFetchMoreBytes code. …
(edit) @97712   2 年 vboxsync VMM/IEM: Some more iemOpcodeFetchBytesJmp work. bugref:9898
(edit) @97705   2 年 vboxsync VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
(edit) @97699   2 年 vboxsync VMM/DBGF: Corrected copy&paste error in DBGFBpCheckInstruction …
(edit) @97694   2 年 vboxsync VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
(edit) @97693   2 年 vboxsync VMM/DBGF: Added a DBGFBpCheckInstruction function for checking for …
(edit) @97676   2 年 vboxsync IEM: PCMPISTRI does not enforce 128-bit alignment of memory operands.
(edit) @97662   2 年 vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97645   2 年 vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97644   2 年 vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97642   2 年 vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97641   2 年 vboxsync VMM/IEM: Pick 4 as the threshold alignment that …
(edit) @97630   2 年 vboxsync VMM/IEM: Corrected the default operand size for retf; Correected ESP …
(edit) @97629   2 年 vboxsync VMM/IEM: Corrected opcode comments for rdtscp and swapgs. bugref:9898
(edit) @97620   2 年 vboxsync VMM/IEM: Corrected a stack register update bug when RETF is returning …
(edit) @97615   2 年 vboxsync VMM/IEM: Single stepping of far return. bugref:9898
(edit) @97614   2 年 vboxsync VMM/HMVMXR0: Must actually reload the initial …
(edit) @97607   2 年 vboxsync IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
(edit) @97584   2 年 vboxsync VMM/IEM: Corrected opsize behaviour for near returns for intel cpus in …
(edit) @97583   2 年 vboxsync VMM/IEM: Whitespace fix in VMX code. bugref:10092
(edit) @97564   2 年 vboxsync IEM: Save/restore XMM8-15 based on CPU mode, not operand size in …
(edit) @97562   2 年 vboxsync VMM/HMVMX,CPUM: Added a HM/AlwaysInterceptVmxMovDRx config for …
(edit) @97560   2 年 vboxsync VMM/CPUM: Added fHle & fRtm to the exploded CPU features.
(edit) @97547   2 年 vboxsync IEM: Added MRI instruction form for ValKit to handle r/m, reg, imm …
(edit) @97546   2 年 vboxsync IEM: Hack for ValKit build break.
(edit) @97543   2 年 vboxsync IEM: Modified microcode XMM accessors to fetch specified qword/dword …
(edit) @97534   2 年 vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97529   2 年 vboxsync CPUM: Added MOVBE feature flag.
(edit) @97524   2 年 vboxsync VMM: Copy and paste error (r154543 regression), bugref:9898
(edit) @97522   2 年 vboxsync VMM/IEM: Dynamically load DR6 in the DRx read & write helper code, we …
(edit) @97521   2 年 vboxsync VMM/IEM: Fixed warning in TLB mode. bugref:9898
(edit) @97520   2 年 vboxsync VMM/IEM: Doxygen fix. bugref:9898
(edit) @97519   2 年 vboxsync VMM/IEM: Micro optimization of retn and retn imm16 by having separate …
(edit) @97517   2 年 vboxsync VMM/IEM: Fixed indirect far calls in 64-bit mode where we would get …
(edit) @97515   2 年 vboxsync VMM/IEM: Nested VMX: bugref:10318 The EFER LMA and LME bits must …
(edit) @97511   2 年 vboxsync VMM/IEM: Fixed 64-bit indirect far call/jmp again (intel). bugref:9898
(edit) @97508   2 年 vboxsync VMM/IEM: iemOpHlp_Grp5_far_Ep cleanup. bugref:9898
(edit) @97506   2 年 vboxsync VMM/IEM: Fixed 64-bit indirect far call/jmp. bugref:9898
(edit) @97503   2 年 vboxsync VMM/IEM: Single stepping far calls. Added a bunch of single step …
(edit) @97501   2 年 vboxsync VMM/IEM: iemCImpl_Branch* are functions internal to IEMAllCImpl and …
(edit) @97497   2 年 vboxsync VMM/IEM: Single stepping far jumps and corrected base address of …
(edit) @97492   2 年 vboxsync VMM: Copy and paste error causing Windows XP guests to hang in the …
(edit) @97490   2 年 vboxsync VMM/IEM: Single stepping indirect calls and corrected o16 prefix …
(edit) @97479   2 年 vboxsync IEM: Fixed many instances of potentially broken EA calculation where …
(edit) @97478   2 年 vboxsync VMM/IEM: Single stepping relative calls and corrected o16 prefix …
(edit) @97473   2 年 vboxsync VMM/IEM: Fixed two indirect longjmp/throw calls in the TLB version of …
(edit) @97471   2 年 vboxsync VMM/IEM: Build fix for VBOX_WITH_IEM_TLB on windows. bugref:9898
(edit) @97468   2 年 vboxsync VMM/IEM: Wrapped up the setjmp calls and associated 'catch' code into …
(edit) @97467   2 年 vboxsync VMM/IEM: Fixed incorrect IEM_DO_LONGJMP invocation in …
(edit) @97466   2 年 vboxsync VMM/IEM: Wrap the the longjmp calls in a macro both to shorten the …
(edit) @97458   2 年 vboxsync VMM/IEM: Need to mark functions that may be involved in longjmps …
(edit) @97455   2 年 vboxsync VMM/IEM: doxygen fix. bugref:9898
(edit) @97452   2 年 vboxsync VMM/IEM: Single stepping indirect jumps and corrected o16 prefix …
(edit) @97447   2 年 vboxsync IEM: Minor cleanups and corrections, fixed CMPSD (was working with 32 …
(edit) @97442   2 年 vboxsync VMM/GIM: Doxygen space nit.
(edit) @97441   2 年 vboxsync VMM/IEM: Single stepping for short and near jumps (relative) and …
(edit) @97407   2 年 vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. [scm …
(edit) @97406   2 年 vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97377   2 年 vboxsync VMM/GIMAll: Use the guest CPU vendor non x86/amd64 hosts when …
(edit) @97370   2 年 vboxsync VMM/IEM: iemRegAddToRipAndClearRF -> …
(edit) @97361   2 年 vboxsync VMM/IEM: Removed a lot of now unnecessary return statements, while …
(edit) @97357   2 年 vboxsync VMM/IEM: IEM_MC_REL_JMP_S* -> IEM_MC_REL_JMP_S*_AND_FINISH and …
(edit) @97356   2 年 vboxsync VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep …
(edit) @97348   2 年 vboxsync Comments.
(edit) @97346   2 年 vboxsync VMM/IEM: doxygen fix.
(edit) @97337   2 年 vboxsync VMM/IEM: Underflow signalling in fsin instruction as described in 1985 …
(edit) @97335   2 年 vboxsync VMM/HMVMXR0: Address issues in vmxHCAdvanceGuestRipBy wrt CS segment …
(edit) @97333   2 年 vboxsync VMM/IEM: Disable two incorrect assertions about EIP when fetching …
(edit) @97331   2 年 vboxsync VMM/EMAll: Shut up harmless assertion in …
(edit) @97319   2 年 vboxsync VMM/IEM: Underflow signalling in fsincos instruction as described in …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette