From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMfvK-0001dH-4H for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMfvE-0001X4-Ay for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:16 -0400 Received: from [199.232.76.173] (port=51440 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMfvE-0001Wd-3o for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:12 -0400 Received: from mx2.redhat.com ([66.187.237.31]:57938) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMfvD-0005zM-IS for qemu-devel@nongnu.org; Fri, 03 Jul 2009 06:23:11 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n63ANBsL002980 for ; Fri, 3 Jul 2009 06:23:11 -0400 From: Gerd Hoffmann Date: Fri, 3 Jul 2009 12:22:52 +0200 Message-Id: <1246616578-6560-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1246616578-6560-1-git-send-email-kraxel@redhat.com> References: <1246616578-6560-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 07/13] qdev: es1370 description List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- hw/es1370.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/es1370.c b/hw/es1370.c index baad7cc..0cfdb76 100644 --- a/hw/es1370.c +++ b/hw/es1370.c @@ -1054,6 +1054,7 @@ int es1370_init (PCIBus *bus) static PCIDeviceInfo es1370_info = { .qdev.name = "ES1370", + .qdev.desc = "Ensoniq AudioPCI Sound Card", .qdev.size = sizeof (PCIES1370State), .init = es1370_initfn, }; -- 1.6.2.5