From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: Wierd hack to sound/pci/intel8x0.c Date: Mon, 07 Nov 2011 11:35:49 +0100 Message-ID: <4EB7B485.3090907@redhat.com> References: <4EB69EDA.5000901@redhat.com> <4EB6B285.9050509@parallels.com> <4EB7A404.3070902@redhat.com> <4EB7AA6F.5000909@parallels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Takashi Iwai , Denis Lunev , Avi Kivity , "Denis V. Lunev (openvz)" , Linus Torvalds , "alsa-devel@alsa-project.org" , KVM list , qemu-devel To: Konstantin Ozerkov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43044 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711Ab1KGKgD (ORCPT ); Mon, 7 Nov 2011 05:36:03 -0500 In-Reply-To: <4EB7AA6F.5000909@parallels.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi, > We discuss Intel ICH/AC'97 (snd-intel8x0) here, but I hope that PCI SSID > is same. Hmm, it's not, the ac97 emulation doesn't use the default qemu subsystem id for some reason. Here is the entry: [root@fedora ~]# lspci -vns6 00:06.0 0401: 8086:2415 (rev 01) Subsystem: 8086:0000 Physical Slot: 6 Flags: bus master, medium devsel, latency 0, IRQ 10 I/O ports at c000 [size=1K] I/O ports at c400 [size=256] Kernel driver in use: Intel ICH Kernel modules: snd-intel8x0 I guess that should be fixed. 8086:0000 isn't valid anyway and I doubt it serves any useful purpose other than avoiding a guest complaining about the subsystem id being unset. /me goes preparing a patch. cheers, Gerd