Commit f35199864c690851697a2ba6e3f29a050291d4ba

Authored by Gerd Hoffmann
Committed by Anthony Liguori
1 parent a1e0fea5

qdev: es1370+ac97 description

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 2 changed files with 2 additions and 0 deletions
hw/ac97.c
... ... @@ -1366,6 +1366,7 @@ int ac97_init (PCIBus *bus)
1366 1366  
1367 1367 static PCIDeviceInfo ac97_info = {
1368 1368 .qdev.name = "AC97",
  1369 + .qdev.desc = "Intel 82801AA AC97 Audio",
1369 1370 .qdev.size = sizeof (PCIAC97LinkState),
1370 1371 .init = ac97_initfn,
1371 1372 };
... ...
hw/es1370.c
... ... @@ -1054,6 +1054,7 @@ int es1370_init (PCIBus *bus)
1054 1054  
1055 1055 static PCIDeviceInfo es1370_info = {
1056 1056 .qdev.name = "ES1370",
  1057 + .qdev.desc = "ENSONIQ AudioPCI ES1370",
1057 1058 .qdev.size = sizeof (PCIES1370State),
1058 1059 .init = es1370_initfn,
1059 1060 };
... ...