index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
python: move mypy.ini into setup.cfg
John Snow
2021-06-01
2
-4
/
+5
*
python: Add flake8 to pipenv
John Snow
2021-06-01
2
-1
/
+51
*
python: add excluded dirs to flake8 config
John Snow
2021-06-01
1
-0
/
+2
*
python: move flake8 config to setup.cfg
John Snow
2021-06-01
2
-2
/
+3
*
python: add pylint to pipenv
John Snow
2021-06-01
2
-0
/
+131
*
python: move pylintrc into setup.cfg
John Snow
2021-06-01
2
-58
/
+29
*
python: add pylint import exceptions
John Snow
2021-06-01
3
-2
/
+5
*
python: Add pipenv support
John Snow
2021-06-01
2
-0
/
+14
*
python: add MANIFEST.in
John Snow
2021-06-01
2
-0
/
+5
*
python: add directory structure README.rst files
John Snow
2021-06-01
5
-0
/
+74
*
python: add VERSION file
John Snow
2021-06-01
2
-0
/
+2
*
python: add qemu package installer
John Snow
2021-06-01
3
-0
/
+78
*
python: create qemu packages
John Snow
2021-06-01
11
-21
/
+72
*
python/machine: Trim line length to below 80 chars
John Snow
2021-06-01
1
-1
/
+1
*
python/machine: disable warning for Popen in _launch()
John Snow
2021-06-01
1
-0
/
+3
*
python/machine: Disable pylint warning for open() in _pre_launch
John Snow
2021-06-01
1
-1
/
+5
*
python/console_socket: Add a pylint ignore
John Snow
2021-06-01
1
-0
/
+1
*
python/machine: use subprocess.run instead of subprocess.Popen
John Snow
2021-06-01
1
-6
/
+9
*
python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
John Snow
2021-06-01
1
-4
/
+2
*
python/console_socket: avoid one-letter variable
John Snow
2021-06-01
1
-5
/
+5
*
Python: add utility function for retrieving port redirection
Cleber Rosa
2021-06-01
1
-0
/
+33
*
Python: expose QEMUMachine's temporary directory
Cleber Rosa
2021-06-01
2
-11
/
+19
*
Python: close the log file kept by QEMUMachine before reading it
Cleber Rosa
2021-02-15
1
-2
/
+2
*
python: add __repr__ to ConsoleSocket to aid debugging
Alex Bennée
2021-01-02
1
-0
/
+7
*
treewide: do not use short-form boolean options
Paolo Bonzini
2020-12-10
1
-1
/
+1
*
tests: add prefixes to the bare mkdtemp calls
Alex Bennée
2020-11-23
1
-1
/
+2
*
python/qemu/qmp.py: Fix settimeout operation
John Snow
2020-10-20
1
-6
/
+17
*
python/qemu/qmp.py: re-raise OSError when encountered
John Snow
2020-10-20
1
-4
/
+5
*
python: add mypy config
John Snow
2020-10-20
1
-0
/
+4
*
python/qemu/qmp.py: Preserve error context on re-raise
John Snow
2020-10-20
1
-4
/
+5
*
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: Add mypy type annotations
John Snow
2020-10-20
4
-75
/
+101
*
python/qemu: make 'args' style arguments immutable
John Snow
2020-10-20
2
-18
/
+34
*
python/machine.py: fix _popen access
John Snow
2020-10-20
1
-5
/
+11
*
python/machine.py: Add _qmp access shim
John Snow
2020-10-20
1
-11
/
+13
*
python/machine.py: use qmp.command
John Snow
2020-10-20
1
-12
/
+20
*
python/machine.py: Handle None events in events_wait
John Snow
2020-10-20
1
-7
/
+20
*
python/machine.py: Don't modify state in _base_args()
John Snow
2020-10-20
2
-10
/
+14
*
python/machine.py: reorder __init__
John Snow
2020-10-20
1
-19
/
+25
*
python/machine.py: Fix monitor address typing
John Snow
2020-10-20
1
-15
/
+25
*
python/qemu: use isort to lay out imports
John Snow
2020-10-20
6
-11
/
+19
*
python/qemu: Change ConsoleSocket to optionally drain socket.
Robert Foley
2020-07-27
2
-46
/
+59
*
python/qemu: Cleanup changes to ConsoleSocket
Robert Foley
2020-07-27
3
-32
/
+34
*
python/machine: Change default timeout to 30 seconds
John Snow
2020-07-25
1
-15
/
+15
*
python/qmp.py: add QMPProtocolError
John Snow
2020-07-14
1
-0
/
+10
*
python/qmp.py: add casts to JSON deserialization
John Snow
2020-07-14
1
-2
/
+6
[prev]
[next]