qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/3] qdev: es1370+ac97 description


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 1/3] qdev: es1370+ac97 description
Date: Wed, 15 Jul 2009 13:50:13 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/ac97.c   |    1 +
 hw/es1370.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/ac97.c b/hw/ac97.c
index f18fa52..6c818c9 100644
--- a/hw/ac97.c
+++ b/hw/ac97.c
@@ -1366,6 +1366,7 @@ int ac97_init (PCIBus *bus)
 
 static PCIDeviceInfo ac97_info = {
     .qdev.name    = "AC97",
+    .qdev.desc    = "Intel 82801AA AC97 Audio",
     .qdev.size    = sizeof (PCIAC97LinkState),
     .init         = ac97_initfn,
 };
diff --git a/hw/es1370.c b/hw/es1370.c
index 8d5a9f9..5c9af0e 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 ES1370",
     .qdev.size    = sizeof (PCIES1370State),
     .init         = es1370_initfn,
 };
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]