VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97621   2 years vboxsync DevVGA: Register GR4 (read map select), as the name suggests, does not …
(edit) @97620   2 years vboxsync VMM/IEM: Corrected a stack register update bug when RETF is returning …
(edit) @97619   2 years vboxsync ValKit/bs3-cpu-basic-2: More far return testing. bugref:9898
(edit) @97618   2 years vboxsync VMM/HMVMX: Changed the default of HM/AlwaysInterceptVmxMovDRx to the …
(edit) @97617   2 years vboxsync ValKit/bs3-cpu-basic-2: The start of some far return testing. bugref:9898
(edit) @97616   2 years vboxsync VMM/EM: Extended assertion that we don't have a pending trap before …
(edit) @97615   2 years vboxsync VMM/IEM: Single stepping of far return. bugref:9898
(edit) @97614   2 years vboxsync VMM/HMVMXR0: Must actually reload the initial …
(edit) @97613   2 years vboxsync ValKit/bs3kit: Added a Bs3Trap64InitEx variant that allows more use of …
(edit) @97612   2 years vboxsync ValKit/bs3kit: Comments. bugref:9898
(edit) @97611   2 years vboxsync ValKit/Bs3Kit: Fixed bug in 32-bit trap handlers where ESP was …
(edit) @97610   2 years vboxsync Guest Control/Main: Also catch (and handle) OOM situations in …
(edit) @97609   2 years vboxsync Guest Control/Main: Catch OOM situations in GuestFile::read() + …
(edit) @97607   2 years vboxsync IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
(edit) @97606   2 years vboxsync FE/Qt: bugref:10276: Build fix for r154649 (Qt6 case).
(edit) @97605   2 years vboxsync FE/Qt: bugref:10276: VirtualBox Manager: Re-register VM if groups …
(edit) @97604   2 years vboxsync Validation Kit/Guest Control: More verbose logging for file reads.
(edit) @97603   2 years vboxsync Linux: Adjust startup scripts for building kernel modules for UEK7 on …
(edit) @97602   2 years vboxsync Frontends/VBoxManage: If a user runs 'VBoxManage registervm foo.vbox' …
(edit) @97601   2 years vboxsync VMM/IEM: Back out r154624 now that the underlying cause is fixed, …
(edit) @97600   2 years vboxsync FE/Qt: bugref:6669: VirtualBox Manager: Settings stuff cleanup fix, …
(edit) @97599   2 years vboxsync FE/Qt: bugref:6669: Build fix for r154639.
(edit) @97598   2 years vboxsync Main/SnapshotImpl: Check if a given (current) snapshot object is …
(edit) @97597   2 years vboxsync FE/Qt: bugref:6669: Heavy rework for Cloud Settings dialog allowing to …
(edit) @97596   2 years vboxsync FE/Qt: bugref:6669: VirtualBox Manager: A bit of cleanup for settings …
(edit) @97595   2 years vboxsync FE/Qt: bugref:10067: Forgot to handle UIProgressTask canceling in …
(edit) @97594   2 years vboxsync FE/Qt: bugref:10067: A bit of cleanup for UIProgressObject.
(edit) @97593   2 years vboxsync Validation Kit/Guest Additions: Removed rebooting and reconnecting to …
(edit) @97592   2 years vboxsync Guest Control/Main: Use the correct file copy flag here. bugref:10286
(edit) @97591   2 years vboxsync VMM/IEM: Do _not_ flag FNIEMOP_DEF* as nothrow when …
(edit) @97590   2 years vboxsync FE/Qt: bugref:10278. Converting byte strings to megabyte strings and …
(edit) @97589   2 years vboxsync VMM/IEM: Disable the use of try / catch for clang/llvm for now as it …
(edit) @97588   2 years vboxsync FE/Qt: bugref:10323. Fixing some typos.
(edit) @97587   2 years vboxsync FE/Qt: bugref:10276: Boilerplate for …
(edit) @97586   2 years vboxsync Validation Kit/Guest Control: Added some more tests for using dotdot …
(edit) @97585   2 years vboxsync ValKit/bs3-cpu-basic-2: Test both variations of rex.w and opsize …
(edit) @97584   2 years vboxsync VMM/IEM: Corrected opsize behaviour for near returns for intel cpus in …
(edit) @97583   2 years vboxsync VMM/IEM: Whitespace fix in VMX code. bugref:10092
(edit) @97582   2 years vboxsync ValKit/bs3-cpu-basic-2: More working on near return tests. bugref:9898
(edit) @97581   2 years vboxsync Linux: rcvboxdrv: fix modules cleanup path, bugref:10287.
(edit) @97580   2 years vboxsync ValKit/bs3-cpu-basic-2: AMD adjustments for the near return tests. …
(edit) @97579   2 years vboxsync ValKit/bs3-cpu-basic-2: Working on some near return tests; cleaned up …
(edit) @97578   2 years vboxsync ValKit/bs3kit: Added a Bs3RegCtxGetRspSsAsCurPtr function for getting …
(edit) @97577   2 years vboxsync VMMDev/Testing: Start the test instance at debug level …
(edit) @97576   2 years vboxsync ValKit/bs3kit: Added a Bs3RegCtxGetRspSsAsCurPtr function for getting …
(edit) @97575   2 years vboxsync ValKit/bs3kit.mac: Changed the parameter of BS3_BEGIN_TEXT16 to be the …
(edit) @97574   2 years vboxsync ValKit/bs3kit: Detect 320KB and 360KB image sizes and pad them too to …
(edit) @97572   2 years vboxsync 7.0.4
(edit) @97571   2 years vboxsync Additions: Linux: vboxfs: Fix for Fedora 5.17.7-300 kernel, bugref:10209.
(edit) @97567   2 years vboxsync Validation Kit/Guest Control: Make sure (test) if the test VM's …
(edit) @97566   2 years vboxsync Additions: Linux: vboxvideo: Introduce initial support for SLES 15.4 …
(edit) @97565   2 years vboxsync Validation Kit/Guest Control: Make sure (test) if the test VM's …
(edit) @97564   2 years vboxsync IEM: Save/restore XMM8-15 based on CPU mode, not operand size in …
(edit) @97563   2 years vboxsync Guest Control/Main: Comment nits. bugref:10286
(edit) @97562   2 years vboxsync VMM/HMVMX,CPUM: Added a HM/AlwaysInterceptVmxMovDRx config for …
(edit) @97561   2 years vboxsync VMM: Fixed a logging regression from r146583 that prevent logging …
(edit) @97560   2 years vboxsync VMM/CPUM: Added fHle & fRtm to the exploded CPU features.
(edit) @97558   2 years vboxsync Backed out r153813, r153818: Main: src-client: MouseImpl: Provide …
(edit) @97557   2 years vboxsync Guest Control/Main: Fixed a crash with long paths in …
(edit) @97556   2 years vboxsync Additions: Linux: vboxvideo: Introduce initial support for RHEL(8,7) …
(edit) @97555   2 years vboxsync Guest Control/Main: Also support copying files from the guest to …
(edit) @97554   2 years vboxsync FE/Qt/File Manager: Also support copying single files which are …
(edit) @97553   2 years vboxsync Guest Control/Main: Some more fixes wrt resolving host sources which …
(edit) @97552   2 years vboxsync FE/Qt: bugref:10323. Enable GA upgrade action only for linux and …
(edit) @97551   2 years vboxsync FE/Qt: bugref:10323. Splitting 'Insert GA disk' menu item into two.
(edit) @97548   2 years vboxsync IEM: Add MRI instruction form to IEMInternal.h, too.
(edit) @97547   2 years vboxsync IEM: Added MRI instruction form for ValKit to handle r/m, reg, imm …
(edit) @97546   2 years vboxsync IEM: Hack for ValKit build break.
(edit) @97545   2 years vboxsync Validation Kit/vbox.py: Also upload the VM session's debug log on …
(edit) @97544   2 years vboxsync Validation Kit/vbox.py: Also upload the VM session's debug log on failures.
(edit) @97543   2 years vboxsync IEM: Modified microcode XMM accessors to fetch specified qword/dword …
(edit) @97542   2 years vboxsync FE/Qt: bugref:10323. Some renaming.
(edit) @97541   2 years vboxsync Guest Control/Main: Some more fixes. bugref:10286
(edit) @97540   2 years vboxsync Main: Prevent Notification Center progress bar from almost …
(edit) @97539   2 years vboxsync Additions: Linux: Fix kernel modules rebuild behavior on system …
(edit) @97538   2 years vboxsync Guest Control/Main: Some more fixes + more tests. bugref:10286
(edit) @97537   2 years vboxsync Validation Kit/Guest Control: Don't report expected non-existing paths …
(edit) @97536   2 years vboxsync Frontends/VBoxManage: The appliance import code populates the …
(edit) @97534   2 years vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97533   2 years vboxsync Frontends/VBoxManage,Main/Appliance: The appliance import code …
(edit) @97532   2 years vboxsync Guest Control/Main: A bit less code wrt translating paths. bugref:10286
(edit) @97531   2 years vboxsync Guest Control/Main: A bit less code wrt translating paths. bugref:10286
(edit) @97530   2 years vboxsync Devices/VirtioCore.cpp: Add workaround for the legacy virtio-net …
(edit) @97529   2 years vboxsync CPUM: Added MOVBE feature flag.
(edit) @97526   2 years vboxsync FE/Qt: bugref:9072. Revamping log viewer bookmarking feature.
(edit) @97525   2 years vboxsync Devices/VirtioCore: Initialize reference counter and magic always, …
(edit) @97524   2 years vboxsync VMM: Copy and paste error (r154543 regression), bugref:9898
(edit) @97523   2 years vboxsync Main: Add new OnMachineGroupsChanged event which fires when the groups …
(edit) @97522   2 years vboxsync VMM/IEM: Dynamically load DR6 in the DRx read & write helper code, we …
(edit) @97521   2 years vboxsync VMM/IEM: Fixed warning in TLB mode. bugref:9898
(edit) @97520   2 years vboxsync VMM/IEM: Doxygen fix. bugref:9898
(edit) @97519   2 years vboxsync VMM/IEM: Micro optimization of retn and retn imm16 by having separate …
(edit) @97518   2 years vboxsync ValKit/bs3-cpu-basic-2: Some assembly cleanups. bugref:9898
(edit) @97517   2 years vboxsync VMM/IEM: Fixed indirect far calls in 64-bit mode where we would get …
(edit) @97516   2 years vboxsync ValKit/bs3-cpu-basic-2: Added some basic indirect far call tests. …
(edit) @97515   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 The EFER LMA and LME bits must …
(edit) @97514   2 years vboxsync FE/Qt: bugref:10067: Wipe out popup-center from Runtime UI.
(edit) @97513   2 years vboxsync FE/Qt: bugref:9458: Fixing regression in r154531.
(edit) @97512   2 years vboxsync FE/Qt: bugref:10067: Wipe out a bit of 3D overlay support code while …
(edit) @97511   2 years vboxsync VMM/IEM: Fixed 64-bit indirect far call/jmp again (intel). 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