Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python/aqmp: Add dict conversion method to Greeting object | John Snow | 2021-10-12 | 1 | -0/+13 |
| | | | | | | | | | | | The iotests interface expects to return the greeting as a dict; AQMP offers it as a rich object. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20210923004938.3999963-6-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com> | ||||
* | python/aqmp: add well-known QMP object models | John Snow | 2021-09-27 | 1 | -0/+133 |
The QMP spec doesn't define very many objects that are iron-clad in their format, but there are a few. This module makes it trivial to validate them without relying on an external third-party library. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210915162955.333025-15-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com> |