VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @66641   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66640   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66639   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66638   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66604   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66586   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66585   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66584   8 years vboxsync VMM: Nested Hw.virt: Doxygen.
(edit) @66583   8 years vboxsync VMM: Nested Hw.virt: Build fix.
(edit) @66582   8 years vboxsync VMM: Nested Hw.virt: Clean up defines and build fix.
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66480   8 years vboxsync IEM: Stubbed VEX opcode map 2 and 3.
(edit) @66479   8 years vboxsync IEM: Stubbed VEX opcode map 2 and 3.
(edit) @66474   8 years vboxsync IEM: Stubbed the three byte opcode tables.
(edit) @66473   8 years vboxsync IEM: three byte opcode fix.
(edit) @66471   8 years vboxsync IEM: Split the 3DNow! instruction out into a separate file.
(edit) @66470   8 years vboxsync IEM: build fix (unused function)
(edit) @66469   8 years vboxsync IEM: More VEX work. Fixed punpcklbw_Vx_Wx.
(edit) @66467   8 years vboxsync pdmR3UsbCreateDevice: Translate VERR_VERSION_MISMATCH to …
(edit) @66465   8 years vboxsync VMM: Nested Hw.virt: Add the current CR2 associated with a raised PF …
(edit) @66464   8 years vboxsync IEM: Implemented movss Vss,Wss (f3 0f 10).
(edit) @66463   8 years vboxsync IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
(edit) @66462   8 years vboxsync IEM,bs3-cpu-generated-1: Made the current testcases pass on AMD.
(edit) @66459   8 years vboxsync VMM: Nested Hw.virt: Add a uCurXcptErr to hold the error code of the …
(edit) @66457   8 years vboxsync IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
(edit) @66450   8 years vboxsync IEM: More vstmxcsr tests.
(edit) @66439   8 years vboxsync VMM/VMMR0: %RKv
(edit) @66420   8 years vboxsync IEM: More vstmxcsr work.
(edit) @66419   8 years vboxsync IEM: More vstmxcsr work.
(edit) @66414   8 years vboxsync IEM: todo
(edit) @66412   8 years vboxsync IEM: Started tackling the first AVX instructions.
(edit) @66409   8 years vboxsync IEM: More stdmxcsr tests.
(edit) @66405   8 years vboxsync IEM: Use the new CPUMGetGuestMxCsrMask function in FXSAVE & FXRSTOR …
(edit) @66404   8 years vboxsync IEM: Implemented ldmxcsr Md.
(edit) @66403   8 years vboxsync CPUM: Added the MXCSR mask to the CPU database and CPUM::GuestInfo as …
(edit) @66392   8 years vboxsync x86.h,IEMAll.cpp,bs3-cpu-generated-1: s/X86_MXSCR_/X86_MXCSR_/
(edit) @66391   8 years vboxsync IEM: Implemented stmxcsr Md (0f ae !11/3).
(edit) @66390   8 years vboxsync hmR0VmxExitXcptGeneric: Corrected incomplete debug assertion that …
(edit) @66386   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66374   8 years vboxsync VMM: fixed logging string
(edit) @66371   8 years vboxsync VMM: Nested Hw.virt: MSR and IO intercept helpers for SVM.
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