VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98570   22 月 vboxsync VMM/PDMQueue: Use the ListCritSect to relax ring-3 queue creation and …
(edit) @98150   23 月 vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98122   23 月 vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @98045   2 年 vboxsync IOM: Updates. bugref:10315
(edit) @97782   2 年 vboxsync IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
(edit) @97758   2 年 vboxsync VMM/IEM: Doxygen fix (hopefully). bugref:9898
(edit) @97756   2 年 vboxsync Attempt to fix Doxygen breakage.
(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) @97705   2 年 vboxsync VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
(edit) @97694   2 年 vboxsync VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
(edit) @97642   2 年 vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97616   2 年 vboxsync VMM/EM: Extended assertion that we don't have a pending trap before …
(edit) @97607   2 年 vboxsync IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
(edit) @97601   2 年 vboxsync VMM/IEM: Back out r154624 now that the underlying cause is fixed, …
(edit) @97591   2 年 vboxsync VMM/IEM: Do _not_ flag FNIEMOP_DEF* as nothrow when …
(edit) @97589   2 年 vboxsync VMM/IEM: Disable the use of try / catch for clang/llvm for now as it …
(edit) @97562   2 年 vboxsync VMM/HMVMX,CPUM: Added a HM/AlwaysInterceptVmxMovDRx config for …
(edit) @97548   2 年 vboxsync IEM: Add MRI instruction form to IEMInternal.h, too.
(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) @97519   2 年 vboxsync VMM/IEM: Micro optimization of retn and retn imm16 by having separate …
(edit) @97501   2 年 vboxsync VMM/IEM: iemCImpl_Branch* are functions internal to IEMAllCImpl and …
(edit) @97472   2 年 vboxsync VMM/IEM: Enabled the try/throw/catch code for windows as well, results …
(edit) @97470   2 年 vboxsync VMM/IEM: Must use DECL_INLINE_THROW with IEM_NOEXCEPT_MAY_LONGJMP. …
(edit) @97469   2 年 vboxsync VMM/IEM: Use try/throw/catch instead of setjmp/longjmp when compiling …
(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) @97464   2 年 vboxsync VMM/IEM: Added link to discussion of fragile behviour of longjmp when …
(edit) @97462   2 年 vboxsync VMM/IEM: Make sure the FNIEMOP_DEF* macros defines functions with the …
(edit) @97461   2 年 vboxsync VMM/IEM: Need to mark functions that may be involved in longjmps …
(edit) @97458   2 年 vboxsync VMM/IEM: Need to mark functions that may be involved in longjmps …
(edit) @97452   2 年 vboxsync VMM/IEM: Single stepping indirect jumps and corrected o16 prefix …
(edit) @97441   2 年 vboxsync VMM/IEM: Single stepping for short and near jumps (relative) and …
(edit) @97408   2 年 vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97406   2 年 vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97370   2 年 vboxsync VMM/IEM: iemRegAddToRipAndClearRF -> …
(edit) @97361   2 年 vboxsync VMM/IEM: Removed a lot of now unnecessary return statements, while …
(edit) @97358   2 年 vboxsync VMM/IEM: Made all the IEM_MC_*_AND_FINISH macros return. bugref:9898
(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) @97350   2 年 vboxsync VMM/IEM: Removed two unused MCs.
(edit) @97334   2 年 vboxsync VMM/IEM: Address issues in iemRegAddToRipAndClearRF wrt wrap-around.
(edit) @97289   2 年 vboxsync IEM: Clear interrupt shadow flags together with RF.
(edit) @97287   2 年 vboxsync VMM/cpum: Moved fExtrn up into the same cache line as rip, eflags, and crX.
(edit) @97286   2 年 vboxsync VMM/CPUM,IEM: Moved the CPUMCTX_INHIBIT_XXX flags into reserved EFLAGS …
(edit) @97264   2 年 vboxsync VMM/CPUM: Nested VMX: bugref:10092 Addressed todo regarding keeping …
(edit) @97262   2 年 vboxsync VMM: Nested VMX: bugref:10092 Added fetching VM-exit secondary MSR …
(edit) @97257   2 年 vboxsync IEM: Added RDRAND and RDSEED. NB: The fallback implementation does …
(edit) @97231   2 年 vboxsync VMM/CPUM: Define our own X86EFLAGS/X86RFLAGS structures so we can use …
(edit) @97213   2 年 vboxsync VMM,VBox/types.h: Removed the CPUMCTXCORE type.
(edit) @97197   2 年 vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97178   2 年 vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97153   2 年 vboxsync IEM: Added AES-NI instructions.
(edit) @97150   2 年 vboxsync VMM/CPUM: Nested VMX: bugref:10092 We access the virtual-APIC page …
(edit) @97145   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 Implemented large (2M) page support …
(edit) @97112   2 年 vboxsync IEM: CVTxx2SI zero extends result when writing 32-bit register, just …
(edit) @97069   2 年 vboxsync VMM/HMVMXR0: Working on streamlining CPU state importing from the …
(edit) @97043   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 Remove unused member …
(edit) @97004   2 年 vboxsync VMM/HMVMXR0: Convered two HMEVENT stack variables into static const.
(edit) @96981   2 年 vboxsync VMM/PGM: Rearranged PGMPAGE a little bit so fHandlerPhysNotInHm is …
(edit) @96980   2 年 vboxsync VMM/PGM,IEM,HM: Added a PGMPHYSHANDLER_F_NOT_IN_HM flag to better deal …
(edit) @96979   2 年 vboxsync VMM/PGM,IEM,HM: Added a PGMPHYSHANDLER_F_NOT_IN_HM flag to better deal …
(edit) @96958   2 年 vboxsync VMM/PGM: Made the APIC access page related optimizations for nested …
(edit) @96945   2 年 vboxsync IEM: Assembly implementation of AES-NI instructions, WIP.
(edit) @96942   2 年 vboxsync VMM/PGMPool: Use a much much larger GCPhys hash table. A 64 entry …
(edit) @96930   2 年 vboxsync VMM/IEM: Implement cvtps2pi/cvttps2pi instructions, bugref:9898
(edit) @96925   2 年 vboxsync VMM,RuntimeR0: Flush the log buffer directly to the parent VMM if …
(edit) @96921   2 年 vboxsync VMM/IEM: Implement cvtpi2ps/cvtpi2pd instructions, bugref:9898
(edit) @96916   2 年 vboxsync VMM/IEM: Implement cvtpd2pi/cvttpd2pi instructions, bugref:9898
(edit) @96900   2 年 vboxsync VMM/PGM: Drop the fIs64BitsPagingMode parameter to PGM_SHW_DECL(int, …
(edit) @96879   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 Nested EPT shadow page-pool handling.
(edit) @96852   2 年 vboxsync IEM: Rotate the FPU stack when changing the FP TOS. Make sure stack …
(edit) @96811   2 年 vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96796   2 年 vboxsync VMM/IEM: Implement …
(edit) @96789   2 年 vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
(edit) @96760   2 年 vboxsync VMM/PGM: Nested VMX: bugref:100092 Don't confuse PGM_GST_TYPE with …
(edit) @96759   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 SLAT type direct.
(edit) @96758   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 Added missing masks of guest EPT …
(edit) @96751   2 年 vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96748   2 年 vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96741   2 年 vboxsync VMM/IEM: Implement cvtsi2ss/cvtsi2sd instructions, bugref:9898
(edit) @96738   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 Comment out currently unused …
(edit) @96731   2 年 vboxsync VMM/IEM: Implement cvttss2si/cvtss2si instructions, bugref:9898
(edit) @96726   2 年 vboxsync VMM/IEM: Implement cvtsd2si instruction, bugref:9898
(edit) @96723   2 年 vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898
(edit) @96718   2 年 vboxsync VMM: Nested VMX: bugref:10092 Adjusted SLAT_IS_PGENTRY_PRESENT macro.
(edit) @96713   2 年 vboxsync VMM/IEM: Implement [v]movmskps/[v]movmskpd instructions, bugref:9898
(edit) @96707   2 年 vboxsync VMM/IEM: Implement [v]pextrw instruction, bugref:9898
(edit) @96701   2 年 vboxsync VMM/IEM: Implement [v]pinsrw instruction, bugref:9898
(edit) @96681   2 年 vboxsync VMM/IEM: Implement cvtps2pd instruction, bugref:9898
(edit) @96652   2 年 vboxsync VMM/IEM: Implement [v]pclmulqdq instruction, ​bugref:9898
(edit) @96636   2 年 vboxsync VMM/IEM: Align the bounce buffers on a 64 byte boundrary improve …
(edit) @96624   2 年 vboxsync VMM/IEM: Current state of the pcmpistri isntruction (missing the C …
(edit) @96537   2 年 vboxsync VMM/IEM: Implement [v]pblendw/[v]blendps/[v]blendpd instructions, …
(edit) @96533   2 年 vboxsync VMM/IEM: Implement [v]palignr instructions, bugref:9898
(edit) @96494   2 年 vboxsync VMM: updates. [warning fix] bugref:10282
(edit) @96491   2 年 vboxsync VMM: updates. bugref:10282
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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