VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @66994   8 years vboxsync VMM/EM: Nested Hw.virt: nested-guest interrupts and virtual interrupts.
(edit) @66993   8 years vboxsync VMM/HMSVMR0: nit.
(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) @66987   8 years vboxsync VMM/HMVMXR0: Todo regarding returning VINF_EM_RAW_INJECT_TRPM_EVENT …
(edit) @66986   8 years vboxsync VMM/IEM: Added an assertion to IEMEvaluateRecursiveXcpt.
(edit) @66984   8 years vboxsync VMM/HMSVMR0: Add a release assertion to check if CR2 isn't getting …
(edit) @66983   8 years vboxsync VMM/HMSVMR0: Re-enable the IEM event reflection logic.
(edit) @66982   8 years vboxsync VMM/HMSVMR0: Todo, wrt to event injection and pending events.
(edit) @66981   8 years vboxsync VMM/HMSVMR0: Fixes to hmR0SvmCheckExitDueToEventDelivery.
(edit) @66980   8 years vboxsync VMM/HMSVMR0: Fixes.
(edit) @66979   8 years vboxsync VMM/HMSVMR0: Fixes to hmR0SvmCheckExitDueToEventDelivery while …
(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) @66961   8 years vboxsync VMM/HMSVMR0: Clear NMI blocking if we're re-injecting an NMI that …
(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) @66948   8 years vboxsync VMM/HMSVMR0: Re-disable IEM event reflection.
(edit) @66947   8 years vboxsync VMM/HMSVMR0: Temporarily re-enable IEM event reflection to see if the …
(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) @66934   8 years vboxsync VMM/HMSVMR0: Try guru'ing while exiting to ring-3 when TRPM event …
(edit) @66932   8 years vboxsync IEM: Implemented vmovlps Vq,Hq,Mq (VEX.0F 12 mod!=3) and vmovhlps …
(edit) @66929   8 years vboxsync VMM/HMVMXR0: Try re-enable IEM event reflection for Intel only.
(edit) @66923   8 years vboxsync VMM/HMSVMR0: nit.
(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) @66885   8 years vboxsync DBGFReg: Added support for YMM registers, expanding the DBGFREVAL type …
(edit) @66879   8 years vboxsync CPUM: Hide VME capability on Ryzen unless overridden by ForceVme key. …
(edit) @66878   8 years vboxsync CPUM,HM: Added CPUMRZFpuStateActualizeAvxForRead and fixed missing …
(edit) @66876   8 years vboxsync SVM: Disabled release assertion again.
(edit) @66871   8 years vboxsync disable IEM event reflection for VMX and SVM to find out if the recent …
(edit) @66868   8 years vboxsync SVM: Attempt to fix CR2 corruption (bugref:7243).
(edit) @66859   8 years vboxsync SVM: Release assertion for testing.
(edit) @66848   8 years vboxsync VMM: use RT_LO/HI_U32 at certain places
(edit) @66831   8 years vboxsync VMM: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.
(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) @66790   8 years vboxsync VMM/HMVMXR0: Fixes while using the IEM event reflection logic.
(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).
(edit) @66785   8 years vboxsync IEM: Implemented movlhps Vdq,Uq and movhps Vdq,Mq (0f 16).
(edit) @66759   8 years vboxsync VMM/HMSVMR0: Re-enable IEM event reflection logic, try 2.
(edit) @66758   8 years vboxsync VMM/HMSVMR0: Fixes while using the IEM event reflection logic.
(edit) @66757   8 years vboxsync VMM: Todo for handling INIT nested-guest intercepts.
(edit) @66756   8 years vboxsync VMM/HMVMXR0: Forgot to translate soft. ints while converting IEM …
(edit) @66754   8 years vboxsync VMM/HMSVMR0: Disable IEM event injection logic.
(edit) @66753   8 years vboxsync VMM/HMSVMR0: Try enable the IEM event reflection logic.
(edit) @66751   8 years vboxsync VMM: Nested Hw.virt: Adjusted the helper functions for use with …
(edit) @66750   8 years vboxsync VMM/HMSVMR0: Use IEM event reflection logic (disabled).
(edit) @66749   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @66748   8 years vboxsync IEM: More tests.
(edit) @66747   8 years vboxsync IEM: Implemented movlps Mq,Vq (0x0f 0x13).
(edit) @66746   8 years vboxsync IEM: Implemented movsd Vsd,Wsd (0xf2 0x0f 0x10).
(edit) @66745   8 years vboxsync IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).
(edit) @66744   8 years vboxsync IEM: Implemented movupd Vpd,Wpd (0x66 0x0f 0x10).
(edit) @66743   8 years vboxsync IEM: Implemented movups Vps,Wps (0x0f 0x10).
(edit) @66717   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @66716   8 years vboxsync VMM/HMVMXR0: Try re-enable the IEM event reflection logic.
(edit) @66713   8 years vboxsync VMM/HMVMXR0: Fixes while using IEM event reflection code.
(edit) @66712   8 years vboxsync VMM/IEM: Space.
(edit) @66711   8 years vboxsync VMM/IEM: Added another bit of info required by VT-x for handling …
(edit) @66706   8 years vboxsync VMM/HMVMXR0: Disabled using IEM event reflection from r115095. Needs …
(edit) @66705   8 years vboxsync VMM/HMVMXR0: Build fix for r115095.
(edit) @66702   8 years vboxsync VMM/HMVMXR0: Nit and a todo.
(edit) @66701   8 years vboxsync VMM/HMVMXR0: Use IEM's event reflection logic.
(edit) @66700   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66688   8 years vboxsync VMM/IEM: RT_NOREF, fix for r115079.
(edit) @66687   8 years vboxsync VMM/IEM: Build fix for r115079.
(edit) @66686   8 years vboxsync VMM/IEM: Handle raising of exceptions during delivery of a previous …
(edit) @66684   8 years vboxsync SVM: Log additional features on newer CPUs.
(edit) @66683   8 years vboxsync VMM/STAM: don't call memcpy with n=0 or gcc asan will complain
(edit) @66667   8 years vboxsync VMM: Nested Hw.virt: Added an fInterceptEvents SVM field in cpumctx.
(edit) @66653   8 years vboxsync PDMAsyncCompletionFile: Remember how many bytes where already …
(edit) @66651   8 years vboxsync Reapplied the PGMAllBth.h part of r111975: Disabled an assertion, some …
(edit) @66650   8 years vboxsync Reapplied the IEMR3.cpp part of r111975: Rename instruction stats.
(edit) @66649   8 years vboxsync Backed the PGMAllBoth.h and IEMR3.cpp parts of r111975 since these are …
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