From: Markus Armbruster <armbru@redhat.com>
To: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Cc: kwolf@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org,
peterx@redhat.com, anthony.perard@citrix.com,
imammedo@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 4/5] vl: Document dependencies hiding in global and compat props
Date: Tue, 02 Apr 2019 15:11:41 +0200 [thread overview]
Message-ID: <87mul8blgy.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <20190402121455.GB2861@work-vm> (David Alan Gilbert's message of "Tue, 2 Apr 2019 13:14:55 +0100")
"Dr. David Alan Gilbert" <dgilbert@redhat.com> writes:
> * Markus Armbruster (armbru@redhat.com) wrote:
>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>> ---
>> vl.c | 24 ++++++++++++++++++++++--
>> 1 file changed, 22 insertions(+), 2 deletions(-)
>>
>> diff --git a/vl.c b/vl.c
>> index e4d7ad6b85..8c6d06b01d 100644
>> --- a/vl.c
>> +++ b/vl.c
>> @@ -4285,16 +4285,36 @@ int main(int argc, char **argv, char **envp)
>> current_machine->maxram_size = maxram_size;
>> current_machine->ram_slots = ram_slots;
>>
>> + /*
>> + * Note: uses machine properties such as kernel-irqchip, must run
>> + * after machine_set_property().
>> + */
>> configure_accelerator(current_machine, argv[0]);
>>
>> + /*
>> + * Beware, QOM objects created before this point miss global and
>> + * compat properties.
>> + *
>> + * Global properties get set up by qdev_prop_register_global(),
>> + * called from user_register_global_props(), and certain option
>> + * desugaring.
>
> Not to stop this patch series; but could we add a way to actually
> detect when this has happened? Like setting a flag on QOM objects
> created before this point for example?
I started to work on something like this, but had to switch to more
urgent work.
next prev parent reply other threads:[~2019-04-02 13:18 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-01 9:08 [Qemu-devel] [PATCH v2 0/5] Compat props bug fixes Markus Armbruster
2019-04-01 9:08 ` [Qemu-devel] [PATCH v2 1/5] Revert "vl: Fix to create migration object before block backends again" Markus Armbruster
2019-04-02 10:50 ` Igor Mammedov
2019-04-02 11:37 ` Markus Armbruster
2019-04-01 9:08 ` [Qemu-devel] [PATCH v2 2/5] Revert "migration: move only_migratable to MigrationState" Markus Armbruster
2019-04-01 9:27 ` Dr. David Alan Gilbert
2019-04-01 9:51 ` Daniel P. Berrangé
2019-04-01 11:31 ` Markus Armbruster
2019-04-01 11:43 ` Daniel P. Berrangé
2019-04-01 13:35 ` Dr. David Alan Gilbert
2019-04-02 10:52 ` Igor Mammedov
2019-04-02 11:49 ` Markus Armbruster
2019-04-02 12:03 ` Dr. David Alan Gilbert
2019-04-01 9:08 ` [Qemu-devel] [PATCH v2 3/5] migration: Support adding migration blockers earlier Markus Armbruster
2019-04-02 10:53 ` Igor Mammedov
2019-04-01 9:08 ` [Qemu-devel] [PATCH v2 4/5] vl: Document dependencies hiding in global and compat props Markus Armbruster
2019-04-02 10:53 ` Igor Mammedov
2019-04-02 12:14 ` Dr. David Alan Gilbert
2019-04-02 13:11 ` Markus Armbruster [this message]
2019-04-01 9:08 ` [Qemu-devel] [PATCH v2 5/5] accel: Unbreak accelerator fallback Markus Armbruster
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=87mul8blgy.fsf@dusky.pond.sub.org \
--to=armbru@redhat.com \
--cc=anthony.perard@citrix.com \
--cc=dgilbert@redhat.com \
--cc=imammedo@redhat.com \
--cc=kwolf@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/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.