]> git.proxmox.com Git - mirror_qemu.git/history - scripts/qmp
migration/rdma: Convert qemu_rdma_post_send_control() to Error
[mirror_qemu.git] / scripts / qmp /
2022-04-25 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-04-22 Richard HendersonMerge tag 'pull-migration-20220421a' of https://gitlab...
2022-04-21 Richard HendersonMerge tag 'pull-rx-20220421' of https://gitlab.com...
2022-04-21 Richard HendersonMerge tag 'python-pull-request' of https://gitlab.com...
2022-04-21 John Snowpython: rename qemu.aqmp to qemu.qmp
2022-03-09 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/pmbus...
2022-03-09 Peter MaydellMerge remote-tracking branch 'remotes/lvivier-gitlab...
2022-03-09 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-03-09 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2022-03-09 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2022-03-09 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2022-03-08 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2022-03-08 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-03-07 John Snowscripts/qmp-shell-wrap: Fix import path
2022-02-28 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-02-28 Peter MaydellMerge remote-tracking branch 'remotes/shorne/tags/or1k...
2022-02-24 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-02-23 Daniel P. Berrangépython: introduce qmp-shell-wrap convenience tool
2022-02-02 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2022-01-22 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2022-01-21 John Snowpython: move qmp-shell under the AQMP package
2022-01-21 John Snowpython: move qmp utilities to python/qemu/utils
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-06-24 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-06-24 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-06-22 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-06-22 Peter MaydellMerge remote-tracking branch 'remotes/cohuck-gitlab...
2021-06-22 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-21 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-06-18 John Snowscripts/qmp-shell: add redirection shim
2021-06-18 John Snowscripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
2021-06-18 John Snowscripts/qmp-shell: add docstrings
2021-06-18 John Snowscripts/qmp-shell: make QMPShellError inherit QMPError
2021-06-18 John Snowscripts/qmp-shell: remove double-underscores
2021-06-18 John Snowscripts/qmp-shell: convert usage comment to docstring
2021-06-18 John Snowscripts/qmp-shell: Remove too-broad-exception
2021-06-18 John Snowscripts/qmp-shell: Fix empty-transaction invocation
2021-06-18 John Snowscripts/qmp-shell: remove TODO
2021-06-18 John Snowscripts/qmp-shell: use logging to show warnings
2021-06-18 John Snowscripts/qmp-shell: Use context manager instead of atexit
2021-06-18 John Snowscripts/qmp-shell: unprivatize 'pretty' property
2021-06-18 John Snowscripts/qmp-shell: Accept SocketAddrT instead of string
2021-06-18 John Snowscripts/qmp-shell: add mypy types
2021-06-18 John Snowscripts/qmp-shell: initialize completer early
2021-06-18 John Snowscripts/qmp-shell: refactor QMPCompleter
2021-06-18 John Snowscripts/qmp-shell: Fix "FuzzyJSON" parser
2021-06-18 John Snowscripts/qmp-shell: move the REPL functionality into...
2021-06-18 John Snowscripts/qmp-shell: remove prompt argument from read_exe...
2021-06-18 John Snowscripts/qmp-shell: move get_prompt() to prompt property
2021-06-18 John Snowscripts/qmp-shell: Make verbose a public attribute
2021-06-18 John Snowscripts/qmp-shell: Add pretty attribute to HMP shell
2021-06-18 John Snowscripts/qmp-shell: use argparse
2021-06-18 John Snowscripts/qmp-shell: use isinstance() instead of type()
2021-06-18 John Snowscripts/qmp-shell: remove if-raise-else patterns
2021-06-18 John Snowscripts/qmp-shell: fix shell history exception handling
2021-06-18 John Snowscripts/qmp-shell: rename one and two-letter variables
2021-06-18 John Snowscripts/qmp-shell: make QMPCompleter returns explicit
2021-06-18 John Snowscripts/qmp-shell: ignore visit_Name name
2021-06-18 John Snowscripts/qmp-shell: use triple-double-quote docstring...
2021-06-18 John Snowscripts/qmp-shell: declare verbose in __init__
2021-06-18 John Snowscripts/qmp-shell: Use python3-style super()
2021-06-18 John Snowscripts/qmp-shell: use @classmethod where appropriate
2021-06-18 John Snowscripts/qmp-shell: remove shadowed variable from _print()
2021-06-18 John Snowscripts/qmp-shell: fix connect method signature
2021-06-18 John Snowscripts/qmp-shell: fix exception handling
2021-06-18 John Snowscripts/qmp-shell: fix show_banner signature
2021-06-18 John Snowscripts/qmp-shell: Apply flake8 rules
2021-06-18 John Snowscripts/qmp-shell: apply isort rules
2021-06-18 John Snowscripts/qemu-ga-client: Add forwarder shim
2021-06-18 John Snowscripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga...
2021-06-18 John Snowscripts/qemu-ga-client: add mypy type hints
2021-06-18 John Snowscripts/qemu-ga-client: apply (most) pylint rules
2021-06-18 John Snowscripts/qemu-ga-client: add module docstring
2021-06-18 John Snowscripts/qemu-ga-client: replace deprecated optparse...
2021-06-18 John Snowscripts/qemu-ga-client: Fix exception handling
2021-06-18 John Snowscripts/qemu-ga-client: apply (most) flake8 rules
2021-06-18 John Snowscripts/qemu-ga-client: apply isort rules
2021-06-18 John Snowscripts/qom-fuse: add redirection shim to python/qemu...
2021-06-18 John Snowscripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
2021-06-18 John Snowscripts/qom-fuse: add static type hints
2021-06-18 John Snowscripts/qom-fuse: ensure QOMFuse.read always returns...
2021-06-18 John Snowscripts/qom-fuse: use QOMCommand.qom_list()
2021-06-18 John Snowscripts/qom-fuse: Convert to QOMCommand
2021-06-18 John Snowscripts/qom-fuse: Add docstrings
2021-06-18 John Snowscripts/qom-fuse: Apply pylint rules
2021-06-18 John Snowscripts/qom-fuse: apply flake8 rules
2021-06-18 John Snowscripts/qom-fuse: apply isort rules
2021-06-18 John Snowscripts/qmp: redirect qom-xxx scripts to python/qemu...
2021-06-18 John Snowpython/qmp: add parse_address classmethod
2021-03-04 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-03-03 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-03-02 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-02-25 Daniel P. Berrangédocs: update to show preferred boolean syntax for ...
2020-11-02 Peter MaydellMerge remote-tracking branch 'remotes/nvme/tags/pull...
2020-10-31 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/modul...
2020-10-31 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2020-10-31 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2020-10-30 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2020-10-30 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-10-30 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
next