mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-12 05:54:53 -05:00
cli: add --sound codec support
Add codec support to virt-install so that it can accommodate
multiple instances of codec configuration.
The commandline argument:
--sound codec0.type=micro,codec1.type=duplex,codec2.type=output
maps to the sound XML below:
<sound model="es1370">
<codec type="micro"/>
<codec type="duplex"/>
<codec type="output"/>
</sound>
Signed-off-by: Anya Harter <aharter@redhat.com>
This commit is contained in:
committed by
Cole Robinson
parent
02635d3358
commit
846e2f711a
@@ -300,6 +300,11 @@
|
||||
</graphics>
|
||||
<sound model="ich6"/>
|
||||
<sound model="ac97"/>
|
||||
<sound model="ich6">
|
||||
<codec type="micro"/>
|
||||
<codec type="duplex"/>
|
||||
<codec type="output"/>
|
||||
</sound>
|
||||
<video>
|
||||
<model type="cirrus"/>
|
||||
</video>
|
||||
|
||||
Reference in New Issue
Block a user