VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95468   3 years vboxsync Additions: X11: VBoxClient --vmsvga: Use proper index when caching …
(edit) @95467   3 years vboxsync Additions: X11: VBoxClient --vmsvga: Only destroy unused video modes …
(edit) @95466   3 years vboxsync Additions: X11: VBoxClient --vmsvga: Do proper clock conversion, …
(edit) @95465   3 years vboxsync ValKit/bs3-cpu-instr-2: Simple crc32 instruction test. bugref:9898
(edit) @95464   3 years vboxsync IPRT/RuntimeR0: Need to include crc32c.cpp now. bugref:9898
(edit) @95463   3 years vboxsync DevVGA: vgaIsDirty is now used in R3 only.
(edit) @95462   3 years vboxsync VMM/IEM: Untested crc32 implementation. [build fix] bugref:9898
(edit) @95461   3 years vboxsync DevVGA: Fixed problem with VBE banking destroying MMIO2 remapping …
(edit) @95460   3 years vboxsync VMM/IEM: Untested crc32 implementation. bugref:9898
(edit) @95459   3 years vboxsync DIS: We only need one OP_CRC32 value. bugref:9898 bugref:6251
(edit) @95458   3 years vboxsync VMM/IEM: [v]padd[bwdq]. bugref:9898
(edit) @95457   3 years vboxsync DIS: VPADD[BWDQ] opcode enum values. bugref:9898 bugref:6251
(edit) @95456   3 years vboxsync ValKit/bs3-cpu-instr-3: Simple tests for [v]padd[bwdq]. bugref:9898
(edit) @95455   3 years vboxsync Audio/Main: Docs typo. bugref:10050
(edit) @95454   3 years vboxsync Audio/Main: Got rid of the abstract base class IAudioDevice in favor …
(edit) @95453   3 years vboxsync VMM/IEM: [v]pcmpeqq and [v]pcmpgtq. bugref:9898
(edit) @95452   3 years vboxsync DIS: VPCMPEQQ AND VPCMPGTQ opcode enum values. bugref:9898 bugref:6251
(edit) @95451   3 years vboxsync ValKit/bs3-cpu-instr-3: Simple tests for [v]pcmpgtq and [v]pcmpeqq. …
(edit) @95450   3 years vboxsync Main/MachineImpl: Cleaned up all the RTFileDelete() calls to only use …
(edit) @95449   3 years vboxsync VMM/IEM: [v]pcmpeq[bwd] and [v]pcmpgt[bwd]. bugref:9898
(edit) @95447   3 years vboxsync DIS: VPCMPEQ[BWD] AND VPCMPGT[BWD] opcode enum values. bugref:9898 …
(edit) @95446   3 years vboxsync VMM/HMVMX: Must have VMEXIT for X86_CR4_OSXSAVE changes (at least for …
(edit) @95445   3 years vboxsync VMM/IEM: IEMOP_MNEMONIC -> IEMOP_MNEMONIC2 for pcmpeq[bwd]. bugref:9898
(edit) @95444   3 years vboxsync DIS: XGETBV fix. bugref:9898 bugref:6251
(edit) @95443   3 years vboxsync ValKit/bs3-cpu-instr-3: Simple tests for [v]pcmpgt[bwd] and …
(edit) @95442   3 years vboxsync VMM/HMVMX: Must have VMEXIT for X86_CR4_OSXSAVE changes (at least for …
(edit) @95441   3 years vboxsync VMM/IEM: [v]andps, [v]andpd, [v]pand, [v]andnps, [v]andnpd, [v]pandn, …
(edit) @95440   3 years vboxsync DIS: VANDPS, VANDPD, VPAND, VANDNPS, VANDNPD, VPANDN, VORPS, VORPD, …
(edit) @95439   3 years vboxsync ValKit/bs3-cpu-instr-3: Simple tests for [v]andps, [v]andpd, [v]pand, …
(edit) @95438   3 years vboxsync IPRT/isomaker.cpp: A bunch of TODOs following from the fix in r152039, …
(edit) @95437   3 years vboxsync Main/UnattendedInstall: Minimalistic support for FreeBSD >= 10.0 …
(edit) @95436   3 years vboxsync Main/UnattendedInstall: Minimalistic support for FreeBSD >= 10.0 …
(edit) @95435   3 years vboxsync Runtime/isomaker.cpp: RRIP 1.12 mandates to set special flags in the …
(edit) @95434   3 years vboxsync Runtime/isomakerimport.cpp: Typos
(edit) @95433   3 years vboxsync Audio/Main: Renaming (HRESULT hr -> hrc). bugref:10050
(edit) @95432   3 years vboxsync Audio/Main: The audio setting's adapter also has to initialized when …
(edit) @95431   3 years vboxsync ValKit/bs3-cpu-basic-2: Added fld, fbld and fxsave to the #AC tests. …
(edit) @95430   3 years vboxsync ValKit/bs3kit: Added warning to Bs3RegCtxConvertToRingX about only …
(edit) @95429   3 years vboxsync Audio/Main: Adjustments for Validation Kit. bugref:10050
(edit) @95428   3 years vboxsync Main: Resolved a @todo: Renamed VBoxEventType_Last -> VBoxEventType_End.
(edit) @95427   3 years vboxsync UsbKbd: Reshuffled code to avoid assertion.
(edit) @95426   3 years vboxsync Main: Use the new "Default" audio driver by default for newly created …
(edit) @95425   3 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95424   3 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95423   3 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95422   3 years vboxsync VMM/IEM: Fixes to the finit/fninit implementation.
(edit) @95421   3 years vboxsync VMM/IEM: fld, fbld and fstp are 8 byte aligned as far as #AC is …
(edit) @95420   3 years vboxsync linux/drm: Build fix (no RT_NOREF here during automatic 'test' build - …
(edit) @95418   3 years vboxsync IPRT/timer-r0drv-linux.c: More readable to put these RT_FALL_THRU() …
(edit) @95417   3 years vboxsync linux/Makefile-footer.gmk: Better comments regarding LLVM/clang. …
(edit) @95416   3 years vboxsync linux/vboxsf: Removed one RT_FALL_THRU() in …
(edit) @95415   3 years vboxsync Linux host and guest drivers: fix build (3), ​bugref:10247.
(edit) @95414   3 years vboxsync Linux host and guest drivers: fix build (2), ​bugref:10247.
(edit) @95412   3 years vboxsync Linux host and guest drivers: fix build, ​bugref:10247.
(edit) @95411   3 years vboxsync Linux host and guest drivers: fix clang warnings, bugref:10247.
(edit) @95410   3 years vboxsync VMM/IEM: Alignment checks (#AC(0)/#GP(0)). bugref:9898
(edit) @95409   3 years vboxsync Linux host and guest drivers: detect clang, bugref:10247. Make …
(edit) @95408   3 years vboxsync NAT: host resolver must not return NXDOMAIN for query classes and …
(edit) @95406   3 years vboxsync ValKit/bs3-cpu-basic-2: Extended the #AC testcase with a couple of …
(edit) @95405   3 years vboxsync Devices/Makefile.kmk: Add DXVK SDK for macOS when enabled, bugref:10013
(edit) @95404   3 years vboxsync VMM: Nested VMX: bugref:10092 Shadow reserved bits that trigger EPT …
(edit) @95403   3 years vboxsync VMM/IEM: vxorps, vxorpd, vpxor, xorps, xorpd and various related …
(edit) @95402   3 years vboxsync DIS: VPXOR, VXORPS, VXORPD opcode enum values. bugref:9898 bugref:6251
(edit) @95401   3 years vboxsync ValKit/bs3-cpu-instr-3: Test [v]xorpd as well. bugref:9898
(edit) @95400   3 years vboxsync ValKit/bs3-cpu-instr-3: Test pxor too, including MMX. bugref:9898
(edit) @95399   3 years vboxsync ValKit/bs3kit: More work on extended CPU/FPU state management. bugref:9898
(edit) @95398   3 years vboxsync ValKit/bs3kit: More work on extended CPU/FPU state management. bugref:9898
(edit) @95397   3 years vboxsync ValKit/bs3kit,bs3-cpu-instr-3: 128 and 256 bit wide vxorps, alignment …
(edit) @95396   3 years vboxsync FE/Qt, vboxshell.py: Restore previous touchscreen-only GUI event …
(edit) @95395   3 years vboxsync Main/Mouse+SystemProperties+Settings: Forgotten important pieces of …
(edit) @95394   3 years vboxsync FE/Qt/Ds: bugref:6899: A bit of NLS cleanup for Machine settings pages.
(edit) @95393   3 years vboxsync FE/Qt: bugref:6699. Removing a rogue printf.
(edit) @95390   3 years vboxsync FE/Qt/Ds: bugref:9898: Stuff missed in r150220.
(edit) @95389   3 years vboxsync DevFDC: Logging (make more readable) and made fd_formats const.
(edit) @95388   3 years vboxsync PC/BIOS: indent
(edit) @95387   3 years vboxsync ValKit/bs3kit: Workaround for the FDC thinking 180K and 160K images …
(edit) @95386   3 years vboxsync Guest Control/Main: Added IFsInfo, IGuestFsInfo, …
(edit) @95385   3 years vboxsync Guest Control/Main: Added IFsInfo, IGuestFsInfo, …
(edit) @95384   3 years vboxsync rdesktop-vrdp: Drop as it is too old and practically abandoned, …
(edit) @95382   3 years vboxsync Runtime/logreader.cpp: Return the iterator handle upon success, bugref:3409
(edit) @95381   3 years vboxsync Runtime/ssl-openssl: Free the session in the error path, bugref:3409
(edit) @95379   3 years vboxsync ValKit/bs3-cpu-instr-3: Debugged memory operand. bugref:9898
(edit) @95378   3 years vboxsync DIS: Added the ICEBP/INT1 instruction.
(edit) @95377   3 years vboxsync ValKit/bs3-cpu-instr-3: More generalization, tentatively including …
(edit) @95376   3 years vboxsync ValKit/bs3kit: More work on extended CPU/FPU state management and …
(edit) @95374   3 years vboxsync ValKit/bs3kit: scm fix. bugref:9898
(edit) @95373   3 years vboxsync ValKit/bs3-cpu-instr-3: Sketches for a new testcase for testing SSE …
(edit) @95372   3 years vboxsync ValKit/bs3kit: Some more work on extended CPU/FPU state management. …
(edit) @95371   3 years vboxsync bs3kit: Some work on extended CPU/FPU state management, making the …
(edit) @95370   3 years vboxsync FE/Qt: Fix parameter naming in header to match the code (and other …
(edit) @95369   3 years vboxsync FE/Qt, Main/Console+Mouse: Make compatible with Qt6, and add some API …
(edit) @95368   3 years vboxsync FE/Qt, Main/Console+Mouse, VBoxManage: Touchpad support, should be …
(edit) @95367   3 years vboxsync Main/FE: Added new audio driver type "default" to make it possible to …
(edit) @95366   3 years vboxsync Main/FE: Added new audio driver type "default" to make it possible to …
(edit) @95365   3 years vboxsync Main: Docs nit. bugref:10051
(edit) @95364   3 years vboxsync Main/FE: Added new audio driver type "default" to make it possible to …
(edit) @95363   3 years vboxsync FE/Qt/Ds: bugref:6899: Machine settings: Storage page accessibility …
(edit) @95362   3 years vboxsync DIS: Added xsetbv and xgetbv. bugref:9898 bugref:6251
(edit) @95361   3 years vboxsync VMM/CPUM: Pass thru the POPCNT CPUID flag. Corrected ABM passthru. …
(edit) @95360   3 years vboxsync VMM/IEM: Implemented the POPCNT instruction. bugref:9898
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