Re: [PATCH v2 02/24] python/aqmp: add error classes

2021-08-03 Thread John Snow
On Tue, Aug 3, 2021 at 1:40 PM Eric Blake wrote: > On Tue, Aug 03, 2021 at 01:34:32PM -0400, John Snow wrote: > > Got it. I was *just* about to send a refreshed version of this patchset > > because I found a new bug while on my way to making a sync compatibility > > shim for iotests -- Do you hav

Re: [PATCH v2 02/24] python/aqmp: add error classes

2021-08-03 Thread Eric Blake
On Tue, Aug 03, 2021 at 01:34:32PM -0400, John Snow wrote: > Got it. I was *just* about to send a refreshed version of this patchset > because I found a new bug while on my way to making a sync compatibility > shim for iotests -- Do you have more feedback cooking, or should I hit the > send button?

Re: [PATCH v2 02/24] python/aqmp: add error classes

2021-08-03 Thread John Snow
Got it. I was *just* about to send a refreshed version of this patchset because I found a new bug while on my way to making a sync compatibility shim for iotests -- Do you have more feedback cooking, or should I hit the send button? --js On Tue, Aug 3, 2021 at 12:02 PM Eric Blake wrote: > On Fr

Re: [PATCH v2 02/24] python/aqmp: add error classes

2021-08-03 Thread Eric Blake
On Fri, Jul 16, 2021 at 08:32:31PM -0400, John Snow wrote: > Signed-off-by: John Snow > --- > python/qemu/aqmp/__init__.py | 4 +++ > python/qemu/aqmp/error.py| 50 > 2 files changed, 54 insertions(+) > create mode 100644 python/qemu/aqmp/error.py > +++

[PATCH v2 02/24] python/aqmp: add error classes

2021-07-16 Thread John Snow
Signed-off-by: John Snow --- python/qemu/aqmp/__init__.py | 4 +++ python/qemu/aqmp/error.py| 50 2 files changed, 54 insertions(+) create mode 100644 python/qemu/aqmp/error.py diff --git a/python/qemu/aqmp/__init__.py b/python/qemu/aqmp/__init__.py ind