Re: [PATCH v2 04/25] python/aqmp: add SocketAddrT to package root

2021-12-16 Thread Beraldo Leal
On Wed, Dec 15, 2021 at 02:39:18PM -0500, John Snow wrote: > It's a commonly needed definition, it can be re-exported by the root. > > Signed-off-by: John Snow > --- > python/qemu/aqmp/__init__.py | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/python/qemu/aqm

Re: [PATCH v2 04/25] python/aqmp: add SocketAddrT to package root

2021-12-16 Thread Vladimir Sementsov-Ogievskiy
15.12.2021 22:39, John Snow wrote: It's a commonly needed definition, it can be re-exported by the root. Signed-off-by: John Snow Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

[PATCH v2 04/25] python/aqmp: add SocketAddrT to package root

2021-12-15 Thread John Snow
It's a commonly needed definition, it can be re-exported by the root. Signed-off-by: John Snow --- python/qemu/aqmp/__init__.py | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python/qemu/aqmp/__init__.py b/python/qemu/aqmp/__init__.py index 880d5b6fa7..c6fa2dda58 1