VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108375   2 months vboxsync UsbNet: Removed trailing blanks bugref:10779
(edit) @108374   2 months vboxsync UsbNet: Small fix for r167732 bugref:10779
(edit) @108373   2 months vboxsync UsbNet: Re-worked WaitReceiveAvail callback to prevent packet loss on …
(edit) @108372   2 months vboxsync UsbNet: Small change to handle null pointers properly bugref:10779
(edit) @108371   2 months vboxsync UsbNet: Minor logging enhancements, including packet dumping/numbering …
(edit) @108361   2 months vboxsync Audio/DrvHostAudioWasApi: Two bugfixes for bugref:10844 - Check …
(edit) @108360   2 months vboxsync Audio/DrvHostAudioWasApi: Extended logging a bit for better analysis …
(edit) @108354   2 months vboxsync Audio/DrvHostAudioDSound.cpp: Removed unused code.
(edit) @108350   2 months vboxsync Audio/DrvHostAudioDSoundMMNotifClient: Resolved a @todo (reordered …
(edit) @108258   3 months vboxsync *.kmk: Adding clang_rt.asan_dynamic-x86_64.dll and friends as order …
(edit) @108241   3 months vboxsync Makefile.kmk,src/VBox/Devices/EFI/Firmware: Replace iasl by our …
(edit) @108237   3 months vboxsync Devices/Makefile.kmk: Switch building vbox.dsl to our own ACPI …
(edit) @108236   3 months vboxsync Devices/Makefile.kmk: Switch building vbox.dsl to our own ACPI …
(edit) @108217   3 months vboxsync Config.kmk,src/VBox/Devices/Makefile.kmk: Replace iasl with our own …
(edit) @108144   3 months vboxsync Devices/PC/DevACPI: Create the CPU hotplug variant SSDT on the fly and …
(edit) @108143   3 months vboxsync Devices/PC/DevACPI: Create the CPU hotplug variant SSDT on the fly and …
(edit) @108139   3 months vboxsync Devices/PC: Create the standard SSDT on the fly instead of patching it …
(edit) @108130   3 months vboxsync Devices/PC/ACPI/VBoxAcpi.cpp, src/VBox/Devices/Makefile.kmk: Get rid …
(edit) @108129   3 months vboxsync VMSVGA/3D: The 2D mode requires only SVGA3D_DXFMT_SUPPORTED and …
(edit) @108119   3 months vboxsync VMSVGA/3D: Increase the values of …
(edit) @108094   3 months vboxsync USB/RootHub: bugref:10779 Re-attach VUSB devices on resume, prevent …
(edit) @108047   3 months vboxsync Devices/Graphics/DevVGA.cpp: Fix R0 construction if the SVGA3 …
(edit) @107983   3 months vboxsync Devices/Network: Fix port forward fail causing vm crash in debug …
(edit) @107970   3 months vboxsync DevVirtioSCSI: Load pending requests only for targets with an attached …
(edit) @107969   3 months vboxsync DevVirtioSCSI: comment and indentation fixing
(edit) @107932   4 months vboxsync DevXHCI: Fixed remaining Parfait warnings.
(edit) @107925   4 months vboxsync Audio: Added a new, optional config option 'CacheEnabled' (via …
(edit) @107924   4 months vboxsync DevXHCI: Removed some Parfait warnings.
(edit) @107911   4 months vboxsync Audio/DrvHostAudioWasApi.cpp: Don't take the device role into account …
(edit) @107899   4 months vboxsync Devices/EFI/FirmwareBin: Update to the latest binaries from the …
(edit) @107896   4 months vboxsync Audio/testcase/tstAudioClient3.cpp: Fixed testcase naming.
(edit) @107888   4 months vboxsync VMSVGA/3D: Get rid of vmsvga3dChangeMode assertion in 2D mode. bugref:10580
(edit) @107878   4 months vboxsync DevATA: iCurLBA must be 64-bit; matching saved state adjustment (see …
(edit) @107875   4 months vboxsync UsbNet: bugref:10779 Logging tidying
(edit) @107874   4 months vboxsync Devices/EFI/Firmware: Workaround clang generating instruction …
(edit) @107872   4 months vboxsync Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/CopyMem.c: …
(edit) @107871   4 months vboxsync UsbNet: bugref:10779 Added suspend/resume handlers to prevent NATRX …
(edit) @107859   4 months vboxsync Dev3C501: Reduced Parfait complaints.
(edit) @107858   4 months vboxsync Warning fix.
(edit) @107856   4 months vboxsync DevATA: Fixed more Parfait warnings.
(edit) @107853   4 months vboxsync DevDP8390: Reduced Parfait warnings.
(edit) @107851   4 months vboxsync DevVirtioSCSI: Improve debug info.
(edit) @107850   4 months vboxsync DevATA: Avoid several Parfait pedantic complaints.
(edit) @107847   4 months vboxsync DrvNAT-libslirp: scm fixes. bugref:10268
(edit) @107846   4 months vboxsync src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp: Use size_t here.
(edit) @107841   4 months vboxsync DevDP8390: Dump receive buffer, more intelligent transmit buffer dumping.
(edit) @107830   4 months vboxsync DrvNAT-libslirp: Some more cleanups & fixes (drvNAT_TimerFreeCb, ++). …
(edit) @107829   4 months vboxsync 3D: The command SVGA_CMD_UPDATE implemented to support multiple …
(edit) @107826   4 months vboxsync DrvNAT-libslirp: Some cleanups. bugref:10268
(edit) @107821   4 months vboxsync DrvNAT-libslirp: some basic style fixes for r166619. bugref:10268
(edit) @107817   4 months vboxsync DrvNAT-libslirp: Fixed inversion of the LocalhostReachable setting. …
(edit) @107812   4 months vboxsync Devices/Security/DevTpm.cpp: Fix loading older saved states with an …
(edit) @107810   4 months vboxsync Devices/USB/DevEHCI.cpp: Fix loop limit, bugref:3409
(edit) @107793   4 months vboxsync Devices/Audio/DevHdaCodec.cpp: Remove unused assignment, bugref:3409
(edit) @107792   4 months vboxsync Devices/Network/DevE1000.cpp: Convert redundant condition in if into a …
(edit) @107791   4 months vboxsync Devices/Network/UsbNet.cpp: Missing status code return check, bugref:3409
(edit) @107775   4 months vboxsync Devices/Samples/DevPlayground.cpp: Fix possible integer overflow, …
(edit) @107747   4 months vboxsync Devices/Network/DevVirtioNet.cpp: Missing error check, bugref:3409
(edit) @107735   4 months vboxsync src/VBox/Devices/Audio/DrvAudio.cpp: Fixed warnings found by Parfait …
(edit) @107734   4 months vboxsync src/VBox/Devices/Audio/DevIchAc97.cpp: Fixed warnings found by Parfait …
(edit) @107732   4 months vboxsync Devices/Network: Fix header from parfait fix.. bugref:3409
(edit) @107730   4 months vboxsync Devices/Network: Parfait fixes. bugref:3409
(edit) @107720   4 months vboxsync Audio/DrvAudio.cpp: Added some more sanity checks. bugref:10801
(edit) @107702   4 months vboxsync Devices/Network: Parfait fixes. Mostly signedness and precission …
(edit) @107692   4 months vboxsync src/VBox/Devices/Audio/DrvHostAudioCoreAudio.cpp: Fixed warnings found …
(edit) @107691   4 months vboxsync Devices/Network/DevINIP.cpp: Remove unused variable, bugref:3409
(edit) @107677   4 months vboxsync Devices/Network/DevDP8390.cpp: Fix some unused variable parfait …
(edit) @107667   4 months vboxsync Devices/Network/SrvIntNetR0.cpp: Conditionally compile some code only …
(edit) @107630   4 months vboxsync Devices/Graphics/DevVGA_VBVA.cpp: Remove redundant if condition, cbCmd …
(edit) @107622   4 months vboxsync src/VBox/Devices/Audio/DevHdaStream.cpp: Fixed warnings found by …
(edit) @107620   4 months vboxsync DrvNAT: comment. bugref:10268
(edit) @107619   4 months vboxsync Devices/Network/DrvNAT.cpp: Add ForwardBroadcast CFGM key to avoid VM …
(edit) @107595   4 months vboxsync Devices/Storage/ATAPIPassthrough.cpp: Some parfait warning fixes, …
(edit) @107593   4 months vboxsync Devices/USB/darwin/USBProxyDevice-darwin.cpp: Disable redundant if …
(edit) @107592   4 months vboxsync src/VBox/Devices/Audio/DevIchAc97.cpp: Fixed warnings found by Parfait …
(edit) @107591   4 months vboxsync src/VBox/Devices/Audio/DevIchAc97.cpp: Fixed warnings found by Parfait …
(edit) @107590   4 months vboxsync src/VBox/Devices/Audio/AudioTest.cpp: Fixed warnings found by Parfait …
(edit) @107589   4 months vboxsync src/VBox/Devices/Audio/AudioMixer.cpp: Fixed warnings found by Parfait …
(edit) @107566   4 months vboxsync src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp: Fixed …
(edit) @107549   4 months vboxsync Devices/Network: fix errant comma. bugref:10268
(edit) @107548   4 months vboxsync Devices/Network: Fixed and added configuration for packets broadcast …
(edit) @107535   4 months vboxsync src/VBox/Devices/Audio/DrvHostAudioDSoundMMNotifClient.cpp: Fixed …
(edit) @107490   4 months vboxsync Devices/Bus/DevIommuAmd: bugref:3409 Added an assert since we index …
(edit) @107487   4 months vboxsync Devices/Storage/DevATA.cpp: Enclose logging only code with …
(edit) @107486   4 months vboxsync Devices/Storage/DevBusLogic.cpp: Put logging only code between #ifdef …
(edit) @107485   4 months vboxsync Devices/Bus/DevIommuAmd: bugref:3409 Fixed redundant branch.
(edit) @107484   4 months vboxsync Devices/PC/DevPit-i8254.cpp: Remove unused assignment, bugref:3409
(edit) @107483   4 months vboxsync Devices/PC/DevPcBios.cpp: Fix some parfait warnings, bugref:3409
(edit) @107482   4 months vboxsync Devices/PC/DevPIC.cpp: Disable unused code, bugref:3409
(edit) @107468   4 months vboxsync Devices/Graphics/DevVGA.cpp: Fix some redundant condition and unused …
(edit) @107459   4 months vboxsync VBox/Devices/PC/DevQuemuFwCfg.cpp: Break out of the loop if on error, …
(edit) @107458   4 months vboxsync VBox/Devices/PC/DevIoApic.cpp: Guard code which is only active when …
(edit) @107457   4 months vboxsync Devices/PC/DevACPI.cpp: Add missing error check, and re-arrange code …
(edit) @107456   4 months vboxsync Devices/PC/ACPI: Fix unused variable parfait warning for code which is …
(edit) @107445   4 months vboxsync Devices/Storage/DrvRamDisk.cpp: Remove unused variable, remove unused …
(edit) @107443   4 months vboxsync Devices/Storage/DrvHostDVD.cpp: Propagate status code (should be …
(edit) @107442   4 months vboxsync Devices/Storage/DrvHostBase.cpp: Add missing harmless error check in …
(edit) @107441   4 months vboxsync Devices/Storage/DevLsiLogicSCSI.cpp: Disable unused code, bugref:3409
(edit) @107439   4 months vboxsync Devices/Storage/DevAHCI.cpp: Fix redundant if condition, bugref:3409
(edit) @107436   4 months vboxsync Devices/Network/DevDP8390: Fixed a warning found by Parfait. …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette