From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 6/8] qdev: es1370 description
Date: Wed, 1 Jul 2009 10:57:18 +0200 [thread overview]
Message-ID: <1246438640-31135-7-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1246438640-31135-1-git-send-email-kraxel@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
hw/es1370.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/hw/es1370.c b/hw/es1370.c
index baad7cc..0cfdb76 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 Sound Card",
.qdev.size = sizeof (PCIES1370State),
.init = es1370_initfn,
};
--
1.6.2.5
next prev parent reply other threads:[~2009-07-01 8:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-01 8:57 [Qemu-devel] [PATCH 0/8] qdev patches, batch #2 Gerd Hoffmann
2009-07-01 8:57 ` [Qemu-devel] [PATCH 1/8] qdev: factor out driver search to qdev_find_info() Gerd Hoffmann
2009-07-01 8:57 ` [Qemu-devel] [PATCH 2/8] qdev/pci: make pci_create return DeviceState instead of PCIDevice Gerd Hoffmann
2009-07-01 8:57 ` [Qemu-devel] [PATCH 3/8] qdev: add generic qdev_device_add() Gerd Hoffmann
2009-07-01 8:57 ` [Qemu-devel] [PATCH 4/8] qdev: add -device command line option Gerd Hoffmann
2009-07-01 8:57 ` [Qemu-devel] [PATCH 5/8] qdev: add no_user, alias and desc Gerd Hoffmann
2009-07-01 8:57 ` Gerd Hoffmann [this message]
2009-07-01 8:57 ` [Qemu-devel] [PATCH 7/8] qdev: convert all vga Gerd Hoffmann
2009-07-01 8:57 ` [Qemu-devel] [PATCH 8/8] 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=1246438640-31135-7-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).