qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 6/7] python/aqmp: Create sync QMP wrapper for iotests


From: Hanna Reitz
Subject: Re: [PATCH v3 6/7] python/aqmp: Create sync QMP wrapper for iotests
Date: Wed, 13 Oct 2021 10:24:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 13.10.21 00:34, John Snow wrote:
This is a wrapper around the async QMPClient that mimics the old,
synchronous QEMUMonitorProtocol class. It is designed to be
interchangeable with the old implementation.

It does not, however, attempt to mimic Exception compatibility.

Signed-off-by: John Snow <jsnow@redhat.com>
---
  python/qemu/aqmp/legacy.py | 138 +++++++++++++++++++++++++++++++++++++
  1 file changed, 138 insertions(+)
  create mode 100644 python/qemu/aqmp/legacy.py

Acked-by: Hanna Reitz <hreitz@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]