Re: [PATCH v2 05/17] python/aqmp: Add dict conversion method to Greeting object

2021-10-07 Thread Eric Blake
On Wed, Sep 22, 2021 at 08:49:26PM -0400, John Snow wrote: > The iotests interface expects to return the greeting as a dict; AQMP > offers it as a rich object. > > Signed-off-by: John Snow > --- > python/qemu/aqmp/models.py | 13 + > 1 file changed, 13 insertions(+) Reviewed-by:

[PATCH v2 05/17] python/aqmp: Add dict conversion method to Greeting object

2021-09-22 Thread John Snow
The iotests interface expects to return the greeting as a dict; AQMP offers it as a rich object. Signed-off-by: John Snow --- python/qemu/aqmp/models.py | 13 + 1 file changed, 13 insertions(+) diff --git a/python/qemu/aqmp/models.py b/python/qemu/aqmp/models.py index