OSDN Git Service

trace/simple: pass iter to st_write_event_mapping
[qmiga/qemu.git] / scripts /
2021-07-12 Gerd Hoffmannqemu-trace-stap: changing SYSTEMTAP_TAPSET considered...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-07-09 Akihiko Odakimeson: Use input/output for entitlements target
2021-07-09 Jose R. Zivianimodules: check if all dependencies can be satisfied
2021-07-09 Gerd Hoffmannmodules: generate modinfo.c
2021-07-09 Gerd Hoffmannmodules: collect module meta-data
2021-07-09 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-07-08 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2021-07-06 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-07-06 John ArbuckleSet icon for QEMU binary on Mac OS
2021-07-06 Paolo Bonzinicoverity-scan: switch to vpath build
2021-07-06 Philippe Mathieu... coverity-scan: Remove lm32 / unicore32 targets
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/audio...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2021-06-25 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-06-25 Alex Bennéescripts/checkpatch: roll diff tweaking into checkpatch...
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-21 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost-gl/tags...
2021-06-20 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
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-06-18 Vladimir Sementsov... block-coroutine-wrapper: allow non bdrv_ prefix
2021-06-18 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/audio...
2021-06-17 Daniel P. Berrangéscripts: helper to generate x86_64 CPU ABI compat info
2021-06-17 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-06-15 David Hildenbrandsoftmmu/memory: Pass ram_flags to memory_region_init_ra...
2021-06-08 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2021-06-07 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-06-07 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-06-07 Matheus Ferstscripts/checkpatch.pl: process .c.inc and .h.inc files...
next