[virt-tools-list] [PATCH 2/2] virtManager: add "ich9" to the list of stable audio models

Giuseppe Scrivano gscrivan at redhat.com
Mon Sep 15 11:18:16 UTC 2014


Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1140937

Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
 virtManager/addhardware.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
index b2888ee..d05db0a 100644
--- a/virtManager/addhardware.py
+++ b/virtManager/addhardware.py
@@ -521,7 +521,7 @@ class vmmAddHardware(vmmGObjectUI):
         model.set_sort_column_id(0, Gtk.SortType.ASCENDING)
 
         stable_defaults = vm.stable_defaults()
-        stable_soundmodels = ["ich6", "ac97"]
+        stable_soundmodels = ["ich6", "ich9", "ac97"]
 
         for m in virtinst.VirtualAudio.MODELS:
             if m == virtinst.VirtualAudio.MODEL_DEFAULT and no_default:
-- 
1.9.3




More information about the virt-tools-list mailing list