qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v2 05/25] python/aqmp: rename AQMPError to QMPError


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH v2 05/25] python/aqmp: rename AQMPError to QMPError
Date: Thu, 16 Dec 2021 13:08:47 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

15.12.2021 22:39, John Snow wrote:
This is in preparation for renaming qemu.aqmp to qemu.qmp. I should have
done this from this from the very beginning, but it's a convenient time
to make sure this churn is taken care of.

Signed-off-by: John Snow <jsnow@redhat.com>

Honestly, I don't want to check how it intersects with exising QMPError from 
old library, as it's going to be removed anyway. Hope, everything is OK:

Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

---
  python/qemu/aqmp/__init__.py   |  6 +++---
  python/qemu/aqmp/error.py      | 12 ++++++------
  python/qemu/aqmp/events.py     |  4 ++--
  python/qemu/aqmp/legacy.py     |  4 ++--
  python/qemu/aqmp/protocol.py   |  8 ++++----
  python/qemu/aqmp/qmp_client.py |  8 ++++----
  6 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/python/qemu/aqmp/__init__.py b/python/qemu/aqmp/__init__.py
index c6fa2dda58..e1efab00af 100644
--- a/python/qemu/aqmp/__init__.py
+++ b/python/qemu/aqmp/__init__.py
@@ -6,7 +6,7 @@
  QEMU Guest Agent, and the QEMU Storage Daemon.
`QMPClient` provides the main functionality of this package. All errors
-raised by this library dervive from `AQMPError`, see `aqmp.error` for
+raised by this library dervive from `QMPError`, see `aqmp.error` for

preexisting: s/dervive/derive/


--
Best regards,
Vladimir



reply via email to

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