From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPEFY-0002Xn-55 for qemu-devel@nongnu.org; Fri, 10 Jul 2009 07:26:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPEFR-0002OQ-M4 for qemu-devel@nongnu.org; Fri, 10 Jul 2009 07:26:41 -0400 Received: from [199.232.76.173] (port=37945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPEFQ-0002NL-6x for qemu-devel@nongnu.org; Fri, 10 Jul 2009 07:26:36 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38365) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPEFP-0005cD-L1 for qemu-devel@nongnu.org; Fri, 10 Jul 2009 07:26:35 -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 n6ABQZ9w030019 for ; Fri, 10 Jul 2009 07:26:35 -0400 From: Gerd Hoffmann Date: Fri, 10 Jul 2009 13:26:13 +0200 Message-Id: <1247225179-5495-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1247225179-5495-1-git-send-email-kraxel@redhat.com> References: <1247225179-5495-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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/es1370.c b/hw/es1370.c index 9e860f9..3fc30d0 100644 --- a/hw/es1370.c +++ b/hw/es1370.c @@ -1054,7 +1054,8 @@ int es1370_init (PCIBus *bus) static PCIDeviceInfo es1370_info = { .qdev.name = "ES1370", - .qdev.size = sizeof(PCIES1370State), + .qdev.desc = "ENSONIQ AudioPCI ES1370", + .qdev.size = sizeof (PCIES1370State), .init = es1370_initfn, }; -- 1.6.2.5