VirtualBox

Changeset 95796 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 25, 2022 11:31:54 AM (2 years ago)
Author:
vboxsync
Message:

Main/Audio: Optimization for writing the machine settings: Only bump to version 1.19 if the audio driver is "Default"; otherwise we don't need to bump it (audio-wise). ​bugref:10051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r95771 r95796  
    86728672            || hardwareMachine.nvramSettings.strKeyId.isNotEmpty()
    86738673            || hardwareMachine.nvramSettings.strKeyStore.isNotEmpty()
     8674            /* Default for newly created VMs in VBox 7.0.
     8675             * Older VMs might have a specific audio driver set (also for VMs created with < VBox 7.0). */
     8676            || hardwareMachine.audioAdapter.driverType == AudioDriverType_Default
    86748677            || recordingSettings.areDefaultSettings() == false
    86758678            || strLogKeyId.isNotEmpty()
Note: See TracChangeset for help on using the changeset viewer.

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