Re: [PATCH 16/20] python/console_socket: avoid encoding to/from string

2020-10-07 Thread Kevin Wolf
Am 07.10.2020 um 01:58 hat John Snow geschrieben: > We can work directly in bytes instead of translating back and forth to > string, which removes the question of which encodings to use. > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf

[PATCH 16/20] python/console_socket: avoid encoding to/from string

2020-10-06 Thread John Snow
We can work directly in bytes instead of translating back and forth to string, which removes the question of which encodings to use. Signed-off-by: John Snow --- python/qemu/console_socket.py | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/python/qemu/co