VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66972   8 years vboxsync IEM: Implemented vmovaps Vps,Wps (VEX.0F 28).
(edit) @66965   8 years vboxsync IEM: Implemented vmovddup Vx,Wx (VEX.F2.0F 12).
(edit) @66955   8 years vboxsync Devices/Storage/DrvSCSI,VSCSI: Support CD/DVD images with multiple …
(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) @66933   8 years vboxsync iprt/cdefs.h: Added RT_UOFFSET_AFTER, shorthand for RT_UOFFSETOF + …
(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) @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) @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) @66883   8 years vboxsync X86XSAVEAREA: Added YmmHi to the union member 'u' as it's normally …
(edit) @66882   8 years vboxsync iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
(edit) @66880   8 years vboxsync iprt/types.h: VCC120 has stdbool.h
(edit) @66878   8 years vboxsync CPUM,HM: Added CPUMRZFpuStateActualizeAvxForRead and fixed missing …
(edit) @66854   8 years vboxsync iprt/cdefs: use the reliable foo[1] style for flexible arrays with gcc …
(edit) @66851   8 years vboxsync doxygen (at least version 1.8.13) workaround (fix?)
(edit) @66849   8 years vboxsync iprt/cdefs.h: adapted RT_THROW for gcc 7 and simplified it for VC
(edit) @66823   8 years vboxsync include/iprt: Adjustments for Visual C++ v12 / Visual Studio 2013. …
(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) @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) @66785   8 years vboxsync IEM: Implemented movlhps Vdq,Uq and movhps Vdq,Mq (0f 16).
(edit) @66780   8 years vboxsync iprt/message.h: Fixed iprt_format attributes of …
(edit) @66772   8 years vboxsync iprt/cdefs.h: clang and RT_FLEXIBLE_ARRAY, take 1.
(edit) @66764   8 years vboxsync iprt: More vfs bits.
(edit) @66763   8 years vboxsync iprt: More vfs bits.
(edit) @66762   8 years vboxsync iprt: More vfs bits.
(edit) @66752   8 years vboxsync VMM/IEM: Comment.
(edit) @66751   8 years vboxsync VMM: Nested Hw.virt: Adjusted the helper functions for use with …
(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) @66742   8 years vboxsync fatvfs,iso9660vfs,vfsbase: Sorted volume reference fun. Volumes will …
(edit) @66740   8 years vboxsync vfsbase.cpp: retain debug
(edit) @66735   8 years vboxsync iso9660vfs.cpp: Can find and read files from iso.
(edit) @66732   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66731   8 years vboxsync iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
(edit) @66728   8 years vboxsync iprt/formats/iso9660.h: Basic structures ISO 9660 structures.
(edit) @66715   8 years vboxsync build fix
(edit) @66714   8 years vboxsync HostDrivers/Support: introduced IN_DIS_STATIC
(edit) @66711   8 years vboxsync VMM/IEM: Added another bit of info required by VT-x for handling …
(edit) @66698   8 years vboxsync fatvfs: readonly check and build fix
(edit) @66689   8 years vboxsync fatvfs: Added code for formatting a FAT volume.
(edit) @66686   8 years vboxsync VMM/IEM: Handle raising of exceptions during delivery of a previous …
(edit) @66685   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66684   8 years vboxsync SVM: Log additional features on newer CPUs.
(edit) @66676   8 years vboxsync fatvfs.cpp: Implemented file creation and opening of long filenames.
(edit) @66669   8 years vboxsync iprt,fatvfs: a bit more code.
(edit) @66668   8 years vboxsync hm_svm.h: Added SVM_IOIO_OP_SIZE_SHIFT.
(edit) @66667   8 years vboxsync VMM: Nested Hw.virt: Added an fInterceptEvents SVM field in cpumctx.
(edit) @66652   8 years vboxsync IPRT: Some more fat bits.
(edit) @66645   8 years vboxsync header fix
(edit) @66616   8 years vboxsync iprt/vfs.h: doxygen fix.
(edit) @66615   8 years vboxsync IPRT: More FAT fun (couldn't stop myself).
(edit) @66604   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66603   8 years vboxsync mangling prep
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66601   8 years vboxsync iprt,vfs: Added a generic 'open' provider and sketched out a few …
(edit) @66599   8 years vboxsync x86.h,bs2: X86_XCPT_MAX -> X86_XCPT_LAST; Corrected X86_XCPT_SX value.
(edit) @66597   8 years vboxsync doc fix
(edit) @66594   8 years vboxsync iprt: Reworked and implemented VFS chains, adding stdfile, gzip and …
(edit) @66592   8 years vboxsync RTFileModeToFlagsEx: Implemented missing sharing mode (sigh) and added …
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66578   8 years vboxsync iprt/formats/fat.h: More stuff.
(edit) @66575   8 years vboxsync iprt: fat + vfs updates.
(edit) @66544   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66537   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66535   8 years vboxsync unique error code
(edit) @66526   8 years vboxsync HostDrivers/Support: bugref:8740: additional checks for non-Windows hosts
(edit) @66525   8 years vboxsync Windows hardening: bugref:8750: blacklist scrobj.dll
(edit) @66515   8 years vboxsync ​bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66513   8 years vboxsync ​bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66507   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66506   8 years vboxsync bugref:8524: Additions/linux: play nicely with distribution-installed …
(edit) @66486   8 years vboxsync Storage/VD: Convert all backends to use the region list callbacks, …
(edit) @66484   8 years vboxsync SUPHardNt: Improved file version dumping. Version hack for dgmaster.sys.
(edit) @66464   8 years vboxsync IEM: Implemented movss Vss,Wss (f3 0f 10).
(edit) @66457   8 years vboxsync IEM: Limited xsave and xrstor implemention. Implemented vstmxcsr.
(edit) @66446   8 years vboxsync bs3kit: Various fixes related to using the BS3X0TEXT16, BS3X1TEXT16, …
(edit) @66412   8 years vboxsync IEM: Started tackling the first AVX instructions.
(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) @66402   8 years vboxsync doxygen fix
(edit) @66395   8 years vboxsync asm-amd64-x86.h: Added ASMFxRstor & ASMFxSave.
(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) @66373   8 years vboxsync Doxygen.
(edit) @66371   8 years vboxsync VMM: Nested Hw.virt: MSR and IO intercept helpers for SVM.
(edit) @66367   8 years vboxsync IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx …
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @66356   8 years vboxsync VMM: Nested Hw.virt: SVM intercept functions WIP.
(edit) @66346   8 years vboxsync Storage/VD: Lay out public I/O iterator and buffer API, modify queue …
(edit) @66334   8 years vboxsync IEM: Fixed UD1 / grp 10 decoding (intel eats modr/m after it).
(edit) @66331   8 years vboxsync IEM: Converted iemOp_Grp15 from switch to tables; implemented …
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