From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHyLJ-0004WI-Os for qemu-devel@nongnu.org; Thu, 05 May 2011 09:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHyLI-0002oF-KK for qemu-devel@nongnu.org; Thu, 05 May 2011 09:11:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHyLI-0002nX-7X for qemu-devel@nongnu.org; Thu, 05 May 2011 09:11:44 -0400 Date: Thu, 5 May 2011 16:11:30 +0300 From: "Michael S. Tsirkin" Message-ID: <20110505131130.GF30119@redhat.com> References: <4DBEF181.6090208@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DBEF181.6090208@siemens.com> Subject: Re: [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On Mon, May 02, 2011 at 08:01:37PM +0200, Jan Kiszka wrote: > Used by HD audio controllers like our intel-hda. > > Signed-off-by: Jan Kiszka Applied, thanks! > --- > hw/pci.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/hw/pci.c b/hw/pci.c > index 6b577e1..87f1b0c 100644 > --- a/hw/pci.c > +++ b/hw/pci.c > @@ -1145,6 +1145,7 @@ static const pci_class_desc pci_class_descriptions[] = > { 0x0400, "Video controller", "video"}, > { 0x0401, "Audio controller", "sound"}, > { 0x0402, "Phone"}, > + { 0x0403, "Audio controller", "sound"}, > { 0x0480, "Multimedia controller"}, > { 0x0500, "RAM controller", "memory"}, > { 0x0501, "Flash controller", "flash"}, > -- > 1.7.1