diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-07-15 13:50:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 17:28:53 -0500 |
commit | f35199864c690851697a2ba6e3f29a050291d4ba (patch) | |
tree | a88f405131daf7063ee7a854c2ab6f6d91191daa /hw/ac97.c | |
parent | a1e0fea58746d26fea95c94fde1449b684651fd1 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, }; |