aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/console_socket.py
AgeCommit message (Expand)Author
2021-01-02python: add __repr__ to ConsoleSocket to aid debuggingAlex Bennée
2020-10-20python/qemu/console_socket.py: avoid encoding to/from stringJohn Snow
2020-10-20python/qemu/console_socket.py: Add type hint annotationsJohn Snow
2020-10-20python/qemu/console_socket.py: Clarify type of drain_threadJohn Snow
2020-10-20python/qemu/console_socket.py: fix typing of settimeoutJohn Snow
2020-10-20python/qemu/console_socket.py: Correct type of recv()John Snow
2020-10-20python/qemu: use isort to lay out importsJohn Snow
2020-07-27python/qemu: Change ConsoleSocket to optionally drain socket.Robert Foley
2020-07-27python/qemu: Cleanup changes to ConsoleSocketRobert Foley
2020-07-11python/qemu: Add ConsoleSocket for optional use in QEMUMachineRobert Foley