From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Cao jin" <caoj.fnst@cn.fujitsu.com>,
"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PULL v2 2/4] qom: Update documentation comment of struct Object
Date: Fri, 4 Dec 2015 18:56:49 +0100 [thread overview]
Message-ID: <1449251811-21810-3-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1449251811-21810-1-git-send-email-afaerber@suse.de>
From: Cao jin <caoj.fnst@cn.fujitsu.com>
It doesn't have "GSList *interfaces" anymore, drop the paragraph.
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
include/qom/object.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/qom/object.h b/include/qom/object.h
index f172fea..4509166 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -394,9 +394,6 @@ struct ObjectClass
* As a result, #Object contains a reference to the objects type as its
* first member. This allows identification of the real type of the object at
* run time.
- *
- * #Object also contains a list of #Interfaces that this object
- * implements.
*/
struct Object
{
--
2.6.2
next prev parent reply other threads:[~2015-12-04 17:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 17:56 [Qemu-devel] [PULL for-2.5 v2 0/4] QOM devices patch queue 2015-12-04 Andreas Färber
2015-12-04 17:56 ` [Qemu-devel] [PULL v2 1/4] tests: Fix check-report-qtest-% target Andreas Färber
2015-12-04 17:56 ` Andreas Färber [this message]
2015-12-04 17:56 ` [Qemu-devel] [PULL v2 3/4] tests: Use proper functions types instead of void (*fn) Andreas Färber
2015-12-04 17:56 ` [Qemu-devel] [PULL v2 4/4] qom-test: Fix qmp() leaks Andreas Färber
2015-12-07 11:04 ` [Qemu-devel] [PULL for-2.5 v2 0/4] QOM devices patch queue 2015-12-04 Peter Maydell
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=1449251811-21810-3-git-send-email-afaerber@suse.de \
--to=afaerber@suse.de \
--cc=caoj.fnst@cn.fujitsu.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).