From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] object_new_with_type: remove redundant code
Date: Fri, 6 Nov 2015 19:28:20 +0800 [thread overview]
Message-ID: <563C8ED4.3060503@cn.fujitsu.com> (raw)
In-Reply-To: <563C6095.5000503@msgid.tls.msk.ru>
Hi Michael,
Thanks very much for your reply, there is a tiny mistake here, I
sent the patch with email format typo "=qemu-devel@nongnu.org" and got
"undeliverable" feeback. so I sent it again...I thought you can`t
receive the 1st one, but obviously I make a wrong guess...I Already
replied the 2nd one stating that I realized I am wrong about this patch:
type_initialize(type) is used to assign a value to type->instance_size
when it is called 1st time, so it could malloc in the following.
Your opinion make sense to me, thanks for sharing it with me. As a
personal habit, I prefer to figure out the arch of the project when I
learn it, and you know, sometimes it is hard to figure out why author
wrote that way, especially lacking of doc and comment, and having no one
around to discuss with. So, Thanks very much for discussing with me and
your time, I appreciate it.
On 11/06/2015 04:11 PM, Michael Tokarev wrote:
> 05.11.2015 08:16, Cao jin wrote:
>> g_assert & type_initialize are called in object_initialize_with_type
>
> object_new_with_type() is a separate QOM API function. If we're
> to rely on other functions calling it to check for parameters,
> we should probably remove it from public API and make it static.
>
> And yes, I'm aware of the fact that currently object_new_with_type()
> is only called from object_initialize_with_type(). This is not a
> good reason to drop the check/init, since object_new_with_type()
> remains a published API and might be used in other places in the
> future.
>
> Thanks,
>
> /mjt
> .
>
--
Yours Sincerely,
Cao Jin
next prev parent reply other threads:[~2015-11-06 11:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-05 5:16 [Qemu-trivial] [PATCH] object_new_with_type: remove redundant code Cao jin
2015-11-06 8:11 ` Michael Tokarev
2015-11-06 11:28 ` Cao jin [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-05 5:19 Cao jin
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=563C8ED4.3060503@cn.fujitsu.com \
--to=caoj.fnst@cn.fujitsu.com \
--cc=mjt@tls.msk.ru \
--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.