VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104077   11 months vboxsync ValidationKit/bootsectors: Implement testcases for [v]pinsr[bdq] …
(edit) @104076   11 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104075   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104074   11 months vboxsync VMM/IEM: Fix implementation of IEM_MC_SHL_LOCAL_S16() and …
(edit) @104073   11 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104072   11 months vboxsync VMM/IEM: Build fix and marked the two local SHL/SAR operations as not …
(edit) @104071   11 months vboxsync ValKit/bootsectors: Added Bs3TestQueryCfgU16 and made it and the …
(edit) @104070   11 months vboxsync VMMDev: Add a magic tail dword following the data made available by …
(edit) @104069   11 months vboxsync FE/Qt: bugref:6899: NLS fixes for New VD and Clone VM wizards.
(edit) @104068   11 months vboxsync BIOS: Build real VDS S/G lists in AHCI driver, don't just fake it.
(edit) @104067   11 months vboxsync Comments.
(edit) @104066   11 months vboxsync ValKit/bootsectors: Added a g_cBs3ThresholdNativeRecompiler variable …
(edit) @104065   11 months vboxsync VMMDev: Added a VMMDEV_TESTING_CFG_THRESHOLD_NATIVE_RECOMPILER / …
(edit) @104064   11 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @104063   11 months vboxsync ValKit, storage, fix fRc value setting
(edit) @104062   11 months vboxsync ValKit/bs3-cpu-instr-2: Disabled ROL and ROR tests till the emulation …
(edit) @104061   11 months vboxsync ValKit/bs3-cpu-instr-2: Disabled ROL and ROR tests till the emulation …
(edit) @104060   11 months vboxsync ValidationKit/bs3-cpu-instr-3: Implement vextracti128/vextractf128 …
(edit) @104059   11 months vboxsync VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
(edit) @104058   11 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104057   11 months vboxsync Additions: Linux: vboxvideo: Introduce initial support for kernel 6.9, …
(edit) @104056   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104055   11 months vboxsync FE/Qt: Typo in UIExtraDataManager / Beta stuff.
(edit) @104054   11 months vboxsync Version.kmk, FE/Qt: Remove explicit BETA label from the build, and …
(edit) @104053   11 months vboxsync VMM/IEM: Add native emitter for IEM_MC_STORE_GREG_I64(), bugref:10371
(edit) @104052   11 months vboxsync VMM/IEM: Non debug build fix, bugref:10629
(edit) @104051   11 months vboxsync VMM/IEM: Optimizing (hopefully) and correcting flag handling in …
(edit) @104050   11 months vboxsync VMM/IEM: Enable the delayed register writeback feature, bugref:10629
(edit) @104049   11 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104048   11 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104047   11 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104046   11 months vboxsync Linux: VBoxNetFlt: Introduce initial support for kernel 6.9, bugref:10630.
(edit) @104043   11 months vboxsync FE/Qt: bugref:6899: NLS fix for UISerialSettingsEditor and …
(edit) @104042   11 months vboxsync FE/Qt: bugref:6899: UIBootOrderEditor NLS fix; Missing space.
(edit) @104041   11 months vboxsync FE/Qt: bugref:6899: Accessibility improvement for UIMarkableLineEdit; …
(edit) @104038   11 months vboxsync FE/Qt: Fixing build (oone more place as in r162426).
(edit) @104037   11 months vboxsync FE/Qt: Fixing build (some missing includes).
(edit) @104036   11 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104035   11 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104034   11 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104033   11 months vboxsync VMM/IEM: Implement loading the missing part from CPUMCTX when the …
(edit) @104032   11 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Forward port r162255 (Fix …
(edit) @104030   11 months vboxsync VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
(edit) @104029   11 months vboxsync VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h: Build fix, bugref:10391
(edit) @104028   11 months vboxsync Main/ResourceAssignmentManager.cpp: Make it build on linux.arm64 (gcc …
(edit) @104027   11 months vboxsync Devices/PC/ipxe: Don't try to build it on linux.arm64, bugref:10391
(edit) @104026   11 months vboxsync FE/VirtualBox: Make it build on linux.arm64, bugref:10391
(edit) @104025   11 months vboxsync Runtime/testcase/tstTime-2: Make it build on linux.arm64, bugref:10391
(edit) @104024   11 months vboxsync Main/HostDnsServiceLinux.cpp: Make it build on linux.arm64, bugref:10391
(edit) @104023   11 months vboxsync vboximg-mount: Make it build on linux.arm64, bugref:10391
(edit) @104022   11 months vboxsync VMM/testcase/tstIEMAImplDataSseBinary.S,Devices/EFI/DevEFI-binaries.S: …
(edit) @104021   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104020   11 months vboxsync VMM/IEM: Call the correct inline function for the …
(edit) @104019   11 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   11 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104017   11 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   11 months vboxsync VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
(edit) @104015   11 months vboxsync ValKit/bs3-cpu-instr-2: update docs on odd rol/ror behaviour. bugref:10376
(edit) @104014   11 months vboxsync IPRT/memobj-r0drv-linux.c: scm fix
(edit) @104012   11 months vboxsync IPRT/memobj-r0drv-linux.c: Compile fix for …
(edit) @104011   11 months vboxsync *: Fixed various calloc argument order warnings from gcc 14.
(edit) @104010   11 months vboxsync *: Fixed various calloc argument order warnings from gcc 14.
(edit) @104009   11 months vboxsync VMM/IEM: Build fix. bugref:10614
(edit) @104008   11 months vboxsync ValKit/bs3-cpu-instr-2: Use the amd specific test data for …
(edit) @104007   11 months vboxsync ValKit/bs3-cpu-instr-2: AMD test data. bugref:10376
(edit) @104006   11 months vboxsync ValKit/bs3-cpu-instr-2: Fixed problem in the generator for triggering …
(edit) @104005   11 months vboxsync Additions/3D/mesa/mesa-24.0.2: Makefile: deps. bugref:10606
(edit) @104004   11 months vboxsync Additions/3D: enabled mesa 24.0.2. bugref:10606
(edit) @104003   11 months vboxsync Guest Control/Main: Added a new define GSTCTL_DEFAULT_TIMEOUT_MS and …
(edit) @104002   11 months vboxsync ValKit/bs3-cpu-instr-2: Added shl,shr,sar,rol,ror,rcl&rcr tests (only …
(edit) @104001   11 months vboxsync Guest Control/Main: Renaming (removed "File" from some internal …
(edit) @104000   11 months vboxsync ValKit/bs3-cpu-instr-2: Added shl,shr,sar,rol,ror,rcl&rcr tests (only …
(edit) @103999   11 months vboxsync Addition/3D,Additions/WINNT/Graphics: Updates for mesa-24.0.2 (not …
(edit) @103998   11 months vboxsync Additions/3D/mesa/mesa-24.0.2: Makefile. bugref:10606
(edit) @103997   11 months vboxsync VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
(edit) @103996   11 months vboxsync Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606
(edit) @103995   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_XMM(), …
(edit) @103994   11 months vboxsync Additions/3D/mesa: move makefile to the mesa source subdirectory. …
(edit) @103993   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103991   11 months vboxsync VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
(edit) @103990   11 months vboxsync VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
(edit) @103989   11 months vboxsync FE/Qt. bugref:10624. Build fix.
(edit) @103988   11 months vboxsync FE/Qt. bugref:10624. Adding missing override keywords gcc has found.
(edit) @103987   11 months vboxsync FE/Qt: bugref:10624. Adding RT_FINAL to virtual functions whereever …
(edit) @103986   11 months vboxsync VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
(edit) @103985   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
(edit) @103984   11 months vboxsync VMM/IEM: Need to use iemMemFlatFetchDataU128AlignedSseJmp() for the …
(edit) @103983   11 months vboxsync WDDM: D3D11 test
(edit) @103982   11 months vboxsync FE/Qt: bugref:10624. Replacing override and final keywords with …
(edit) @103981   11 months vboxsync WDDM: alignment
(edit) @103980   11 months vboxsync ValKit/bs3kit,bs3-cpu-instr-3: Don't set g_uBs3TrapEipHint …
(edit) @103979   11 months vboxsync VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
(edit) @103977   11 months vboxsync Apply RT_OVERRIDE/NS_OVERRIDE where required to shut up clang.
(edit) @103974   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103973   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103972   11 months vboxsync FE/Qt. bugref:10622. build fix.
(edit) @103971   11 months vboxsync FE/Qt. bugref:10622. build fix.
(edit) @103970   11 months vboxsync FE/Qt. bugref:10622. build fix.
(edit) @103969   11 months vboxsync FE/Qt. bugref:10622. build fix.
(edit) @103968   11 months vboxsync FE/Qt. bugref:10622. build fix.
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