index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2021-01-02
python: add __repr__ to ConsoleSocket to aid debugging
Alex Bennée
2020-12-10
treewide: do not use short-form boolean options
Paolo Bonzini
2020-11-23
tests: add prefixes to the bare mkdtemp calls
Alex Bennée
2020-10-20
python/qemu/qmp.py: Fix settimeout operation
John Snow
2020-10-20
python/qemu/qmp.py: re-raise OSError when encountered
John Snow
2020-10-20
python: add mypy config
John Snow
2020-10-20
python/qemu/qmp.py: Preserve error context on re-raise
John Snow
2020-10-20
python/qemu/console_socket.py: avoid encoding to/from string
John Snow
2020-10-20
python/qemu/console_socket.py: Add type hint annotations
John Snow
2020-10-20
python/qemu/console_socket.py: Clarify type of drain_thread
John Snow
2020-10-20
python/qemu/console_socket.py: fix typing of settimeout
John Snow
2020-10-20
python/qemu/console_socket.py: Correct type of recv()
John Snow
2020-10-20
python/qemu: Add mypy type annotations
John Snow
2020-10-20
python/qemu: make 'args' style arguments immutable
John Snow
2020-10-20
python/machine.py: fix _popen access
John Snow
2020-10-20
python/machine.py: Add _qmp access shim
John Snow
2020-10-20
python/machine.py: use qmp.command
John Snow
2020-10-20
python/machine.py: Handle None events in events_wait
John Snow
2020-10-20
python/machine.py: Don't modify state in _base_args()
John Snow
2020-10-20
python/machine.py: reorder __init__
John Snow
2020-10-20
python/machine.py: Fix monitor address typing
John Snow
2020-10-20
python/qemu: use isort to lay out imports
John Snow
2020-07-27
python/qemu: Change ConsoleSocket to optionally drain socket.
Robert Foley
2020-07-27
python/qemu: Cleanup changes to ConsoleSocket
Robert Foley
2020-07-25
python/machine: Change default timeout to 30 seconds
John Snow
2020-07-14
python/qmp.py: add QMPProtocolError
John Snow
2020-07-14
python/qmp.py: add casts to JSON deserialization
John Snow
2020-07-14
python/qmp.py: Do not return None from cmd_obj
John Snow
2020-07-14
python/qmp.py: re-absorb MonitorResponseError
John Snow
2020-07-14
python/qmp.py: Define common types
John Snow
2020-07-14
python/machine.py: change default wait timeout to 3 seconds
John Snow
2020-07-14
python/machine.py: re-add sigkill warning suppression
John Snow
2020-07-14
python/machine.py: split shutdown into hard and soft flavors
John Snow
2020-07-14
python/machine.py: Make wait() call shutdown()
John Snow
2020-07-14
python/machine.py: Add a configurable timeout to shutdown()
John Snow
2020-07-14
python/machine.py: Prohibit multiple shutdown() calls
John Snow
2020-07-14
python/machine.py: Perform early cleanup for wait() calls, too
John Snow
2020-07-14
python/machine.py: Add _early_cleanup hook
John Snow
2020-07-14
python/machine.py: Close QMP socket in cleanup
John Snow
2020-07-14
python/machine.py: consolidate _post_shutdown()
John Snow
2020-07-11
python/qemu: Add ConsoleSocket for optional use in QEMUMachine
Robert Foley
2020-05-31
python/qemu/qtest: Check before accessing _qtest
John Snow
2020-05-31
python/qemu/qmp: assert sockfile is not None
John Snow
2020-05-31
python/qemu/qmp: use True/False for non/blocking modes
John Snow
2020-05-31
python/qemu: Adjust traceback typing
John Snow
2020-05-31
python/qemu: fix socket.makefile() typing
John Snow
2020-05-31
python/qemu: remove Python2 style super() calls
John Snow
2020-05-31
python/qemu: delint; add flake8 config
John Snow
2020-05-31
python/qemu: delint and add pylintrc
John Snow
2020-05-31
python/qemu/machine: remove logging configuration
John Snow
[next]