VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103725   13 months vboxsync bs3-cpu-instr-2: make sure the top half of the 64-bit registers are …
(edit) @103724   13 months vboxsync ValidationKit: Suppress pylint warnings which appear with Python 3.12, …
(edit) @103723   13 months vboxsync Linux: SUPDrvTracer.cpp: Annotate indirect jumps to instruct objtool …
(edit) @103721   13 months vboxsync VMM/IEM: Simplified IEMOP_BODY_BINARY_rm_rv_RO and …
(edit) @103720   13 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fixed getting shadow page when the …
(edit) @103719   13 months vboxsync VMM/IEM: Created a RO version of IEMOP_BODY_BINARY_r8_rm for CMP. …
(edit) @103718   13 months vboxsync VMM/IEM: Fixed native translation of cmp Gv,Ev (reg,r/m) which …
(edit) @103717   13 months vboxsync DIS: cmpxchg8b/16b fix
(edit) @103714   13 months vboxsync WDDM: immediately send screen management commands to the host.
(edit) @103713   13 months vboxsync FE/Qt: UICommon.h: Get rid of unwanted COM include.
(edit) @103712   13 months vboxsync FE/Qt: Build fix for r162078.
(edit) @103711   13 months vboxsync FE/Qt: Get rid of even more iprt includes, s.a. r162071 and r162072.
(edit) @103710   13 months vboxsync FE/Qt: Get rid of unwanted UICommon includes across whole the GUI.
(edit) @103709   13 months vboxsync DIS: Fixed up all VEX groups and added a few missing instructions.
(edit) @103708   13 months vboxsync FE/Qt: Get rid of UICommon dependency in QIWithRestorableGeometry template.
(edit) @103707   13 months vboxsync FE/Qt: Reverting r162073.
(edit) @103706   13 months vboxsync FE/Qt: Remove COMDef.h include from UISoftKeyboard.h
(edit) @103705   13 months vboxsync FE/Qt: Get rid of few more iprt includes, s.a. r162071.
(edit) @103704   13 months vboxsync FE/Qt: Get rid of few iprt includes around whole the GUI.
(edit) @103703   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Cache whether OS subtype is …
(edit) @103702   13 months vboxsync ValidationKit: bugref:10318 Enable smoke test for Hyper-V enabled …
(edit) @103701   13 months vboxsync ValidationKit/bootsectors: implement testcases for vpblendd …
(edit) @103700   13 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103698   13 months vboxsync DIS: Added a bunch of missing group 7 instructions and rearranged the …
(edit) @103697   13 months vboxsync ValidationKit/bootsectors: Implement testcases for [v]pmaddwd …
(edit) @103696   13 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103695   13 months vboxsync WIP: consolidate some of the `instruction_then_icebp' code generator …
(edit) @103694   13 months vboxsync ValKit/bs3-cpu-instr-3: Use VBoxBs3Obj2Hdr to prototype assembly …
(edit) @103693   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
(edit) @103692   13 months vboxsync VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
(edit) @103691   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
(edit) @103689   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Cache platform type directly …
(edit) @103688   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Extend subtype info from simple …
(edit) @103687   13 months vboxsync FE/Qt: bugref:10384: More cleanup for UIGuestOSType.
(edit) @103686   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Cache subtype info same way as …
(edit) @103685   13 months vboxsync Backed out r161312 (no longer needed): iprt: Prevent …
(edit) @103684   13 months vboxsync Linux kernel modules: Fix UBSAN warnings by switching to flexible …
(edit) @103683   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
(edit) @103682   13 months vboxsync VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
(edit) @103681   13 months vboxsync DevXHCI: Fixed a rare race condition which could miss a ringing …
(edit) @103680   13 months vboxsync FE/Qt: bugref:10384: A bit of cleanup for UIGuestOSType.
(edit) @103678   13 months vboxsync VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
(edit) @103677   13 months vboxsync VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
(edit) @103676   13 months vboxsync Installer/Windows: Use RT_ELEMENTS in VBoxGetMsiPropUtf8() -- we count …
(edit) @103675   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
(edit) @103674   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Cache whether OS family is …
(edit) @103673   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Cache platform type directly …
(edit) @103672   13 months vboxsync FE/Qt: bugref:10384: UIGuestOSType: Extend family info from simple …
(edit) @103671   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103670   13 months vboxsync VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
(edit) @103669   13 months vboxsync VMM/IEM: Replace some single bit tests with …
(edit) @103667   13 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103666   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103665   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103664   13 months vboxsync VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
(edit) @103663   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103662   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103661   13 months vboxsync VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
(edit) @103660   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   13 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103658   13 months vboxsync VMM/IEM: Enabled the iemNativeEmit_test_r_r_efl code on arm. bugref:10376
(edit) @103657   13 months vboxsync VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
(edit) @103656   13 months vboxsync ValKit/bs3-cpu-instr-2: Use VBoxBs3Obj2Hdr to prototype assembly …
(edit) @103655   13 months vboxsync ValKit/bootsectors: Basic sketch of a asm obj -> C header file …
(edit) @103654   13 months vboxsync ValKit/bootsectors: Basic sketch of a asm obj -> C header file converter.
(edit) @103653   13 months vboxsync FE/Qt: build fix.
(edit) @103652   13 months vboxsync FE/Qt: scm fix.
(edit) @103651   13 months vboxsync FE/Qt: bugref:9080. Alt+dbl/ click adds selected items to Viso.
(edit) @103650   13 months vboxsync FE/Qt: bugref:3409. Some parfait fixes.
(edit) @103649   13 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103648   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
(edit) @103647   13 months vboxsync VMM/IEM: Enabled the iemNativeEmit_and_r_r_efl & …
(edit) @103646   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103645   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
(edit) @103644   13 months vboxsync VMM/IEM: Use native emitter for the reg/reg variant in …
(edit) @103643   13 months vboxsync VMM/IEM: Use native emitter for both variants in …
(edit) @103642   13 months vboxsync VMM/IEM: Use native emitter for the memory variants in …
(edit) @103641   13 months vboxsync ValKit/bs3-cpu-instr-2: Extended the recently added binary …
(edit) @103640   13 months vboxsync VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
(edit) @103639   13 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
(edit) @103637   13 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
(edit) @103636   13 months vboxsync VMM/IEM: Support iemNativeRecompFunc_BltIn_LogCpuState() on arm64, …
(edit) @103635   13 months vboxsync VMM/IEM: Emit native code for 64-bit and 16-bit xor reg/reg variants …
(edit) @103634   13 months vboxsync Shared Clipboard: Cut back default release logging a bit and limit …
(edit) @103633   13 months vboxsync Shared Clipboard: Cut back default release logging a bit and limit …
(edit) @103632   13 months vboxsync Shared Clipboard: More cleanups (renaming internal HGCM message …
(edit) @103631   13 months vboxsync Shared Clipboard: More cleanups (renaming Windows parts to match the …
(edit) @103630   13 months vboxsync Shared Clipboard: More cleanups (renaming, removed dead code). bugref:9437
(edit) @103627   13 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103625   13 months vboxsync VMM/IEM: Must produce liveness info for IEM_MC_FETCH_FSW and …
(edit) @103624   13 months vboxsync VMM/IEM: Must release variable register when done with them. bugref:10371
(edit) @103623   13 months vboxsync VMM/IEM: Corrected code buffer allocation for eflags updating after …
(edit) @103622   13 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103621   13 months vboxsync VBoxManage: Re-enable ru_RU translation (falling back to en_US xref …
(edit) @103618   13 months vboxsync Shared Clipboard/Transfers: Some more validation in …
(edit) @103616   13 months vboxsync Shared Clipboard/Transfers: Use SHCL_TRANSFER_URI_LIST_SEP_STR in …
(edit) @103615   13 months vboxsync Shared Clipboard/Transfers: Made code a bit easier to follow / read, …
(edit) @103614   13 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   13 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103612   13 months vboxsync VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
Note: See TracRevisionLog for help on using the revision log.

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