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
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