VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @67925   7 年 vboxsync VMM/IEM: Nested Hw.virt: Fixes for dynamically allocated nested-guest VMCB.
(edit) @67528   7 年 vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @67163   8 年 vboxsync VMM/IEM: Temporary hack for toggling forcing of execution to continue …
(edit) @67159   8 年 vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @66848   8 年 vboxsync VMM: use RT_LO/HI_U32 at certain places
(edit) @66686   8 年 vboxsync VMM/IEM: Handle raising of exceptions during delivery of a previous …
(edit) @66581   8 年 vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66462   8 年 vboxsync IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
(edit) @66457   8 年 vboxsync IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
(edit) @66405   8 年 vboxsync IEM: Use the new CPUMGetGuestMxCsrMask function in FXSAVE & FXRSTOR …
(edit) @66404   8 年 vboxsync IEM: Implemented ldmxcsr Md.
(edit) @66391   8 年 vboxsync IEM: Implemented stmxcsr Md (0f ae !11/3).
(edit) @66356   8 年 vboxsync VMM: Nested Hw.virt: SVM intercept functions WIP.
(edit) @66327   8 年 vboxsync IEM,CPUM: Implemented clflush Mb (0f ae /7).
(edit) @66326   8 年 vboxsync VMM: Nested Hw.virt: Typos.
(edit) @66301   8 年 vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66227   8 年 vboxsync VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
(edit) @66159   8 年 vboxsync IEM,bs3-cpu-generated-1: Implemented the BOUND instruction and …
(edit) @66137   8 年 vboxsync IEM: Implemented AAS.
(edit) @66136   8 年 vboxsync IEM: Implemented AAA.
(edit) @66135   8 年 vboxsync IEM: Implemented AAA.
(edit) @66044   8 年 vboxsync VMM: Nested Hw.virt: Build fix, trial.
(edit) @66040   8 年 vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66015   8 年 vboxsync VMM: Nested Hw.virt: Bits.
(edit) @66000   8 年 vboxsync VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.
(edit) @65989   8 年 vboxsync VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
(edit) @65933   8 年 vboxsync VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
(edit) @65913   8 年 vboxsync VMM: Nested Hw.virt: Redundant check.
(edit) @65904   8 年 vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
(edit) @65612   8 年 vboxsync IEM: A little more logging.
(edit) @65595   8 年 vboxsync Fixed an ancient typo.
(edit) @65512   8 年 vboxsync iemCImpl_cmpxchg16b_fallback_rendezvous: Return …
(edit) @65508   8 年 vboxsync IEM: cmpxchg16b fixes (still disabled).
(edit) @65506   8 年 vboxsync IEM: cmpxchg16v implementation (disabled).
(edit) @65501   8 年 vboxsync IEM: some cmpxchg16b notes.
(edit) @65207   8 年 vboxsync iemCImpl_BranchCallGate: Added @todo on workaround from r112681, fixed …
(edit) @65192   8 年 vboxsync IEM: PUSHF in V86 mode needs to increment rIP.
(edit) @65180   8 年 vboxsync IEM: In RETF and IRET, update SP or RSP depending on stack size.
(edit) @65179   8 年 vboxsync IEM: When going through a call gate, do not touch old stack if there …
(edit) @65178   8 年 vboxsync IEM: Call gate must take current stack size into account and not …
(edit) @65168   8 年 vboxsync doxygen fixes
(edit) @65097   8 年 vboxsync IEM: Fixed inter-privilege RETF immediate (see bugref:8606).
(edit) @64655   8 年 vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64033   8 年 vboxsync VMM/IEM: Log typo nit.
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62257   8 年 vboxsync IEM: Fix missing read cleanup in retf to different level code path. …
(edit) @62171   8 年 vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62076   8 年 vboxsync IEM: Make use of the direct CPUMCTX access (VMCPU_INCL_CPUM_GST_CTX).
(edit) @62015   8 年 vboxsync IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
(edit) @61968   8 年 vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61636   8 年 vboxsync IEM: Tiny fixes + enable callgate emulation (2nd try).
(edit) @61506   9 年 vboxsync Not yet.
(edit) @61492   9 年 vboxsync IEM: Enabled call gates (code written long ago).
(edit) @61382   9 年 vboxsync IEM: Some FPU fixes.
(edit) @61031   9 年 vboxsync Oops, committed too much!
(edit) @61029   9 年 vboxsync APIC: Just ignore the timer shift when loading old state, it's …
(edit) @61019   9 年 vboxsync IEMAllCImpl.cpp.h: far jmp fix for the macs.
(edit) @61010   9 年 vboxsync iemCImpl_retn: Use iemRegAddToRspEx which takes a 16-bit addend …
(edit) @60881   9 年 vboxsync iret-to-v86: only 16-bit eip, thank you.
(edit) @60796   9 年 vboxsync IEM: iret_64bit fix
(edit) @60792   9 年 vboxsync IEM: iret fix
(edit) @60791   9 年 vboxsync IEM: bugref:8118: another lidt/lgdt fix.
(edit) @60790   9 年 vboxsync IEM: iret quick fix.
(edit) @60787   9 年 vboxsync IEM: Check load segment base in 64-bit mode and check that addresses …
(edit) @60776   9 年 vboxsync IEM: bugref:8118: sidt/sgdt fix.
(edit) @60666   9 年 vboxsync IEM: Use IEM_GET_TARGET_CPU(); 486 ignores CR0 bits too.
(edit) @60664   9 年 vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60415   9 年 vboxsync IEM: Implemented main characteristics of 8086, 80186 and 80286.
(edit) @60188   9 年 vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60186   9 年 vboxsync IEM: backed out previous commit.
(edit) @60185   9 年 vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60118   9 年 vboxsync IEM: another iret todo.
(edit) @59563   9 年 vboxsync IEM: Updated todo. Unwated blank line.
(edit) @58935   9 年 vboxsync IEM: More iret logging.
(edit) @58606   9 年 vboxsync Committed too much.
(edit) @58605   9 年 vboxsync IEM: Fixed OpenBSD 5.8, incorred treatment of reserved/ignored CR3 bits.
(edit) @57562   9 年 vboxsync VMM: unused vars.
(edit) @56983   9 年 vboxsync IEMAllCImpl.cpp: Fixed incorrect parameter type for iemCImpl_invlpg. …
(edit) @56629   9 年 vboxsync IEM: More internal error status codes (9).
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @55289   10 年 vboxsync IEM,CPUM: Implemented XSETBV and XGETBV.
(edit) @55229   10 年 vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(edit) @55105   10 年 vboxsync Removed iemFRegIsFxSaveFormat.
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54862   10 年 vboxsync Corrected x86.h/mac typo.
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54203   10 年 vboxsync IEM: Improved ENTER implementation (thanks Intel!).
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @53181   10 年 vboxsync IEM/IRET: Make the 16-bit IRET real/v86 mode instruction clear RF, …
(edit) @53108   10 年 vboxsync IEM: Call gate TSS access needs to check TSS bitness, not gate, duh.
(edit) @53107   10 年 vboxsync Committed more than I had intended…
(edit) @53102   10 年 vboxsync IEM: SS determines stacks size, not CS (IRET).
(edit) @52913   10 年 vboxsync IEM: Implemented call gates (currently disabled).
(edit) @52884   10 年 vboxsync IEM: Added comments where code does not match comments and/or Intel …
(edit) @52883   10 年 vboxsync IEM: Fixed 16-bit inter-privilege IRET.
(edit) @52882   10 年 vboxsync IEM: Fixed inter-privilege RETF.
(edit) @52866   10 年 vboxsync Typo cut and paste.
(edit) @52859   10 年 vboxsync IEM: Inter-ring RETF stack fix.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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