VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88826   4 years vboxsync DevIoApic: Code-style nit and a todo. We should be able to release the …
(edit) @88825   4 years vboxsync Audio: Doxygen fix. bugref:9890
(edit) @88824   4 years vboxsync Audio: Logging fix. bugref:9890
(edit) @88823   4 years vboxsync Audio: scm fixes. bugref:9890
(edit) @88822   4 years vboxsync Intel IOMMU: bugref:9967 Enable calling pfnIommuMsiRemap for Intel …
(edit) @88821   4 years vboxsync VBoxSVC: Oops, g/c debug instrumentaion accidentally committed in …
(edit) @88820   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88818   4 years vboxsync AMD IOMMU: bugref:9654 Lock cleanup.
(edit) @88817   4 years vboxsync FE/Qt: bugref:9930. Some commenting
(edit) @88816   4 years vboxsync FE/Qt: bugref:9930. Refactoring
(edit) @88815   4 years vboxsync FE/Qt: bugref:9930. Giving alternating colors to tabs based on machine id
(edit) @88814   4 years vboxsync Intel IOMMU: bugref:9967 Start work on interrupt remapping. Queued …
(edit) @88813   4 years vboxsync IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the …
(edit) @88812   4 years vboxsync NVMe,VBoxService: Corrected (soon to be) incorrect use of …
(edit) @88811   4 years vboxsync VMM/PDMDrvHlpSTAMDeregisterByPrefix: Don't restrict this to EMT. …
(edit) @88810   4 years vboxsync IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply …
(edit) @88809   4 years vboxsync FE/Qt: bugref:9289: Details pane: Make sure context menu always fully …
(edit) @88808   4 years vboxsync Intel IOMMU: bugref:9967 DbgInfo.
(edit) @88807   4 years vboxsync Audio/SB16: Do some sanity checking for hardware CFGM values. bugref:9890
(edit) @88806   4 years vboxsync FE/Qt: bugref:10003: Reworking Chooser pane to have native flat-button …
(edit) @88805   4 years vboxsync FE/Qt: bugref:10003: Reworking Chooser, Details and Tools panes …
(edit) @88804   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88803   4 years vboxsync Devices/Graphics: more DX commands; disassemble shaders for debug log. …
(edit) @88802   4 years vboxsync FE/Qt: bugref:9864. Dont delete soft keyboard dialog directly. Follow …
(edit) @88801   4 years vboxsync FE/Qt: bugref:9864. Dont delete vm information dialog directly. Follow …
(edit) @88800   4 years vboxsync Audio/SB16: Resolved another todo. bugref:9890
(edit) @88799   4 years vboxsync Audio/SB16: Documented SB16STREAMHWCFG. bugref:9890
(edit) @88798   4 years vboxsync FE/Qt: bugref:9864: QIManagerDialog: You can't just delete widget …
(edit) @88797   4 years vboxsync Audio/SB16: More cleanups / todos. bugref:9890
(edit) @88796   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP. Enable ESIRTPS.
(edit) @88795   4 years vboxsync FE/Qt: bugref:10003: Reworking UISettingsDialog to have proper prepare …
(edit) @88794   4 years vboxsync FE/Qt: bugref:10003: Reworking UILanguageSettingsEditor to have native …
(edit) @88793   4 years vboxsync FE/Qt: bugref:10003: Reworking UIFileManager stuff to have native colors.
(edit) @88792   4 years vboxsync FE/Qt: bugref:10003: Reworking QISplitter handle to have native colors.
(edit) @88791   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88790   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88789   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88788   4 years vboxsync Devices/Graphics: a few DX commands (doxygen fix). bugref:9830
(edit) @88787   4 years vboxsync Devices/Graphics: a few DX commands. bugref:9830
(edit) @88786   4 years vboxsync Devices/Graphics: new files for DX commands. bugref:9830
(edit) @88785   4 years vboxsync FE/Qt: bugref:8161. Closing soft keyboard dialog from …
(edit) @88784   4 years vboxsync Intel IOMMU: bugref:9967 Nits.
(edit) @88783   4 years vboxsync VBoxSVC: The order is TranslateMessage *then* DispatchMessage. Here …
(edit) @88782   4 years vboxsync Intel IOMMU: bugref:9967 Typo.
(edit) @88781   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88780   4 years vboxsync FE/Qt: bugref:8161. build fix 2
(edit) @88779   4 years vboxsync FE/Qt: bugref:8161. build fix
(edit) @88778   4 years vboxsync FE/Qt: bugref:8161. Some more fixes for information dialog
(edit) @88777   4 years vboxsync Main/Global.cpp: Include Linux 5.x in the description of the "Linux26" …
(edit) @88776   4 years vboxsync drvHostAudioWasApi: doxygen fixes. bugref:9890
(edit) @88774   4 years vboxsync 3D/VMSVGA: Corrected VBE_DISPI_MAX_(X/Y)RES typo
(edit) @88773   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88772   4 years vboxsync Audio/DrvHostAudioWasApi: Doxygen fixes. bugref:9890
(edit) @88771   4 years vboxsync FE/Qt: bugref:8161. Handling closeEvent in UIVMInformationDialog
(edit) @88770   4 years vboxsync Audio/SB16: Enabled async I/O handling by default. bugref:9890
(edit) @88769   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88768   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88767   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88766   4 years vboxsync FE/Qt: bugref:8161. In the machine UI context the logviewer saves …
(edit) @88765   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88764   4 years vboxsync Intel IOMMU: bugref:9967 Off-by-one fix and other nits.
(edit) @88763   4 years vboxsync DrvAudio: Logging build fix. bugref:9890
(edit) @88762   4 years vboxsync Audio: Do not pause disabled streams as that may cause some simplistic …
(edit) @88761   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88760   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88759   4 years vboxsync slirp/misc.c: It is absolutely forbidden to redefine logging macros …
(edit) @88758   4 years vboxsync FE/Qt: bugref:9653: VirtualBox Manager: Reworking r144082 since it …
(edit) @88757   4 years vboxsync VBoxManage/NATNetwork: Fix stray tab in previous. bugref:8124.
(edit) @88756   4 years vboxsync VBoxManage/NATNetwork: Provide an option to set IPv6 prefix. When …
(edit) @88755   4 years vboxsync VBoxManage/NATNetwork: Print more attributes. bugref:8124
(edit) @88754   4 years vboxsync FE/Qt: Comment fix
(edit) @88753   4 years vboxsync FE/Qt: In VM activity charts handle the case when data maximum is zero
(edit) @88752   4 years vboxsync FE/Qt: bugref:9653: VirtualBox Manager: Fetch Machine/Group menu …
(edit) @88751   4 years vboxsync FE/Qt: bugref:9378: Chooser pane: HiDPI support for search …
(edit) @88750   4 years vboxsync FE/Qt: bugref:9871: Network Manager: Typo fix for r142571.
(edit) @88749   4 years vboxsync FE/Qt: Some comments for r144074.
(edit) @88748   4 years vboxsync FE/Qt: Scaling down the maximum of the vm activity charts.
(edit) @88747   4 years vboxsync NAT/Net: setIPv6Prefix - allow empty prefix if IPv6 is disabled. This …
(edit) @88746   4 years vboxsync FE/Qt: bugref:8400: Rework r130366; More careful checks and …
(edit) @88745   4 years vboxsync NEM/win: Improved APIC interrupt delivery (see bugref:9993).
(edit) @88744   4 years vboxsync Intel IOMMU: Queued Invalidation WIP. The descriptor reads seem to …
(edit) @88743   4 years vboxsync DevVGA-SVGA: Log out of bounds values. bugref:9981
(edit) @88742   4 years vboxsync FE/Qt: bugref:8161: A bit of rework for Medium Manager; Listen to …
(edit) @88741   4 years vboxsync FE/Qt: bugref:8161. Several changes to handle COM cleanup and extra …
(edit) @88740   4 years vboxsync FE/Qt: bugref:8161: Rework commit data request handling; GUI should …
(edit) @88739   4 years vboxsync NEM/win: Notify TM around a call to WHvRunVirtualProcessor so that we …
(edit) @88738   4 years vboxsync FE/Qt: VM settings: Russian NLS fix.
(edit) @88737   4 years vboxsync FE/Qt: bugref:9930. Updating search better with tab change
(edit) @88736   4 years vboxsync NEM/win: A bit of additional logging.
(edit) @88735   4 years vboxsync FE/Qt: bugref:9930. Syncing search and filtering
(edit) @88734   4 years vboxsync FE/Qt: bugref:9930. More fixing related to filtering
(edit) @88733   4 years vboxsync DrvAudio: Shuffled a few more functions around. No functional change. …
(edit) @88732   4 years vboxsync DrvAudio: Use provide PDMIAUDIONOTIFYFROMHOST regardless of …
(edit) @88731   4 years vboxsync Audio: Fixed and tightened audio stream state assertions. Doc …
(edit) @88730   4 years vboxsync DevATA: Fixed misleading INITIALIZE DEVICE PARAMETERS logging (the …
(edit) @88729   4 years vboxsync FE/Qt: bugref:8161: Runtime UI: A bit of rework for r144030; …
(edit) @88728   4 years vboxsync FE/Qt: bugref:9930. Some cleaning
(edit) @88727   4 years vboxsync Typo.
(edit) @88726   4 years vboxsync DrvAudio: Prep work for new backend stream status... bugref:9890
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