projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e0fea
)
qdev: es1370+ac97 description
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 15 Jul 2009 11:50:13 +0000
(13:50 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:53 +0000
(17:28 -0500)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ac97.c
patch
|
blob
|
history
hw/es1370.c
patch
|
blob
|
history
diff --git
a/hw/ac97.c
b/hw/ac97.c
index f18fa524f4b60b66bafa7a70d639046830969e3a..6c818c9cc8d4e5a913102390c4b29622734ad9ec 100644
(file)
--- 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 8d5a9f9883af2f977319c1cb9df963fceea602be..5c9af0e8ec4145e6f1a6364c28a3f90b34adb9d7 100644
(file)
--- 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,
};