aboutsummaryrefslogtreecommitdiff
path: root/hw/ac97.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/ac97.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/ac97.c')
-rw-r--r--hw/ac97.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ac97.c b/hw/ac97.c
index f18fa524f4..6c818c9cc8 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,
};