VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102830   13 months vboxsync Shared Clipboard/Transfers: Added building a separate X11 binary, so …
(edit) @102829   13 months vboxsync VMM/IEM: More statistics. bugref:10371
(edit) @102828   13 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102827   13 months vboxsync Devices/VirtioCore, Devices/VirtioNet: Correct check, bugref:10566
(edit) @102826   13 months vboxsync Shared Clipboard/X11: Don't report an error in …
(edit) @102825   13 months vboxsync Shared Clipboard/X11: Made pcbRead in ShClX11ReadDataFromX11() …
(edit) @102824   13 months vboxsync Shared Clipboard/X11: Implemented ShClX11WriteDataToX11[Async](). …
(edit) @102823   13 months vboxsync Shared Clipboard/X11: Docs fixes. bugref:9437
(edit) @102822   13 months vboxsync Shared Clipboard/X11: Factored out writing transfer data to X11 into …
(edit) @102821   13 months vboxsync Shared Clipboard/X11: Renaming …
(edit) @102820   13 months vboxsync Shared Clipboard/X11: Renaming (ShClX11ReportFormatsToX11Worker -> …
(edit) @102819   13 months vboxsync Shared Clipboard/X11: Check if pfnOnRequestDataFromSource callback is …
(edit) @102818   13 months vboxsync Shared Clipboard/Transfers: Use ShClTransferHttpConvertToStringList() …
(edit) @102817   13 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102816   13 months vboxsync Shared Clipboard/Transfers: Added …
(edit) @102815   13 months vboxsync Shared Clipboard: Added ShClCacheSetMultiple(). bugref:9437
(edit) @102814   13 months vboxsync FE/Qt: A bit of cleanup for UIVirtualBoxManagerWidget; Split doxy …
(edit) @102813   13 months vboxsync FE/Qt: More cleanup for UITools; Make sure selection change signal …
(edit) @102812   13 months vboxsync FE/Qt: More cleanup for UITools; Move model connections to appropriate …
(edit) @102811   13 months vboxsync FE/Qt: A bit of cleanup for UITools; Rework the way model asks parent …
(edit) @102810   13 months vboxsync FE/Qt: bugref:10501. Converting time stamps we get from OCI a bit earlier.
(edit) @102809   13 months vboxsync WDDM: multisampling
(edit) @102808   13 months vboxsync Devices/Graphics: multisampling.
(edit) @102807   13 months vboxsync VMM/CPUM: bugref:10498 Comment and nit.
(edit) @102806   13 months vboxsync VMM/CPUM: bugref:10498 Comment nit.
(edit) @102805   13 months vboxsync VMM/CPUM: bugref:10498 Comment nit.
(edit) @102804   13 months vboxsync VMM/CPUM: bugref:10498 Fix LogRel parameters.
(edit) @102803   13 months vboxsync VMM/IEM: Arm build fixes (stats). bugref:10371
(edit) @102802   13 months vboxsync VMM/IEM: Implemented the unlocked cmpxchg* primitives in …
(edit) @102801   13 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102800   13 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102799   13 months vboxsync VMM/CPUM: bugref:10498 Check if the physical address fits before …
(edit) @102798   13 months vboxsync FE/Qt: bugref:6699. Using the API to create a list of drive letters of …
(edit) @102797   13 months vboxsync Devices/DrvIntNet,NetworkServices/{VBoxIntNetSwitch,IntNetIf}: Plug a …
(edit) @102796   13 months vboxsync FE/Qt: bugref:10501. Adding a context menu item to the overview widget …
(edit) @102795   13 months vboxsync Additions: Linux: vboxsf: Additional fixes for RHEL 9.4 kernel, …
(edit) @102794   13 months vboxsync Additions: Linux: vboxvideo: Additional fixes for RHEL 9.4 kernel, …
(edit) @102793   13 months vboxsync VMM/IEM: POP fix for ARM64. bugref:10371
(edit) @102792   13 months vboxsync Fixed operator precedence.
(edit) @102791   13 months vboxsync VMM/IEM: Fix iemNativeInstrBufEnsureSlow bug in strict builds. bugref:10371
(edit) @102790   13 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102789   13 months vboxsync ValKit/bs3-cpu-weird-1: Extended the PUSH/POP SReg testcase to cover …
(edit) @102788   13 months vboxsync Devices/DevFwCommon.cpp: Unconditionally set "Enable targeted content …
(edit) @102787   13 months vboxsync FE/Qt: bugref:10576. Parametrize tool pane detach slot in …
(edit) @102786   13 months vboxsync FE/Qt: UIDesktopWidgetWatchdog: Logging stuff nit in UIInvisibleWindow.
(edit) @102785   13 months vboxsync VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
(edit) @102784   13 months vboxsync VMM/IEM: POP FS and POP GS defaults to 64-bit op size. Fortunately, …
(edit) @102783   13 months vboxsync VMM/IEM: Corrected assertion in iemOpCommonPushSReg for 64-bit mode. …
(edit) @102782   13 months vboxsync VMM/IEM: Count the 64_Addr32 and 64f_Addr32 variations with the FLAT …
(edit) @102781   13 months vboxsync VMM/CPUM: bugref:10498 Try re-enable MTRR read/write support.
(edit) @102780   13 months vboxsync ValKit/bs3-cpu-weird-1: Made the PUSH/POP test pass on AMD host …
(edit) @102779   13 months vboxsync ValKit/bs3-cpu-weird-1: Added a PUSH/POP FS testcase with operand size …
(edit) @102778   13 months vboxsync ValKit/bs3-cpu-weird-1: Added a PUSH/POP xSP testcase with operand …
(edit) @102777   13 months vboxsync ValKit/bootsectors/Config.kmk: Don't publish/install the high dll. We …
(edit) @102776   13 months vboxsync set hwvirt-np only for win11 vm
(edit) @102775   13 months vboxsync FE/Qt: UIVirtualBoxManager: Store whether log-viewer opened detached …
(edit) @102774   13 months vboxsync FE/Qt: bugref:10501. Checking the cloud vm machine state more frequently.
(edit) @102773   13 months vboxsync FE/Qt: bugref:10501. Dealing with cloud vm state changes a bit better.
(edit) @102772   13 months vboxsync Guest Properties/VBoxService: On user RID fallback, also write the …
(edit) @102771   13 months vboxsync Guest Properties/VBoxService: On user RID fallback, also write the …
(edit) @102770   13 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102769   13 months vboxsync VMM/IEM: Tweaked the PUSH/POP -> FLAT64 variants since all stack …
(edit) @102768   13 months vboxsync VMM/IEM: Emit native TLB lookup in IEM_MC_*PUSH*. bugreg:10371
(edit) @102767   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102766   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102765   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102764   13 months vboxsync FE/Qt: UIVirtualBoxManager: More refactoring for Tool switch code; …
(edit) @102763   13 months vboxsync FE/Qt: UIVirtualBoxManager: More refactoring for Tool switch code; …
(edit) @102762   13 months vboxsync FE/Qt: UIVirtualBoxManager: Forgot header file in r160941.
(edit) @102761   13 months vboxsync FE/Qt: UIVirtualBoxManager: More refactoring for Tool switch code; …
(edit) @102760   13 months vboxsync FE/Qt: UIVirtualBoxManager: A bit of refactoring for Tool switch code; …
(edit) @102759   13 months vboxsync tdGuestOsUnattendedInst1.py file, fix append() usage typo
(edit) @102758   13 months vboxsync /Config.kmk: Made 'kmk both-debug-release' work on arm.
(edit) @102757   13 months vboxsync VMM/IEM: Avoid flushing volatile registers during …
(edit) @102756   13 months vboxsync VMM/IEM: Rough TLB lookup code for fetches and stores. bugref:10371
(edit) @102755   13 months vboxsync VMM/IEM: Fixed accidental fGstShwFlush truncation in …
(edit) @102754   13 months vboxsync Guest Properties/VBoxService: Deal with long(er) user name / domain …
(edit) @102753   13 months vboxsync Guest Properties/VBoxService: Deal with long(er) user name / domain …
(edit) @102752   13 months vboxsync FE/Qt: UICommon: Workaround for X11 dark themes; Make sure …
(edit) @102751   13 months vboxsync FE/Qt: UICommon: Handle app-wide palette updates on Linux, Solaris, …
(edit) @102750   13 months vboxsync FE/Qt: Extend UICommon with stuff to detect dark/light mode at GUI …
(edit) @102749   13 months vboxsync Guest Control/VBoxManage: Implemented a "mount" sub command for the …
(edit) @102748   13 months vboxsync FE/Qt: bugref:10501. Correcting the direction of the time stamp labels.
(edit) @102747   13 months vboxsync FE/Qt: bugref:10501. Using color coding in all chart info labels.
(edit) @102746   13 months vboxsync FE/Qt: bugref:10501. Improving memoru usage chart.
(edit) @102745   13 months vboxsync added ubuntu 22.04 and 23.10 to tdGuestOsUnattendedInst1.py, fixed …
(edit) @102744   13 months vboxsync FE/Qt: UIVirtualBoxManager: Fixing missing tool window cleanup on …
(edit) @102743   13 months vboxsync FE/Qt: UIVirtualBoxManagerWidget: Simplify reaction for the tools pane …
(edit) @102742   13 months vboxsync VMM/IEM: Doxygen fix. bugref:10371
(edit) @102741   13 months vboxsync VMM/IEM: Corrected two more 8-bit host register messups on x86, also …
(edit) @102740   13 months vboxsync VMM/IEMAllDbg: Added logging of old-style (int 80h) 32-bit linux …
(edit) @102739   13 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. [build fix] …
(edit) @102738   13 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. [build fix] …
(edit) @102737   13 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. bugref:10371
(edit) @102736   13 months vboxsync VMM/IEM: Debugged TLB lookup code on arm and enabled it there. bugref:10371
(edit) @102735   13 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102734   13 months vboxsync VMM/IEM: ARM build fix. bugref:10371
(edit) @102733   13 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102732   13 months vboxsync FE/Qt: Extend UIVLogViewerDialog with possibility to embed it to …
(edit) @102731   13 months vboxsync FE/Qt: Extend QIManagerDialog facility with stuff to embed manager …
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