From: Chen Yufei <cyfdecyf@gmail.com>
To: qemu-trivial@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: [Qemu-trivial] [PATCH] Remove type field in ModuleEntry as it's not used.
Date: Wed, 7 Mar 2012 23:36:43 +0800 [thread overview]
Message-ID: <1331134603-73952-1-git-send-email-cyfdecyf@gmail.com> (raw)
Signed-off-by: Chen Yufei <cyfdecyf@gmail.com>
---
module.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/module.c b/module.c
index 106a969..c3a6da7 100644
--- a/module.c
+++ b/module.c
@@ -19,7 +19,6 @@
typedef struct ModuleEntry
{
- module_init_type type;
void (*init)(void);
QTAILQ_ENTRY(ModuleEntry) node;
} ModuleEntry;
--
1.7.3.2
WARNING: multiple messages have this Message-ID (diff)
From: Chen Yufei <cyfdecyf@gmail.com>
To: qemu-trivial@nongnu.org
Cc: Chen Yufei <cyfdecyf@gmail.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Remove type field in ModuleEntry as it's not used.
Date: Wed, 7 Mar 2012 23:36:43 +0800 [thread overview]
Message-ID: <1331134603-73952-1-git-send-email-cyfdecyf@gmail.com> (raw)
Signed-off-by: Chen Yufei <cyfdecyf@gmail.com>
---
module.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/module.c b/module.c
index 106a969..c3a6da7 100644
--- a/module.c
+++ b/module.c
@@ -19,7 +19,6 @@
typedef struct ModuleEntry
{
- module_init_type type;
void (*init)(void);
QTAILQ_ENTRY(ModuleEntry) node;
} ModuleEntry;
--
1.7.3.2
next reply other threads:[~2012-03-07 15:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 15:36 Chen Yufei [this message]
2012-03-07 15:36 ` [Qemu-devel] [PATCH] Remove type field in ModuleEntry as it's not used Chen Yufei
2012-03-07 16:19 ` [Qemu-trivial] " Andreas Färber
2012-03-07 16:19 ` Andreas Färber
2012-03-15 8:17 ` [Qemu-trivial] " Stefan Hajnoczi
2012-03-15 8:17 ` [Qemu-devel] " Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2012-03-06 13:24 Chen Yufei
2012-03-07 11:14 ` Stefan Hajnoczi
2012-03-07 11:15 ` Stefan Hajnoczi
2012-03-07 15:02 ` Chen Yufei
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=1331134603-73952-1-git-send-email-cyfdecyf@gmail.com \
--to=cyfdecyf@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.