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
/
qemu
/
utils
/
accel.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
scripts/qmp-shell: Remove too-broad-exception
John Snow
1
-4
/
+7
2021-06-18
scripts/qmp-shell: Fix empty-transaction invocation
John Snow
1
-6
/
+8
2021-06-18
scripts/qmp-shell: remove TODO
John Snow
1
-2
/
+0
2021-06-18
scripts/qmp-shell: use logging to show warnings
John Snow
1
-2
/
+8
2021-06-18
scripts/qmp-shell: Use context manager instead of atexit
John Snow
1
-16
/
+19
2021-06-18
python/qmp: return generic type from context manager
John Snow
1
-1
/
+4
2021-06-18
scripts/qmp-shell: unprivatize 'pretty' property
John Snow
1
-5
/
+4
2021-06-18
scripts/qmp-shell: Accept SocketAddrT instead of string
John Snow
1
-5
/
+7
2021-06-18
scripts/qmp-shell: add mypy types
John Snow
1
-26
/
+41
2021-06-18
python/qmp: add QMPObject type alias
John Snow
1
-0
/
+3
2021-06-18
scripts/qmp-shell: initialize completer early
John Snow
1
-1
/
+1
2021-06-18
scripts/qmp-shell: refactor QMPCompleter
John Snow
1
-3
/
+11
2021-06-18
scripts/qmp-shell: Fix "FuzzyJSON" parser
John Snow
1
-10
/
+10
2021-06-18
scripts/qmp-shell: move the REPL functionality into QMPShell
John Snow
1
-3
/
+7
2021-06-18
scripts/qmp-shell: remove prompt argument from read_exec_command
John Snow
1
-3
/
+3
2021-06-18
scripts/qmp-shell: move get_prompt() to prompt property
John Snow
1
-4
/
+5
2021-06-18
scripts/qmp-shell: Make verbose a public attribute
John Snow
1
-10
/
+6
2021-06-18
scripts/qmp-shell: Add pretty attribute to HMP shell
John Snow
1
-7
/
+4
2021-06-18
scripts/qmp-shell: use argparse
John Snow
1
-51
/
+33
2021-06-18
scripts/qmp-shell: use isinstance() instead of type()
John Snow
1
-2
/
+2
2021-06-18
scripts/qmp-shell: remove if-raise-else patterns
John Snow
1
-4
/
+4
2021-06-18
scripts/qmp-shell: fix shell history exception handling
John Snow
1
-9
/
+6
2021-06-18
scripts/qmp-shell: rename one and two-letter variables
John Snow
1
-12
/
+12
2021-06-18
scripts/qmp-shell: make QMPCompleter returns explicit
John Snow
1
-3
/
+3
2021-06-18