Re: [PATCH v3 13/19] scripts/qom-fuse: use QOMCommand.qom_list()

2021-06-03 Thread Philippe Mathieu-Daudé
On 6/3/21 2:37 AM, John Snow wrote: > the qom_list method provides a type-safe object that's easier to type > check, so switch to using it. > > Signed-off-by: John Snow > --- > scripts/qmp/qom-fuse | 18 -- > 1 file changed, 8 insertions(+), 10 deletions(-) Reviewed-by: Philippe

[PATCH v3 13/19] scripts/qom-fuse: use QOMCommand.qom_list()

2021-06-02 Thread John Snow
the qom_list method provides a type-safe object that's easier to type check, so switch to using it. Signed-off-by: John Snow --- scripts/qmp/qom-fuse | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/scripts/qmp/qom-fuse b/scripts/qmp/qom-fuse index 1676fb78