From: Claudio Fontana <cfontana@suse.de>
To: "Jose R. Ziviani" <jziviani@suse.de>, qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
pbonzini@redhat.com, berrange@redhat.com, kraxel@redhat.com,
ehabkost@redhat.com
Subject: QEMU modules improvements objective (Was: Re: [RFC 0/3] Improve module accelerator error message)
Date: Mon, 5 Jul 2021 10:18:15 +0200 [thread overview]
Message-ID: <2ab57f8e-cb8c-d708-274d-0c2092acfff3@suse.de> (raw)
In-Reply-To: <20210630232749.21873-1-jziviani@suse.de>
On 7/1/21 1:27 AM, Jose R. Ziviani wrote:
> Hello!
>
> I'm sending this as RFC because it's based on a patch still on
> review[1], so I'd like to see if it makes sense.
>
> Tt will improve the error message when an accelerator module could
> not be loaded. Instead of the current assert error, a formated
> message will be displayed.
>
> [1] https://patchwork.kernel.org/project/qemu-devel/list/?series=506379
>
> Jose R. Ziviani (3):
> modules: Add CONFIG_TCG_MODULAR in config_host
> modules: Implement module_is_loaded function
> qom: Improve error message in module_object_class_by_name()
>
> include/qemu/module.h | 3 +++
> meson.build | 3 +++
> qom/object.c | 30 ++++++++++++++++++++++++++++++
> util/module.c | 28 +++++++++++++++++++++-------
> 4 files changed, 57 insertions(+), 7 deletions(-)
>
Open question to all,
why don't we have/add the ability to configure
CONFIG_XXX=m
for all potentially modular pieces?
It should be possible to say, I want to build the storage plugins as modules, TCG I would like it built-in, and KVM as a module,
or any combination of these.
The most useful combination I see for virtualization use of qemu is with TCG as a module (M), KVM as built-in (Y), and various other optional pieces as modules (M).
Should this not be the vision? To me it looks that way.
Thanks,
Claudio
next prev parent reply other threads:[~2021-07-05 8:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-30 23:27 [RFC 0/3] Improve module accelerator error message Jose R. Ziviani
2021-06-30 23:27 ` [RFC 1/3] modules: Add CONFIG_TCG_MODULAR in config_host Jose R. Ziviani
2021-06-30 23:27 ` [RFC 2/3] modules: Implement module_is_loaded function Jose R. Ziviani
2021-06-30 23:27 ` [RFC 3/3] qom: Improve error message in module_object_class_by_name() Jose R. Ziviani
2021-07-19 15:29 ` Claudio Fontana
2021-07-20 1:26 ` Jose R. Ziviani
2021-07-20 6:40 ` Claudio Fontana
2021-07-21 9:54 ` Gerd Hoffmann
2021-07-21 9:57 ` Daniel P. Berrangé
2021-07-21 13:36 ` Jose R. Ziviani
2021-07-05 8:18 ` Claudio Fontana [this message]
2021-07-21 10:35 ` QEMU modules improvements objective (Was: Re: [RFC 0/3] Improve module accelerator error message) Gerd Hoffmann
2021-07-21 10:47 ` Claudio Fontana
2021-07-21 10:50 ` Claudio Fontana
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=2ab57f8e-cb8c-d708-274d-0c2092acfff3@suse.de \
--to=cfontana@suse.de \
--cc=berrange@redhat.com \
--cc=ehabkost@redhat.com \
--cc=jziviani@suse.de \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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).