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
_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list
To unsubscribe: rdo-list-unsubscribe@redhat.com