VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @102730   13 months vboxsync FE/Qt: bugref:10496: Missing bit in UIPaneContainer.
(edit) @102729   13 months vboxsync FE/Qt: Reworking r160898 to make dialog-button-box handling similar to …
(edit) @102728   13 months vboxsync FE/Qt: A bit of cleanup for QIManagerDialog.
(edit) @102727   13 months vboxsync FE/Qt: Reworking r160895 to move Detach button to global …
(edit) @102726   13 months vboxsync FE/Qt: bugref:10496: Provide UIPaneContainer with embedding type; This …
(edit) @102725   13 months vboxsync FE/Qt: bugref:10496: UIVMLogViewerPaneContainer: Missing NLS.
(edit) @102724   13 months vboxsync VMM/IEM: Moved the TLB lookup code emitting into a separate function …
(edit) @102723   13 months vboxsync FE/Qt: Adding Detach button to Log Viewer to be able to open it in …
(edit) @102722   13 months vboxsync FE/Qt: UIVirtualBoxManager: A bit of cleanup for Open Global/Machine …
(edit) @102721   13 months vboxsync FE/Qt: UIVirtualBoxManager: A bit of cleanup for Open Manager Window …
(edit) @102720   13 months vboxsync VMM/IEM: Enabled the memmap TLB code on x86. bugref:10371
(edit) @102719   13 months vboxsync VMM/IEM: Corrected missing clobbering of kIemNativeGstReg_SegAttrib*. …
(edit) @102718   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102717   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102716   13 months vboxsync VBoxService: TODO: The /VirtualBox/GuestInfo/User/xxxx/UsageState …
(edit) @102715   13 months vboxsync Devices/Graphics: simplified vertex and index buffers tracking (build fix).
(edit) @102714   13 months vboxsync Devices/Graphics: simplified vertex and index buffers tracking.
(edit) @102713   13 months vboxsync Devices/Graphics: update shader resource decl only if the information …
(edit) @102712   13 months vboxsync FE/Qt: bugref:10513: scm fix for r160880.
(edit) @102711   13 months vboxsync FE/Qt: bugref:10513: macOS: UIAdvancedSettingsDialog: Improvement for …
(edit) @102710   13 months vboxsync FE/Qt: bugref:10513: Small cleanup for UIAdvancedSettingsDialog.
(edit) @102709   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Fixes for …
(edit) @102708   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Separate method in …
(edit) @102707   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Dark theme support for …
(edit) @102706   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Small painting fix for …
(edit) @102705   13 months vboxsync FE/Qt: bugref:10513: UISettingsSelector: A bit of painting fixes for …
(edit) @102704   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: A bit of painting fixes …
(edit) @102703   13 months vboxsync VMM/IEM: Extended IEMTB_KEY_MASK to include the CPL so …
(edit) @102702   13 months vboxsync VMM/IEM: Stepped thru iemNativeEmitBltLoadTlbAfterBranch on arm. …
(edit) @102701   13 months vboxsync VMM/IEM: A couple of ARM fixes. Disassembly fix. bugref:10371
(edit) @102700   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102699   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102698   13 months vboxsync VMM/IEM: Added missing xSP clobbering annoation for return …
(edit) @102697   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Adjust minimum …
(edit) @102696   13 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Adjust UIFilterEditor …
(edit) @102695   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_FOR_NEW_PAGE (minus TLB …
(edit) @102694   13 months vboxsync libs/xpcom: Drop the defined(DEBUG) from the guard against calling …
(edit) @102693   13 months vboxsync VMM/CPUM: bugref:10498 Doxygen.
(edit) @102692   13 months vboxsync VMM/CPUM: bugref:10498 Doxygen.
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