Re: Bug: object-add qmp command that used to work fails now

2021-03-31 Thread Eric Blake
On 3/31/21 3:26 PM, Lukas Straub wrote: >> Per docs/system/removed-features.rst, the change was intentional: >> >>> ``object-add`` option ``props`` (removed in 6.0) >>> >>> >>> Specify the properties for the object as top-level arguments instead.

Re: Bug: object-add qmp command that used to work fails now

2021-03-31 Thread Lukas Straub
On Wed, 31 Mar 2021 15:16:18 -0500 Eric Blake wrote: > On 3/31/21 3:00 PM, Lukas Straub wrote: > > Hi, > > This qmp command that used to work: > > {"execute": "object-add", "arguments": {"qom-type": "filter-mirror", "id": > > "m0", "props": {"netdev": "hn0", "queue": "tx", "outdev": "mirror0",

Re: Bug: object-add qmp command that used to work fails now

2021-03-31 Thread Eric Blake
On 3/31/21 3:00 PM, Lukas Straub wrote: > Hi, > This qmp command that used to work: > {"execute": "object-add", "arguments": {"qom-type": "filter-mirror", "id": > "m0", "props": {"netdev": "hn0", "queue": "tx", "outdev": "mirror0", > "vnet_hdr_support": false}}} > now fails with the following

Bug: object-add qmp command that used to work fails now

2021-03-31 Thread Lukas Straub
Hi, This qmp command that used to work: {"execute": "object-add", "arguments": {"qom-type": "filter-mirror", "id": "m0", "props": {"netdev": "hn0", "queue": "tx", "outdev": "mirror0", "vnet_hdr_support": false}}} now fails with the following error: {"error": {"class": "GenericError", "desc":