aboutsummaryrefslogtreecommitdiff
path: root/python/qemu/console_socket.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-01python/console_socket: avoid one-letter variableJohn Snow1-5/+5
2021-01-02python: add __repr__ to ConsoleSocket to aid debuggingAlex Bennée1-0/+7
2020-10-20python/qemu/console_socket.py: avoid encoding to/from stringJohn Snow1-15/+5
2020-10-20python/qemu/console_socket.py: Add type hint annotationsJohn Snow1-9/+9
2020-10-20python/qemu/console_socket.py: Clarify type of drain_threadJohn Snow1-2/+1
2020-10-20python/qemu/console_socket.py: fix typing of settimeoutJohn Snow1-4/+6
2020-10-20python/qemu/console_socket.py: Correct type of recv()John Snow1-2/+3
2020-10-20python/qemu: use isort to lay out importsJohn Snow1-1/+1
2020-07-27python/qemu: Change ConsoleSocket to optionally drain socket.Robert Foley1-37/+55
2020-07-27python/qemu: Cleanup changes to ConsoleSocketRobert Foley1-28/+29
2020-07-11python/qemu: Add ConsoleSocket for optional use in QEMUMachineRobert Foley1-0/+110