qemu-storage-daemon: Enable object-add
authorKevin Wolf <kwolf@redhat.com>
Thu, 4 Feb 2021 07:21:37 +0000 (08:21 +0100)
committerSoonKyu Park <sk7.park@samsung.com>
Tue, 23 Nov 2021 04:45:31 +0000 (13:45 +0900)
commit44ba7dfd9f437df16f9e237cae19a59a8a226b25
tree99cb0bb956c8b8f42040e59b1f920e6b80918771
parent396870f44b3821443e30ffc26afa2acb5631778a
qemu-storage-daemon: Enable object-add

Git-commit: 15d40e9204eb3d89577187f117a1dde2237bdc4d

As we don't have a fully QAPIfied version of object-add yet and it still
has 'gen': false in the schema, it needs to be registered explicitly in
init_qmp_commands() to be available for users.

Fixes: 2af282ec51a27116d0402cab237b8970800f870c
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20210204072137.19663-1-kwolf@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Bruce Rogers <brogers@suse.com>
storage-daemon/qemu-storage-daemon.c