mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00:00
Revert "qom: use qemu_printf to print help for user-creatable objects"
This reverts commit6d9abb6de9. The real code change had already been added by Kevin's commitda0a932bbf("hmp: QAPIfy object_add") and commit6d9abb6djust added a duplicated include statement as a left-over of a rebase. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210328054758.2351461-1-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
7cebff0d03
commit
cb4d9e38bd
@@ -17,7 +17,6 @@
|
||||
#include "qemu/qemu-print.h"
|
||||
#include "qapi/opts-visitor.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "qemu/qemu-print.h"
|
||||
|
||||
bool user_creatable_complete(UserCreatable *uc, Error **errp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user