qom: use qemu_printf to print help for user-creatable objects
commit6d9abb6de9cc53a508823db0283061824f2f98a2
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Nov 2020 14:25:29 +0000 (11 09:25 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Mar 2021 12:48:18 +0000 (19 08:48 -0400)
tree69c4a4d4374c4708fac228adefa530aaeb4f2dab
parentcf6b56d4f2107259f52413f979a1d474dad0c1e1
qom: use qemu_printf to print help for user-creatable objects

Since we have added help support for object_add, the help is
printed on stdout.  Switch to qemu_printf so that it goes to
the monitor.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qom/object_interfaces.c