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-06-01
python: add mypy to pipenv
John Snow
2021-06-01
python: move mypy.ini into setup.cfg
John Snow
2021-06-01
python: Add flake8 to pipenv
John Snow
2021-06-01
python: add excluded dirs to flake8 config
John Snow
2021-06-01
python: move flake8 config to setup.cfg
John Snow
2021-06-01
python: add pylint to pipenv
John Snow
2021-06-01
python: move pylintrc into setup.cfg
John Snow
2021-06-01
python: add pylint import exceptions
John Snow
2021-06-01
python: Add pipenv support
John Snow
2021-06-01
python: add MANIFEST.in
John Snow
2021-06-01
python: add directory structure README.rst files
John Snow
2021-06-01
python: add VERSION file
John Snow
2021-06-01
python: add qemu package installer
John Snow
2021-06-01
python: create qemu packages
John Snow
2021-06-01
python/machine: Trim line length to below 80 chars
John Snow
2021-06-01
python/machine: disable warning for Popen in _launch()
John Snow
2021-06-01
python/machine: Disable pylint warning for open() in _pre_launch
John Snow
2021-06-01
python/console_socket: Add a pylint ignore
John Snow
2021-06-01
python/machine: use subprocess.run instead of subprocess.Popen
John Snow
2021-06-01
python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
John Snow
2021-06-01
python/console_socket: avoid one-letter variable
John Snow
2021-06-01
Python: add utility function for retrieving port redirection
Cleber Rosa
2021-06-01
Python: expose QEMUMachine's temporary directory
Cleber Rosa
2021-02-15
Python: close the log file kept by QEMUMachine before reading it
Cleber Rosa
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
[prev]
[next]