Changeset 80865 in vbox
- Timestamp:
- Sep 17, 2019 3:21:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r80585 r80865 2343 2343 sessionMachine->COMGETTER(AudioAdapter)(audioAdapter.asOutParam()); 2344 2344 ASSERT(audioAdapter); 2345 /** @todo r=klaus: don't unconditionally bolt together setting the audio driver 2346 * and enabling the device. Doing this more cleverly allows changing the audio 2347 * driver for VMs in saved state, which can be very useful when moving VMs 2348 * between systems with different setup. The driver doesn't leave any traces in 2349 * saved state. The GUI also might learn this trick if it doesn't use it 2350 * already. */ 2345 2351 2346 2352 /* disable? */
Note:
See TracChangeset
for help on using the changeset viewer.