summaryrefslogtreecommitdiffstats
path: root/python/qemu/console_socket.py
Commit message (Expand)AuthorAgeFilesLines
* python/qemu/console_socket.py: avoid encoding to/from stringJohn Snow2020-10-201-15/+5Star
* python/qemu/console_socket.py: Add type hint annotationsJohn Snow2020-10-201-9/+9
* python/qemu/console_socket.py: Clarify type of drain_threadJohn Snow2020-10-201-2/+1Star
* python/qemu/console_socket.py: fix typing of settimeoutJohn Snow2020-10-201-4/+6
* python/qemu/console_socket.py: Correct type of recv()John Snow2020-10-201-2/+3
* python/qemu: use isort to lay out importsJohn Snow2020-10-201-1/+1
* python/qemu: Change ConsoleSocket to optionally drain socket.Robert Foley2020-07-271-37/+55
* python/qemu: Cleanup changes to ConsoleSocketRobert Foley2020-07-271-28/+29
* python/qemu: Add ConsoleSocket for optional use in QEMUMachineRobert Foley2020-07-111-0/+110