mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-09-03 20:52:52 -05:00
addhardware: Add usb as a recommended sound device
usb is an architecture-independent sound device and useful for Windows on Arm, which does not support PC sound devices. Signed-off-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
This commit is contained in:
committed by
Pavel Hrdina
parent
6066332496
commit
10014e1505
@@ -562,7 +562,7 @@ class vmmAddHardware(vmmGObjectUI):
|
||||
|
||||
@staticmethod
|
||||
def sound_recommended_models(_guest):
|
||||
return ["ich6", "ich9", "ac97"]
|
||||
return ["ich6", "ich9", "ac97", "usb"]
|
||||
|
||||
@staticmethod
|
||||
def sound_pretty_model(model):
|
||||
|
||||
Reference in New Issue
Block a user