From: "Radim Krčmář" <rkrcmar@redhat.com>
To: qemu-devel@nongnu.org
Cc: "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,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
"Paolo Bonzini" <pbonzini@redhat.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: Wed, 5 Oct 2016 15:42:51 +0200 [thread overview]
Message-ID: <20161005134251.GA3256@potion> (raw)
In-Reply-To: <20161005133530.5702-1-rkrcmar@redhat.com>
2016-10-05 15:35+0200, Radim Krčmář:
> 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().
This series applies after recently posted
[PATCH v4 1/8] apic: add global apic_get_class()
which adds one more user of object_new(object_class_get_name(class)).
I forgot to include the patch in this series, sorry.
WARNING: multiple messages have this Message-ID (diff)
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: qemu-devel@nongnu.org
Cc: "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: Wed, 5 Oct 2016 15:42:51 +0200 [thread overview]
Message-ID: <20161005134251.GA3256@potion> (raw)
In-Reply-To: <20161005133530.5702-1-rkrcmar@redhat.com>
2016-10-05 15:35+0200, Radim Krčmář:
> 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().
This series applies after recently posted
[PATCH v4 1/8] apic: add global apic_get_class()
which adds one more user of object_new(object_class_get_name(class)).
I forgot to include the patch in this series, sorry.
next prev parent reply other threads:[~2016-10-05 14:21 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 ` Radim Krčmář [this message]
2016-10-05 13:42 ` [Qemu-devel] [PATCH 0/2] qom+coccinelle: add and use object_new_with_class() Radim Krčmář
2016-11-03 16:54 ` [Qemu-arm] " Markus Armbruster
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=20161005134251.GA3256@potion \
--to=rkrcmar@redhat.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=alistair.francis@xilinx.com \
--cc=edgar.iglesias@gmail.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=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.