VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @67786   7 年 vboxsync IEM: Also clear TF, AC as documented by AMD/Intel when dispatching …
(edit) @67713   7 年 vboxsync VMM/IEM: Nested Hw.virt: Fiddle status codes so we don't guru when …
(edit) @67659   7 年 vboxsync VMM/IEM: Added IEMExecDecodedInvlpg.
(edit) @67627   7 年 vboxsync IEM: Added EMMS/FEMMS implementation.
(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) @67057   8 年 vboxsync VMM/IEM: Reverted r115703.
(edit) @67056   8 年 vboxsync VMM/IEM: #ifdef/endif VBOX_WITH_NESTED_HWVIRT comment nit.
(edit) @67042   8 年 vboxsync IEM: Implemented (but not tested) vmovntdqa Vx,Mx (VEX.66.0F38 2a mod!=3).
(edit) @67040   8 年 vboxsync IEM: Implemented movntdqa Vdq,Mdq (0x66 0x0f 0x38 0x2a mod!=3).
(edit) @67029   8 年 vboxsync IEM: Implemented movq Vq,Wq (VEX.F3.0F 7e).
(edit) @67028   8 年 vboxsync VMM/IEM: Nested Hw.virt: Add assertion for future todo.
(edit) @66986   8 年 vboxsync VMM/IEM: Added an assertion to IEMEvaluateRecursiveXcpt.
(edit) @66977   8 年 vboxsync IEM: Implemented vmovaps Wps,Vps (VEX.0F 29).
(edit) @66957   8 年 vboxsync IEM: Some VEX related regression fixes and cleanups.
(edit) @66950   8 年 vboxsync IEM: Implemented vmovsldup Vx,Wx (VEX.F3.0F 12).
(edit) @66932   8 年 vboxsync IEM: Implemented vmovlps Vq,Hq,Mq (VEX.0F 12 mod!=3) and vmovhlps …
(edit) @66920   8 年 vboxsync IEM: Implemented movss Uss,Hss,Vss (VEX.F3.0F 11 mod=3) and movss …
(edit) @66909   8 年 vboxsync IEM: Implemented vmovups Wps,Vps (VEX.0F 11). Needs more work on the …
(edit) @66906   8 年 vboxsync IEM: Implemented vmovsd Vsd,Hsd,Usd (VEX.F2.0F 10 mod=3), vmovsd …
(edit) @66901   8 年 vboxsync IEM: Implemented vmovss Vss,Hss,Wss (VEX.F3.0F 10 mod=11) and vmovss …
(edit) @66887   8 年 vboxsync VMM/IEM: int1/icebp also sets EXT error bit on nested exceptions.
(edit) @66886   8 年 vboxsync IEM: Implemented vmovups Vps,Wps (VEX.0f 10)
(edit) @66811   8 年 vboxsync IEM: Implemented movdq2q Pq,Uq (f2 0f d6)
(edit) @66810   8 年 vboxsync IEM: Implemented movq2dq Vdq,Nq (f3 0f d6)
(edit) @66785   8 年 vboxsync IEM: Implemented movlhps Vdq,Uq and movhps Vdq,Mq (0f 16).
(edit) @66712   8 年 vboxsync VMM/IEM: Space.
(edit) @66711   8 年 vboxsync VMM/IEM: Added another bit of info required by VT-x for handling …
(edit) @66688   8 年 vboxsync VMM/IEM: RT_NOREF, fix for r115079.
(edit) @66687   8 年 vboxsync VMM/IEM: Build fix for r115079.
(edit) @66686   8 年 vboxsync VMM/IEM: Handle raising of exceptions during delivery of a previous …
(edit) @66604   8 年 vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66584   8 年 vboxsync VMM: Nested Hw.virt: Doxygen.
(edit) @66583   8 年 vboxsync VMM: Nested Hw.virt: Build fix.
(edit) @66582   8 年 vboxsync VMM: Nested Hw.virt: Clean up defines and build fix.
(edit) @66581   8 年 vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66457   8 年 vboxsync IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
(edit) @66392   8 年 vboxsync x86.h,IEMAll.cpp,bs3-cpu-generated-1: s/X86_MXSCR_/X86_MXCSR_/
(edit) @66391   8 年 vboxsync IEM: Implemented stmxcsr Md (0f ae !11/3).
(edit) @66357   8 年 vboxsync VMM: Nested Hw.virt: ifdef.
(edit) @66356   8 年 vboxsync VMM: Nested Hw.virt: SVM intercept functions WIP.
(edit) @66326   8 年 vboxsync VMM: Nested Hw.virt: Typos.
(edit) @66314   8 年 vboxsync IEM: Use RTUINT128U instead of uint128_t; started on movsldup Vdq,Wdq.
(edit) @66309   8 年 vboxsync IEM: Implemented movlps Vq,Mq and movhlps Vq,Uq (0f 12).
(edit) @66306   8 年 vboxsync IEM: Implemented movss Wss,Vss (f3 0f 11).
(edit) @66159   8 年 vboxsync IEM,bs3-cpu-generated-1: Implemented the BOUND instruction and …
(edit) @66104   8 年 vboxsync VMM: trailing spaces
(edit) @66000   8 年 vboxsync VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.
(edit) @65934   8 年 vboxsync VMM: Nested Hw.virt: Invlpga IEM interface with HM.
(edit) @65933   8 年 vboxsync VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
(edit) @65919   8 年 vboxsync gcc 7: fall thru
(edit) @65904   8 年 vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
(edit) @65881   8 年 vboxsync IEM,DIS: Updates
(edit) @65871   8 年 vboxsync IEM: Addding disassembler info to new IEMOP_MNEMONIC macros.
(edit) @65793   8 年 vboxsync IEM: Ignore VMCPU_FF_UNHALT.
(edit) @65788   8 年 vboxsync IEM: Take 'sys' access into account when checking for read-only pages.
(edit) @65650   8 年 vboxsync gcc 7: fall thru
(edit) @65631   8 年 vboxsync IEM: When loading a 16-bit stack from TSS, consistently force a 16-bit …
(edit) @65623   8 年 vboxsync IEM: Selector checks for memory access raise #GP, not #NP. See …
(edit) @65612   8 年 vboxsync IEM: A little more logging.
(edit) @65604   8 年 vboxsync IEM: Initial prefix indexing expansion of g_apfnTwoByteMap.
(edit) @65598   8 年 vboxsync IEM: (F)WAIT uses a different #NM test.
(edit) @65595   8 年 vboxsync Fixed an ancient typo.
(edit) @65587   8 年 vboxsync IEM: Changed IEMMODE from enum to uint8_t to save strcuture space. …
(edit) @65508   8 年 vboxsync IEM: cmpxchg16b fixes (still disabled).
(edit) @65464   8 年 vboxsync iemMemFetchSelDescWithErr: Ditto.
(edit) @65463   8 年 vboxsync iemInitDecoderAndPrefetchOpcodes: Some MSC compatible branch predicting.
(edit) @65454   8 年 vboxsync IEM: No uninitialized data please (addendum to r112875).
(edit) @65368   8 年 vboxsync IEM: build fix for code tlb and wp fix.
(edit) @65367   8 年 vboxsync IEM: build fix for code tlb and wp fix.
(edit) @65304   8 年 vboxsync IEM: 286 only needs to fetch 6 bytes of descriptors.
(edit) @65191   8 年 vboxsync IEM: Typo caused FUCOMPP trouble.
(edit) @65174   8 年 vboxsync IEM: Additional L7 ging for exception dispatching.
(edit) @64655   8 年 vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64545   8 年 vboxsync IEM: Added per-instruction statistics (not release).
(edit) @62639   8 年 vboxsync VMMR3: warnings
(edit) @62637   8 年 vboxsync VMMR3: warnings
(edit) @62603   8 年 vboxsync VMM: Unused parameters.
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62422   8 年 vboxsync iemTaskSwitch: Fixed X86_DESC_DB check and faked up DescSS for V8086 …
(edit) @62421   8 年 vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62419   8 年 vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62302   8 年 vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @62291   8 年 vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @62290   8 年 vboxsync IEM: a few more lines of code tlb code.
(edit) @62257   8 年 vboxsync IEM: Fix missing read cleanup in retf to different level code path. …
(edit) @62246   8 年 vboxsync iemMapLookup: Duh!
(edit) @62231   8 年 vboxsync IEMAll: doxyfix.
(edit) @62189   8 年 vboxsync IEM: A little bit more on the code TLB.
(edit) @62171   8 年 vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62138   8 年 vboxsync IEMAll.cpp: Darwin build fix.
(edit) @62134   8 年 vboxsync IEMExecLots: Made it do more than a single loop.
(edit) @62109   8 年 vboxsync IEM: Enable setjmp for all hosts.
(edit) @62093   8 年 vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62092   8 年 vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62091   8 年 vboxsync IEM: Converted IEMOP_HLP_NO_LOCK_PREFIX to …
(edit) @62090   8 年 vboxsync IEM: setjmp/longjmp on windows.
(edit) @62083   8 年 vboxsync IEM: Optimize general purpose register handling a little, reducing the …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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