index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2021-06-18
scripts/qmp-shell: refactor QMPCompleter
John Snow
2021-06-18
scripts/qmp-shell: Fix "FuzzyJSON" parser
John Snow
2021-06-18
scripts/qmp-shell: move the REPL functionality into QMPShell
John Snow
2021-06-18
scripts/qmp-shell: remove prompt argument from read_exec_command
John Snow
2021-06-18
scripts/qmp-shell: move get_prompt() to prompt property
John Snow
2021-06-18
scripts/qmp-shell: Make verbose a public attribute
John Snow
2021-06-18
scripts/qmp-shell: Add pretty attribute to HMP shell
John Snow
2021-06-18
scripts/qmp-shell: use argparse
John Snow
2021-06-18
scripts/qmp-shell: use isinstance() instead of type()
John Snow
2021-06-18
scripts/qmp-shell: remove if-raise-else patterns
John Snow
2021-06-18
scripts/qmp-shell: fix shell history exception handling
John Snow
2021-06-18
scripts/qmp-shell: rename one and two-letter variables
John Snow
2021-06-18
scripts/qmp-shell: make QMPCompleter returns explicit
John Snow
2021-06-18
scripts/qmp-shell: ignore visit_Name name
John Snow
2021-06-18
scripts/qmp-shell: use triple-double-quote docstring style
John Snow
2021-06-18
scripts/qmp-shell: declare verbose in __init__
John Snow
2021-06-18
scripts/qmp-shell: Use python3-style super()
John Snow
2021-06-18
scripts/qmp-shell: use @classmethod where appropriate
John Snow
2021-06-18
scripts/qmp-shell: remove shadowed variable from _print()
John Snow
2021-06-18
scripts/qmp-shell: fix connect method signature
John Snow
2021-06-18
scripts/qmp-shell: fix exception handling
John Snow
2021-06-18
scripts/qmp-shell: fix show_banner signature
John Snow
2021-06-18
scripts/qmp-shell: Apply flake8 rules
John Snow
2021-06-18
scripts/qmp-shell: apply isort rules
John Snow
2021-06-18
scripts/qemu-ga-client: Add forwarder shim
John Snow
2021-06-18
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
John Snow
2021-06-18
scripts/qemu-ga-client: add mypy type hints
John Snow
2021-06-18
scripts/qemu-ga-client: apply (most) pylint rules
John Snow
2021-06-18
scripts/qemu-ga-client: add module docstring
John Snow
2021-06-18
scripts/qemu-ga-client: replace deprecated optparse with argparse
John Snow
2021-06-18
scripts/qemu-ga-client: Fix exception handling
John Snow
2021-06-18
scripts/qemu-ga-client: apply (most) flake8 rules
John Snow
2021-06-18
scripts/qemu-ga-client: apply isort rules
John Snow
2021-06-18
scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
John Snow
2021-06-18
scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
John Snow
2021-06-18
scripts/qom-fuse: add static type hints
John Snow
2021-06-18
scripts/qom-fuse: ensure QOMFuse.read always returns bytes
John Snow
2021-06-18
scripts/qom-fuse: use QOMCommand.qom_list()
John Snow
2021-06-18
scripts/qom-fuse: Convert to QOMCommand
John Snow
2021-06-18
scripts/qom-fuse: Add docstrings
John Snow
2021-06-18
scripts/qom-fuse: Apply pylint rules
John Snow
2021-06-18
scripts/qom-fuse: apply flake8 rules
John Snow
2021-06-18
scripts/qom-fuse: apply isort rules
John Snow
2021-06-18
scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
John Snow
2021-06-18
python/qmp: add parse_address classmethod
John Snow
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-06-07
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-06-07
scripts/checkpatch.pl: process .c.inc and .h.inc files as C source
Matheus Ferst
2021-06-05
scripts/oss-fuzz: Fix typo in documentation
Philippe Mathieu-Daudé
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
[next]