index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
Python: close the log file kept by QEMUMachine before reading it
Cleber Rosa
1
-2
/
+2
2021-01-02
python: add __repr__ to ConsoleSocket to aid debugging
Alex Bennée
1
-0
/
+7
2020-12-10
treewide: do not use short-form boolean options
Paolo Bonzini
1
-1
/
+1
2020-11-23
tests: add prefixes to the bare mkdtemp calls
Alex Bennée
1
-1
/
+2
2020-10-20
python/qemu/qmp.py: Fix settimeout operation
John Snow
1
-6
/
+17
2020-10-20
python/qemu/qmp.py: re-raise OSError when encountered
John Snow
1
-4
/
+5
2020-10-20
python: add mypy config
John Snow
1
-0
/
+4
2020-10-20
python/qemu/qmp.py: Preserve error context on re-raise
John Snow
1
-4
/
+5
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: Add mypy type annotations
John Snow
4
-75
/
+101
2020-10-20
python/qemu: make 'args' style arguments immutable
John Snow
2
-18
/
+34
2020-10-20
python/machine.py: fix _popen access
John Snow
1
-5
/
+11
2020-10-20
python/machine.py: Add _qmp access shim
John Snow
1
-11
/
+13
2020-10-20
python/machine.py: use qmp.command
John Snow
1
-12
/
+20
2020-10-20
python/machine.py: Handle None events in events_wait
John Snow
1
-7
/
+20
2020-10-20
python/machine.py: Don't modify state in _base_args()
John Snow
2
-10
/
+14
2020-10-20
python/machine.py: reorder __init__
John Snow
1
-19
/
+25
2020-10-20
python/machine.py: Fix monitor address typing
John Snow
1
-15
/
+25
2020-10-20
python/qemu: use isort to lay out imports
John Snow
6
-11
/
+19
2020-07-27
python/qemu: Change ConsoleSocket to optionally drain socket.
Robert Foley
2
-46
/
+59
2020-07-27
python/qemu: Cleanup changes to ConsoleSocket
Robert Foley
3
-32
/
+34
2020-07-25
python/machine: Change default timeout to 30 seconds
John Snow
1
-15
/
+15
2020-07-14
python/qmp.py: add QMPProtocolError
John Snow
1
-0
/
+10
2020-07-14
python/qmp.py: add casts to JSON deserialization
John Snow
1
-2
/
+6
2020-07-14
python/qmp.py: Do not return None from cmd_obj
John Snow
1
-9
/
+5
2020-07-14
python/qmp.py: re-absorb MonitorResponseError
John Snow
2
-16
/
+16
2020-07-14
python/qmp.py: Define common types
John Snow
1
-0
/
+18
2020-07-14
python/machine.py: change default wait timeout to 3 seconds
John Snow
1
-2
/
+2
2020-07-14
python/machine.py: re-add sigkill warning suppression
John Snow
1
-1
/
+6
2020-07-14
python/machine.py: split shutdown into hard and soft flavors
John Snow
1
-15
/
+83
2020-07-14
python/machine.py: Make wait() call shutdown()
John Snow
1
-8
/
+9
2020-07-14
python/machine.py: Add a configurable timeout to shutdown()
John Snow
1
-3
/
+5
2020-07-14
python/machine.py: Prohibit multiple shutdown() calls
John Snow
1
-1
/
+13
2020-07-14
python/machine.py: Perform early cleanup for wait() calls, too
John Snow
1
-0
/
+1
2020-07-14
python/machine.py: Add _early_cleanup hook
John Snow
1
-6
/
+12
2020-07-14
python/machine.py: Close QMP socket in cleanup
John Snow
1
-3
/
+4
2020-07-14
python/machine.py: consolidate _post_shutdown()
John Snow
1
-14
/
+13
2020-07-11
python/qemu: Add ConsoleSocket for optional use in QEMUMachine
Robert Foley
2
-4
/
+129
2020-05-31
python/qemu/qtest: Check before accessing _qtest
John Snow
1
-3
/
+11
2020-05-31
python/qemu/qmp: assert sockfile is not None
John Snow
1
-0
/
+1
2020-05-31
python/qemu/qmp: use True/False for non/blocking modes
John Snow
1
-2
/
+2
2020-05-31
python/qemu: Adjust traceback typing
John Snow
2
-4
/
+14
2020-05-31
python/qemu: fix socket.makefile() typing
John Snow
2
-7
/
+15
2020-05-31
python/qemu: remove Python2 style super() calls
John Snow
2
-9
/
+8
2020-05-31
python/qemu: delint; add flake8 config
John Snow
4
-9
/
+19
2020-05-31
python/qemu: delint and add pylintrc
John Snow
3
-18
/
+88
[next]