VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68293   7 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @68275   7 years vboxsync VMM/HMSVMR0,HMSVMAll: Nested Hw.virt bits.
(edit) @68228   7 years vboxsync VMM: Nested Hw.virt: Doxygen fixes.
(edit) @68227   7 years vboxsync VMM/IEM: Updates for SVM R0 nested bits.
(edit) @68226   7 years vboxsync VMM: Nested Hw.virt: SVM R0 bits.
(edit) @68220   7 years vboxsync VMM/APIC: Fix incorrect log statement
(edit) @68150   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @68022   7 years vboxsync TMCpuTickGetDeadlineAndTscOffset: build fix
(edit) @68019   7 years vboxsync TMAllCpu.cpp: Removed some weirness from the TSC calc code.
(edit) @67989   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it.
(edit) @67945   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes
(edit) @67925   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes for dynamically allocated nested-guest VMCB.
(edit) @67924   7 years vboxsync VMM/CPUM: Nested Hw.virt: Allocate the nested-guest VMCB (controls and …
(edit) @67786   7 years vboxsync IEM: Also clear TF, AC as documented by AMD/Intel when dispatching …
(edit) @67749   7 years vboxsync VMM/IEM: Nested Hw.virt: More flexible EFER transitions on VMRUN. …
(edit) @67720   7 years vboxsync VMM/IEM: Nested Hw.virt: Don't increment RIP if VMRUN causes a #VMEXIT …
(edit) @67713   7 years vboxsync VMM/IEM: Nested Hw.virt: Fiddle status codes so we don't guru when …
(edit) @67696   7 years vboxsync VMM/CPUM: Nested Hw.virt: Fix typo in interrupt injection logic with …
(edit) @67659   7 years vboxsync VMM/IEM: Added IEMExecDecodedInvlpg.
(edit) @67632   7 years vboxsync VMM/IEM: Nested Hw.virt: Similar fix to r116399 for clgi instr as well.
(edit) @67629   7 years vboxsync Do the reschedule, don't just ask for it in the future.
(edit) @67627   7 years vboxsync IEM: Added EMMS/FEMMS implementation.
(edit) @67529   7 years vboxsync VMM: Nested Hw.virt: Fixes and debugger info support for VCPU hwvirt state.
(edit) @67528   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @67527   7 years vboxsync VMM/IEM: Added SVM instruction implementation C impl.
(edit) @67524   7 years vboxsync VMM/CPUM: Nested Hw.virt: Fixes.
(edit) @67522   7 years vboxsync VMM/PGM: typo.
(edit) @67258   8 years vboxsync VMM/CPUM: Nested Hw.virt: Added some SVM nested-guest interrupt helpers.
(edit) @67204   8 years vboxsync VMM: Nested Hw.virt: Physical interrupts and virtual interrupt fixes.
(edit) @67200   8 years vboxsync VMM/HMSVMAll: Logging nits.
(edit) @67163   8 years vboxsync VMM/IEM: Temporary hack for toggling forcing of execution to continue …
(edit) @67159   8 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @67158   8 years vboxsync VMM/HMSVMAll: Nested Hw.virt: fixes.
(edit) @67156   8 years vboxsync VMM/HMSVMR0, VMM/HMSVMAll: Nested Hw.virt: Fixes.
(edit) @67131   8 years vboxsync EMAll: logging
(edit) @67072   8 years vboxsync IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness …
(edit) @67057   8 years vboxsync VMM/IEM: Reverted r115703.
(edit) @67056   8 years vboxsync VMM/IEM: #ifdef/endif VBOX_WITH_NESTED_HWVIRT comment nit.
(edit) @67051   8 years vboxsync VMM/APIC: Assertion is sufficient, caller is responsible for calling …
(edit) @67050   8 years vboxsync VMM/APIC, HMVMXR0: Fixes for when the APIC isn't present.
(edit) @67042   8 years vboxsync IEM: Implemented (but not tested) vmovntdqa Vx,Mx (VEX.66.0F38 2a mod!=3).
(edit) @67041   8 years vboxsync IEM: Implemented movntdqa Vdq,Mdq (0x66 0x0f 0x38 0x2a mod!=3).
(edit) @67040   8 years vboxsync IEM: Implemented movntdqa Vdq,Mdq (0x66 0x0f 0x38 0x2a mod!=3).
(edit) @67037   8 years vboxsync IEM: Implemented vmovntdq Mx,Vx (VEX.66.0F e7 mod!=3).
(edit) @67034   8 years vboxsync IEM: Tests+docs for movntdq Mdq,Vdq (0x66 0x0f 0xe7).
(edit) @67033   8 years vboxsync IEM: Tests+docs+adjustments for movntq Mq,Pq (0x0f 0xe7).
(edit) @67030   8 years vboxsync IEM: Implemented movq Wq,Vq (VEX.66.0F d6).
(edit) @67029   8 years vboxsync IEM: Implemented movq Vq,Wq (VEX.F3.0F 7e).
(edit) @67028   8 years vboxsync VMM/IEM: Nested Hw.virt: Add assertion for future todo.
(edit) @67016   8 years vboxsync IEM: Implemented vmovdqu Wx,Vx (VEX.F3.0F 0x7f).
(edit) @67015   8 years vboxsync IEM: Implemented vmovdqa Wx,Vx (VEX.66.0F 0x7f).
(edit) @67014   8 years vboxsync IEM: Documented movd Ed,Vd and mov Eq,Vq (0x66 0x0f 0x7e).
(edit) @67013   8 years vboxsync IEM: Documented and adjusted movd Ed,Pd and mov Eq,Pq (0x0f 0x7e).
(edit) @67012   8 years vboxsync IEM: Implemented vmovd Ed,Vd and vmovq Eq,Vq (VEX.66.0F 7e).
(edit) @67011   8 years vboxsync IEM: Docs+tests for movdqu Vdq,Wdq.
(edit) @67010   8 years vboxsync IEM: Implemented vmovdqu Vx,Wx (VEX.F3.0F 6f).
(edit) @67009   8 years vboxsync IEM: Implemented vmovdqa Vx,Wx (VEX.66.0F 6f).
(edit) @67008   8 years vboxsync IEM: movdqa Vdq,Wdq (0x66 0x0f 0x6f) tests.
(edit) @67007   8 years vboxsync IEM: Tested and adjusted movq Pq,Qq (0x0f 0x6f).
(edit) @67006   8 years vboxsync IEM: Implemented vmovd Vd,Ed and vmovq Vq,Eq (VEX.66.0F 6e).
(edit) @67005   8 years vboxsync IEM: More tests for movd & movq.
(edit) @67004   8 years vboxsync IEM: movq Vq,Eq & movd Vd,Ed docs+tests+fixes.
(edit) @67003   8 years vboxsync IEM: movq Pq,Eq & movd Pd,Ed docs+tests+fixes.
(edit) @66992   8 years vboxsync IEM: Implemented vmovntps Mps,Vps (VEX.0F 2b) and vmovntpd Mpd,Vpd …
(edit) @66991   8 years vboxsync IEM: Docs and test for movntps & movntpd.
(edit) @66986   8 years vboxsync VMM/IEM: Added an assertion to IEMEvaluateRecursiveXcpt.
(edit) @66978   8 years vboxsync IEM: Implemented vmovapd Wpd,Vpd (VEX.66.0F 29).
(edit) @66977   8 years vboxsync IEM: Implemented vmovaps Wps,Vps (VEX.0F 29).
(edit) @66976   8 years vboxsync IEM: Implemented vmovapd Vpd,Wpd (VEX.66.28).
(edit) @66975   8 years vboxsync IEM: Added docs and tests to movaps and movapd.
(edit) @66974   8 years vboxsync IEM: Added docs and tests to movaps and movapd.
(edit) @66972   8 years vboxsync IEM: Implemented vmovaps Vps,Wps (VEX.0F 28).
(edit) @66968   8 years vboxsync IEM: Implemented vmovlpd Mq,Vq (VEX.66.0F 13 mod!=3).
(edit) @66966   8 years vboxsync IEM: Implemented vmovlps Mq,Vq (VEX.0F 13 mod!=3).
(edit) @66965   8 years vboxsync IEM: Implemented vmovddup Vx,Wx (VEX.F2.0F 12).
(edit) @66957   8 years vboxsync IEM: Some VEX related regression fixes and cleanups.
(edit) @66950   8 years vboxsync IEM: Implemented vmovsldup Vx,Wx (VEX.F3.0F 12).
(edit) @66937   8 years vboxsync IEM: Use H*Hi notation instead of the complement one (HdqC*).
(edit) @66935   8 years vboxsync IEM: Implemented vmovlpd Vq,Hq,Mq (VEX.66.0F 12 mod!=3).
(edit) @66932   8 years vboxsync IEM: Implemented vmovlps Vq,Hq,Mq (VEX.0F 12 mod!=3) and vmovhlps …
(edit) @66921   8 years vboxsync IEM: Implemented movsd Usd,Hsd,Vsd (VEX.F2.0F 11 mod=3) and movsd …
(edit) @66920   8 years vboxsync IEM: Implemented movss Uss,Hss,Vss (VEX.F3.0F 11 mod=3) and movss …
(edit) @66919   8 years vboxsync IEM: Implemented vmovupd Wpd,Vdp (VEX.66.0F 11). (For all intents and …
(edit) @66909   8 years vboxsync IEM: Implemented vmovups Wps,Vps (VEX.0F 11). Needs more work on the …
(edit) @66906   8 years vboxsync IEM: Implemented vmovsd Vsd,Hsd,Usd (VEX.F2.0F 10 mod=3), vmovsd …
(edit) @66901   8 years vboxsync IEM: Implemented vmovss Vss,Hss,Wss (VEX.F3.0F 10 mod=11) and vmovss …
(edit) @66888   8 years vboxsync IEM: Implemented vmovupd Vpd,Wpd (VEX.66.0f 10)
(edit) @66887   8 years vboxsync VMM/IEM: int1/icebp also sets EXT error bit on nested exceptions.
(edit) @66886   8 years vboxsync IEM: Implemented vmovups Vps,Wps (VEX.0f 10)
(edit) @66848   8 years vboxsync VMM: use RT_LO/HI_U32 at certain places
(edit) @66815   8 years vboxsync IEM: s/V\([a-z]*\)ZxReg/V\1ZxReg/g because 'V' can only indicate a …
(edit) @66814   8 years vboxsync IEM: clearly mark operands that are written to.
(edit) @66812   8 years vboxsync IEM: clearly mark operands that are written to.
(edit) @66811   8 years vboxsync IEM: Implemented movdq2q Pq,Uq (f2 0f d6)
(edit) @66810   8 years vboxsync IEM: Implemented movq2dq Vdq,Nq (f3 0f d6)
(edit) @66808   8 years vboxsync IEM: Implemented movq Vq,Wq (f3 0f 73)
(edit) @66792   8 years vboxsync IEM: Implemented movhpd Mq,Vq (66 0f 17).
(edit) @66791   8 years vboxsync IEM: Implemented movhps Mq,Vq (0f 17).
(edit) @66789   8 years vboxsync IEM: Implemented movshdup Vdq,Wdq (f3 0f 16).
(edit) @66787   8 years vboxsync IEM: Implemented movhpd Vdq,Mq (66 0f 16).
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