I've  got sound working on CentOS 7 VM ( connection  to console via virt-manager)
with slightly updated patch of Y.Kawada, self.type set "ich6".

+class LibvirtConfigGuestSound(LibvirtConfigGuestDevice):
+    def __init__(self, **kwargs):
+        super(LibvirtConfigGuestSound, self).__init__(root_name="sound",**kwargs)
+        self.type = "ich6"  # for Centos7
+        def format_dom(self):
+    dev = super(LibvirtConfigGuestSound, self).format_dom()
+        dev.set("model", self.type)
+        return dev

However, booting log of CentOS 7 VM contains :-
    Starting Manage Sound Card State (restore and store)...
    [[32m  OK  [0m] Started Manage Sound Card State (restore and store).
    [[32m  OK  [0m] Listening on RPCbind Server Activation Socket.


From: bderzhavets@hotmail.com
To: rdo-list@redhat.com
Date: Fri, 12 Jun 2015 11:53:32 -0400
Subject: [Rdo-list] Switching to Dashboard Spice Console in RDO Kilo on Fedora 22

I was able to switch to spice console . Details here :-
http://bderzhavets.blogspot.com/2015/06/enable-dashboard-spice-console-in-rdo.html

Then I  manually patched virt/libvirt/config.py and driver.py  following :-
http://www.slideshare.net/YukihiroKawada/rdo-spice

I got cut&&paste feature for spice console to VM opened via virt-manager either spicy.
But , regardless in virt-manager's panel showing features I see sound "ac97"  ,
movies are running silently.

Thank you
Boris



_______________________________________________ Rdo-list mailing list Rdo-list@redhat.com https://www.redhat.com/mailman/listinfo/rdo-list To unsubscribe: rdo-list-unsubscribe@redhat.com