[PATCH 25/26] qapi/qmp: add ObjectPropertyInfo.default-value

2020-01-10 Thread Marc-André Lureau
Report the default value associated with a property. Signed-off-by: Marc-André Lureau --- qapi/qom.json | 7 ++- qom/qom-qmp-cmds.c | 4 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/qapi/qom.json b/qapi/qom.json index 32db96ffc4..471e4b484b 100644 ---

Re: [PATCH 25/26] qapi/qmp: add ObjectPropertyInfo.default-value

2019-12-11 Thread Marc-André Lureau
Hi On Wed, Dec 11, 2019 at 8:12 PM Eric Blake wrote: > > On 12/1/19 5:15 AM, Marc-André Lureau wrote: > > Report the default value associated with a property. > > > > Signed-off-by: Marc-André Lureau > > --- > > qapi/qom.json | 7 ++- > > qom/qom-qmp-cmds.c | 4 > > 2 files

Re: [PATCH 25/26] qapi/qmp: add ObjectPropertyInfo.default-value

2019-12-11 Thread Eric Blake
On 12/1/19 5:15 AM, Marc-André Lureau wrote: Report the default value associated with a property. Signed-off-by: Marc-André Lureau --- qapi/qom.json | 7 ++- qom/qom-qmp-cmds.c | 4 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/qapi/qom.json b/qapi/qom.json

[PATCH 25/26] qapi/qmp: add ObjectPropertyInfo.default-value

2019-12-01 Thread Marc-André Lureau
Report the default value associated with a property. Signed-off-by: Marc-André Lureau --- qapi/qom.json | 7 ++- qom/qom-qmp-cmds.c | 4 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/qapi/qom.json b/qapi/qom.json index 32db96ffc4..471e4b484b 100644 ---