All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: "Rob Herring" <robh@kernel.org>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Igor Mitsyanko" <i.mitsyanko@gmail.com>,
	"Alexander Graf" <agraf@suse.de>,
	qemu-devel@nongnu.org, "Max Filippov" <jcmvbkbc@gmail.com>,
	qemu-arm@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Alistair Francis" <alistair.francis@xilinx.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH 0/2] qom+coccinelle: add and use object_new_with_class()
Date: Thu, 03 Nov 2016 17:54:19 +0100	[thread overview]
Message-ID: <87k2ckwll0.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <20161005133530.5702-1-rkrcmar@redhat.com> ("Radim Krčmář"'s message of "Wed, 5 Oct 2016 15:35:28 +0200")

Radim Krčmář <rkrcmar@redhat.com> writes:

> This series performs a simple replacement of
> object_new(object_class_get_name(class)) by object_new_with_class(class)
> in the spirit of existing object_new_with_type().

Who's going to take this one?  Still more review needed?

WARNING: multiple messages have this Message-ID (diff)
From: Markus Armbruster <armbru@redhat.com>
To: "Radim Krčmář" <rkrcmar@redhat.com>
Cc: qemu-devel@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Rob Herring" <robh@kernel.org>,
	"Igor Mitsyanko" <i.mitsyanko@gmail.com>,
	"Alexander Graf" <agraf@suse.de>,
	"Alistair Francis" <alistair.francis@xilinx.com>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	qemu-arm@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/2] qom+coccinelle: add and use object_new_with_class()
Date: Thu, 03 Nov 2016 17:54:19 +0100	[thread overview]
Message-ID: <87k2ckwll0.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <20161005133530.5702-1-rkrcmar@redhat.com> ("Radim Krčmář"'s message of "Wed, 5 Oct 2016 15:35:28 +0200")

Radim Krčmář <rkrcmar@redhat.com> writes:

> This series performs a simple replacement of
> object_new(object_class_get_name(class)) by object_new_with_class(class)
> in the spirit of existing object_new_with_type().

Who's going to take this one?  Still more review needed?

  parent reply	other threads:[~2016-11-03 16:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-05 13:35 [Qemu-devel] [PATCH 0/2] qom+coccinelle: add and use object_new_with_class() Radim Krčmář
2016-10-05 13:35 ` Radim Krčmář
2016-10-05 13:35 ` [Qemu-devel] [PATCH 1/2] qom: add object_new_with_class() Radim Krčmář
2016-10-05 13:35   ` Radim Krčmář
2016-10-05 14:44   ` [Qemu-arm] " Eduardo Habkost
2016-10-05 14:44     ` [Qemu-devel] " Eduardo Habkost
2016-10-05 15:54     ` [Qemu-arm] " Alistair Francis
2016-10-05 15:54       ` Alistair Francis
2016-10-05 13:35 ` [Qemu-devel] [PATCH 2/2] coccinelle: use object_new_with_class() in obvious cases Radim Krčmář
2016-10-05 13:35   ` Radim Krčmář
2016-10-05 14:44   ` [Qemu-arm] " Eduardo Habkost
2016-10-05 14:44     ` [Qemu-devel] " Eduardo Habkost
2016-10-05 15:56     ` [Qemu-arm] " Alistair Francis
2016-10-05 15:56       ` Alistair Francis
2016-10-05 13:42 ` [Qemu-devel] [PATCH 0/2] qom+coccinelle: add and use object_new_with_class() Radim Krčmář
2016-10-05 13:42   ` Radim Krčmář
2016-11-03 16:54 ` Markus Armbruster [this message]
2016-11-03 16:54   ` Markus Armbruster
2016-11-03 19:16   ` [Qemu-arm] " Eduardo Habkost
2016-11-03 19:16     ` Eduardo Habkost

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=87k2ckwll0.fsf@dusky.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=alistair.francis@xilinx.com \
    --cc=ehabkost@redhat.com \
    --cc=i.mitsyanko@gmail.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rkrcmar@redhat.com \
    --cc=robh@kernel.org \
    --cc=rth@twiddle.net \
    /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.