]> git.ipfire.org Git - thirdparty/qemu.git/commit
qom: allow user-creatable classes to be in modules
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Oct 2024 09:46:38 +0000 (10:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Oct 2024 17:28:32 +0000 (18:28 +0100)
commitf41823e059d3460e116d1c29d8577649d48fcf33
treefe1e6d878de4d5e7777253539a4300877b66315e
parent02009a12bcd7927a968df7641eaa609b659b3470
qom: allow user-creatable classes to be in modules

There is no real reason to make user-creatable classes different
from other backends in this respect.  This also allows modularized
character devices to be treated by qom-list-properties just like
builtin ones.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qom/object_interfaces.c
qom/qom-qmp-cmds.c