Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: add __repr__ to ConsoleSocket to aid debugging | Alex Bennée | 2021-01-02 | 1 | -0/+7 |
* | python/qemu/console_socket.py: avoid encoding to/from string | John Snow | 2020-10-20 | 1 | -15/+5 |
* | python/qemu/console_socket.py: Add type hint annotations | John Snow | 2020-10-20 | 1 | -9/+9 |
* | python/qemu/console_socket.py: Clarify type of drain_thread | John Snow | 2020-10-20 | 1 | -2/+1 |
* | python/qemu/console_socket.py: fix typing of settimeout | John Snow | 2020-10-20 | 1 | -4/+6 |
* | python/qemu/console_socket.py: Correct type of recv() | John Snow | 2020-10-20 | 1 | -2/+3 |
* | python/qemu: use isort to lay out imports | John Snow | 2020-10-20 | 1 | -1/+1 |
* | python/qemu: Change ConsoleSocket to optionally drain socket. | Robert Foley | 2020-07-27 | 1 | -37/+55 |
* | python/qemu: Cleanup changes to ConsoleSocket | Robert Foley | 2020-07-27 | 1 | -28/+29 |
* | python/qemu: Add ConsoleSocket for optional use in QEMUMachine | Robert Foley | 2020-07-11 | 1 | -0/+110 |