Re: [PATCH] qemu-storage-daemon: Enable object-add

2021-02-04 Thread Daniel P . Berrangé
On Thu, Feb 04, 2021 at 08:21:37AM +0100, Kevin Wolf wrote: > 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: 2af282ec51a27116d0402cab237b8

[PATCH] qemu-storage-daemon: Enable object-add

2021-02-03 Thread Kevin Wolf
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 --- storage-daemon/qemu-storag