aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé
2020-02-20scripts/git.orderfile: Display Cocci scripts before code modificationsPhilippe Mathieu-Daudé
2020-02-18scripts/checkpatch.pl: Detect superfluous semicolon in C codePhilippe Mathieu-Daudé
2020-02-14Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell
2020-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-02-13git: Make submodule check only needed modulesJuan Quintela
2020-02-12minikconf: accept alnum identifiersMarc-André Lureau
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-07make all Python scripts executablePaolo Bonzini
2020-02-07scripts/signrom: remove Python 2 support, add shebangPaolo Bonzini
2020-02-07scripts: Explicit usage of Python 3 (scripts without __main__)Philippe Mathieu-Daudé
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé
2020-02-07scripts/minikconf: Explicit usage of Python 3Philippe Mathieu-Daudé
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé
2020-02-07scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé
2020-02-03scripts/qemu-trace-stap: Convert documentation to rSTPeter Maydell
2020-02-03hxtool: Support SRST/ERST directivesPeter Maydell
2020-01-23virtiofsd: Pull in kernel's fuse.hDr. David Alan Gilbert
2020-01-21scripts/git.orderfile: Display decodetree before C sourcePhilippe Mathieu-Daudé
2020-01-20qapi: Fix code generation with Python 3.5Markus Armbruster
2020-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into ...Peter Maydell
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster
2020-01-14qapi: Fix code generation for empty modulesMarkus Armbruster
2020-01-14qapi: Proper intermediate representation for modulesMarkus Armbruster
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster
2020-01-14qapi: Tweak "command returns a nice type" check for clarityMarkus Armbruster
2020-01-13trace: update qemu-trace-stap to Python 3Stefan Hajnoczi
2019-12-17docs: tweak kernel-doc for QEMU coding standardsPaolo Bonzini
2019-12-17docs: import Linux kernel-doc script and extensionPaolo Bonzini
2019-12-16analyze-migration.py: replace numpy with python 3.2Marc-André Lureau
2019-12-16analyze-migration.py: fix find() type errorMarc-André Lureau
2019-11-25vmstate-static-checker: Fix for current pythonDr. David Alan Gilbert
2019-11-19scripts: Detect git worktrees for get_maintainer.pl --gitAlexey Kardashevskiy
2019-11-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-11-06global: Squash 'the the'Dr. David Alan Gilbert
2019-11-06scripts/qemu-binfmt-conf: Update for sparc64Richard Henderson
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29qapi: Check feature documentation against the schemaMarkus Armbruster
2019-10-29qapi: Polish reporting of bogus member documentationMarkus Armbruster
2019-10-29qapi: Lift features into QAPISchemaEntityMarkus Armbruster
2019-10-29qapi: Fold normalize_enum() into check_enum()Markus Armbruster