aboutsummaryrefslogtreecommitdiffstats
path: root/hw/es1370.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-07-15 13:50:13 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 17:28:53 -0500
commitf35199864c690851697a2ba6e3f29a050291d4ba (patch)
treea88f405131daf7063ee7a854c2ab6f6d91191daa /hw/es1370.c
parenta1e0fea58746d26fea95c94fde1449b684651fd1 (diff)
qdev: es1370+ac97 description
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/es1370.c')
-rw-r--r--hw/es1370.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/es1370.c b/hw/es1370.c
index 8d5a9f988..5c9af0e8e 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,
};