From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNMYb-0005Un-Le for qemu-devel@nongnu.org; Mon, 07 Nov 2011 05:36:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNMYa-00070w-2W for qemu-devel@nongnu.org; Mon, 07 Nov 2011 05:36:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNMYZ-00070a-RI for qemu-devel@nongnu.org; Mon, 07 Nov 2011 05:36:00 -0500 Message-ID: <4EB7B485.3090907@redhat.com> Date: Mon, 07 Nov 2011 11:35:49 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4EB69EDA.5000901@redhat.com> <4EB6B285.9050509@parallels.com> <4EB7A404.3070902@redhat.com> <4EB7AA6F.5000909@parallels.com> In-Reply-To: <4EB7AA6F.5000909@parallels.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Wierd hack to sound/pci/intel8x0.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Konstantin Ozerkov Cc: "alsa-devel@alsa-project.org" , KVM list , Takashi Iwai , Denis Lunev , qemu-devel , Avi Kivity , "Denis V. Lunev (openvz)" , Linus Torvalds 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