From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>, qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
qemu-rust@nongnu.org, "Eduardo Habkost" <eduardo@habkost.net>,
"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
"Markus Armbruster" <armbru@redhat.com>
Subject: Re: [PATCH 0/2] qom: Introduce class_post_init() handler
Date: Mon, 27 Jan 2025 09:26:10 +0100 [thread overview]
Message-ID: <67ff25e7-78ff-41b6-9ee4-3de73b83578a@redhat.com> (raw)
In-Reply-To: <20250125165855.32168-1-philmd@linaro.org>
On 1/25/25 17:58, Philippe Mathieu-Daudé wrote:
> Add a class_post_init() handler to be called by parents
> *after* child class_init() handler is called. This is
> necessary to have parent class check children properly
> set some values or mandatory handlers.
>
> Philippe Mathieu-Daudé (2):
> qom: Declare class_base_init() before class_init()
> qom: Introduce class_post_init() handler
>
> include/qom/object.h | 17 ++++++++++-------
> qom/object.c | 14 ++++++++++++--
> rust/qemu-api/src/qom.rs | 8 +++++++-
> 3 files changed, 29 insertions(+), 10 deletions(-)
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo
prev parent reply other threads:[~2025-01-27 8:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-25 16:58 [PATCH 0/2] qom: Introduce class_post_init() handler Philippe Mathieu-Daudé
2025-01-25 16:58 ` [PATCH 1/2] qom: Declare class_base_init() before class_init() Philippe Mathieu-Daudé
2025-01-25 16:58 ` [PATCH 2/2] qom: Introduce class_post_init() handler Philippe Mathieu-Daudé
2025-01-27 7:00 ` Markus Armbruster
2025-01-27 8:06 ` Philippe Mathieu-Daudé
2025-01-27 8:26 ` Paolo Bonzini [this message]
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=67ff25e7-78ff-41b6-9ee4-3de73b83578a@redhat.com \
--to=pbonzini@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eduardo@habkost.net \
--cc=manos.pitsidianakis@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-rust@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).