From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 1/3] qdev: es1370+ac97 description
Date: Wed, 15 Jul 2009 13:50:13 +0200 [thread overview]
Message-ID: <1247658615-1039-2-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1247658615-1039-1-git-send-email-kraxel@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
hw/ac97.c | 1 +
hw/es1370.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/hw/ac97.c b/hw/ac97.c
index f18fa52..6c818c9 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,
};
diff --git a/hw/es1370.c b/hw/es1370.c
index 8d5a9f9..5c9af0e 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,
};
--
1.6.2.5
next prev parent reply other threads:[~2009-07-15 11:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-15 11:50 [Qemu-devel] [PATCH 0/3] qdev: driver updates Gerd Hoffmann
2009-07-15 11:50 ` Gerd Hoffmann [this message]
2009-07-15 11:50 ` [Qemu-devel] [PATCH 2/3] qdev: convert all vga devices Gerd Hoffmann
2009-07-15 11:50 ` [Qemu-devel] [PATCH 3/3] qdev/pci: hook up i440fx Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1247658615-1039-2-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).