|
|
@103764
|
9 months |
vboxsync |
VMM/IEM: Build fix (clang) following optimizations in r162125. bugref:10376
|
|
|
@103763
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
|
|
|
@103762
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
|
|
|
@103761
|
9 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
|
|
|
@103760
|
9 months |
vboxsync |
VMM/IEM: Fix emitter for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT(), …
|
|
|
@103759
|
9 months |
vboxsync |
VMM/IEM: Enable the SIMD register allocator and assoicated code, …
|
|
|
@103758
|
9 months |
vboxsync |
VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
|
|
|
@103757
|
9 months |
vboxsync |
VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
|
|
|
@103756
|
9 months |
vboxsync |
VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
|
|
|
@103753
|
9 months |
vboxsync |
ValidationKit/tests/cpu/tdCpuIemInstr1: Enable bs3-cpu-instr-3 now …
|
|
|
@103752
|
9 months |
vboxsync |
VMM/CPUMR3CpuId: Enable XSAVE for IEM, it is fully supported, enables …
|
|
|
@103751
|
9 months |
vboxsync |
ValidationKit/bs3-cpu-instr-3: Only enable saving of the ymm registers …
|
|
|
@103750
|
9 months |
vboxsync |
VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
|
|
|
@103749
|
9 months |
vboxsync |
ValidationKit/bootsectors: fix my buggy modulo math, bugref:9898
|
|
|
@103748
|
9 months |
vboxsync |
ValidationKit/bootsectors: whoops, that's supposed to be *disabled* by …
|
|
|
@103747
|
9 months |
vboxsync |
ValidationKit/bootsectors: developer flag to speed up …
|
|
|
@103746
|
9 months |
vboxsync |
Misc fixes noticed in passing, bugref:9898
VMM/IEM: mark intentional …
|
|
|
@103745
|
9 months |
vboxsync |
ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
|
|
|
@103744
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
|
|
|
@103743
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sbb_r_i_efl and enabled it for both …
|
|
|
@103742
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_cmp_r_i_efl and enabled it for both …
|
|
|
@103741
|
9 months |
vboxsync |
VMM/IEM: Disabled IEMNATIVE_WITH_TB_DEBUG_INFO in non-debug builds …
|
|
|
@103740
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_i_efl and enabled it for both …
|
|
|
@103739
|
9 months |
vboxsync |
VMM/IEM: Implemented native emitter for ADD instructions taking …
|
|
|
@103738
|
9 months |
vboxsync |
ValKit/bs3-cpu-instr-2: Cover binary operations with immediates. …
|
|
|
@103737
|
9 months |
vboxsync |
VMM/IEM: Some simple TB disassembly interface that can be used from …
|
|
|
@103736
|
9 months |
vboxsync |
ValidationKit/bootsectors: Implement testcases for vpsrlv[dq], …
|
|
|
@103735
|
9 months |
vboxsync |
VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
|
|
|
@103734
|
9 months |
vboxsync |
VMM/IEM: Fixed bug in sysret when targeting intel CPUs where …
|
|
|
@103731
|
9 months |
vboxsync |
VMM/IEM: More fun with the three byte vex prefix. [@todo] bugref:10369
|
|
|
@103730
|
9 months |
vboxsync |
VMM/IEM: More fun with the three byte vex prefix. bugref:10369
|
|
|
@103729
|
9 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103728
|
9 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103727
|
9 months |
vboxsync |
Linux: SUPDrvTracer.cpp: Annotate indirect jumps to instruct objtool …
|
|
|
@103726
|
9 months |
vboxsync |
Linux: SUPDrvTracer.cpp: Annotate indirect jumps to instruct objtool …
|
|
|
@103725
|
9 months |
vboxsync |
bs3-cpu-instr-2: make sure the top half of the 64-bit registers are …
|
|
|
@103724
|
9 months |
vboxsync |
ValidationKit: Suppress pylint warnings which appear with Python 3.12, …
|
|
|
@103723
|
9 months |
vboxsync |
Linux: SUPDrvTracer.cpp: Annotate indirect jumps to instruct objtool …
|
|
|
@103721
|
9 months |
vboxsync |
VMM/IEM: Simplified IEMOP_BODY_BINARY_rm_rv_RO and …
|
|
|
@103720
|
9 months |
vboxsync |
VMM/PGM: Nested VMX: bugref:10607 Fixed getting shadow page when the …
|
|
|
@103719
|
9 months |
vboxsync |
VMM/IEM: Created a RO version of IEMOP_BODY_BINARY_r8_rm for CMP. …
|
|
|
@103718
|
9 months |
vboxsync |
VMM/IEM: Fixed native translation of cmp Gv,Ev (reg,r/m) which …
|
|
|
@103717
|
9 months |
vboxsync |
DIS: cmpxchg8b/16b fix
|
|
|
@103714
|
9 months |
vboxsync |
WDDM: immediately send screen management commands to the host.
|
|
|
@103713
|
9 months |
vboxsync |
FE/Qt: UICommon.h: Get rid of unwanted COM include.
|
|
|
@103712
|
9 months |
vboxsync |
FE/Qt: Build fix for r162078.
|
|
|
@103711
|
9 months |
vboxsync |
FE/Qt: Get rid of even more iprt includes, s.a. r162071 and r162072.
|
|
|
@103710
|
9 months |
vboxsync |
FE/Qt: Get rid of unwanted UICommon includes across whole the GUI.
|
|
|
@103709
|
9 months |
vboxsync |
DIS: Fixed up all VEX groups and added a few missing instructions.
|
|
|
@103708
|
9 months |
vboxsync |
FE/Qt: Get rid of UICommon dependency in QIWithRestorableGeometry template.
|
|
|
@103707
|
9 months |
vboxsync |
FE/Qt: Reverting r162073.
|
|
|
@103706
|
9 months |
vboxsync |
FE/Qt: Remove COMDef.h include from UISoftKeyboard.h
|
|
|
@103705
|
9 months |
vboxsync |
FE/Qt: Get rid of few more iprt includes, s.a. r162071.
|
|
|
@103704
|
9 months |
vboxsync |
FE/Qt: Get rid of few iprt includes around whole the GUI.
|
|
|
@103703
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Cache whether OS subtype is …
|
|
|
@103702
|
9 months |
vboxsync |
ValidationKit: bugref:10318 Enable smoke test for Hyper-V enabled …
|
|
|
@103701
|
9 months |
vboxsync |
ValidationKit/bootsectors: implement testcases for vpblendd …
|
|
|
@103700
|
9 months |
vboxsync |
VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
|
|
|
@103698
|
9 months |
vboxsync |
DIS: Added a bunch of missing group 7 instructions and rearranged the …
|
|
|
@103697
|
9 months |
vboxsync |
ValidationKit/bootsectors: Implement testcases for [v]pmaddwd …
|
|
|
@103696
|
9 months |
vboxsync |
VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
|
|
|
@103695
|
9 months |
vboxsync |
WIP: consolidate some of the `instruction_then_icebp' code generator …
|
|
|
@103694
|
9 months |
vboxsync |
ValKit/bs3-cpu-instr-3: Use VBoxBs3Obj2Hdr to prototype assembly …
|
|
|
@103693
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
|
|
|
@103692
|
9 months |
vboxsync |
VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
|
|
|
@103691
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
|
|
|
@103689
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Cache platform type directly …
|
|
|
@103688
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Extend subtype info from simple …
|
|
|
@103687
|
9 months |
vboxsync |
FE/Qt: bugref:10384: More cleanup for UIGuestOSType.
|
|
|
@103686
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Cache subtype info same way as …
|
|
|
@103685
|
9 months |
vboxsync |
Backed out r161312 (no longer needed): iprt: Prevent …
|
|
|
@103684
|
9 months |
vboxsync |
Linux kernel modules: Fix UBSAN warnings by switching to flexible …
|
|
|
@103683
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
|
|
|
@103682
|
9 months |
vboxsync |
VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
|
|
|
@103681
|
9 months |
vboxsync |
DevXHCI: Fixed a rare race condition which could miss a ringing …
|
|
|
@103680
|
9 months |
vboxsync |
FE/Qt: bugref:10384: A bit of cleanup for UIGuestOSType.
|
|
|
@103678
|
9 months |
vboxsync |
VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
|
|
|
@103677
|
9 months |
vboxsync |
VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
|
|
|
@103676
|
9 months |
vboxsync |
Installer/Windows: Use RT_ELEMENTS in VBoxGetMsiPropUtf8() -- we count …
|
|
|
@103675
|
9 months |
vboxsync |
VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
|
|
|
@103674
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Cache whether OS family is …
|
|
|
@103673
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Cache platform type directly …
|
|
|
@103672
|
9 months |
vboxsync |
FE/Qt: bugref:10384: UIGuestOSType: Extend family info from simple …
|
|
|
@103671
|
9 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103670
|
9 months |
vboxsync |
VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
|
|
|
@103669
|
9 months |
vboxsync |
VMM/IEM: Replace some single bit tests with …
|
|
|
@103667
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
|
|
|
@103666
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103665
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103664
|
9 months |
vboxsync |
VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
|
|
|
@103663
|
9 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103662
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
|
|
|
@103661
|
9 months |
vboxsync |
VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
|
|
|
@103660
|
9 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
|
|
|
@103659
|
9 months |
vboxsync |
VMM/IEM: Flush the current program counter to CPUMCTX when in the …
|
|
|
@103658
|
9 months |
vboxsync |
VMM/IEM: Enabled the iemNativeEmit_test_r_r_efl code on arm. bugref:10376
|
|
|
@103657
|
9 months |
vboxsync |
VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
|
|
|
@103656
|
9 months |
vboxsync |
ValKit/bs3-cpu-instr-2: Use VBoxBs3Obj2Hdr to prototype assembly …
|
|
|
@103655
|
9 months |
vboxsync |
ValKit/bootsectors: Basic sketch of a asm obj -> C header file …
|
|
|
@103654
|
9 months |
vboxsync |
ValKit/bootsectors: Basic sketch of a asm obj -> C header file converter.
|
|
|