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