aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé1-0/+10
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé1-1/+14
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé1-0/+14
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé1-0/+23
2020-02-20scripts/git.orderfile: Display Cocci scripts before code modificationsPhilippe Mathieu-Daudé1-0/+3
2020-02-14Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell1-4/+8
2020-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-02-13git: Make submodule check only needed modulesJuan Quintela1-4/+8
2020-02-12minikconf: accept alnum identifiersMarc-André Lureau1-1/+1
2020-02-07drop "from __future__ import print_function"Paolo Bonzini21-21/+0
2020-02-07make all Python scripts executablePaolo Bonzini2-0/+0
2020-02-07scripts/signrom: remove Python 2 support, add shebangPaolo Bonzini1-8/+4
2020-02-07scripts: Explicit usage of Python 3 (scripts without __main__)Philippe Mathieu-Daudé1-1/+1
2020-02-07scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé23-23/+0
2020-02-07scripts/minikconf: Explicit usage of Python 3Philippe Mathieu-Daudé1-0/+1
2020-02-07scripts: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé14-14/+14
2020-02-07scripts/checkpatch.pl: Only allow Python 3 interpreterPhilippe Mathieu-Daudé1-0/+6
2020-02-03scripts/qemu-trace-stap: Convert documentation to rSTPeter Maydell1-140/+0
2020-02-03hxtool: Support SRST/ERST directivesPeter Maydell1-1/+32
2020-01-23virtiofsd: Pull in kernel's fuse.hDr. David Alan Gilbert1-0/+1
2020-01-21scripts/git.orderfile: Display decodetree before C sourcePhilippe Mathieu-Daudé1-0/+3
2020-01-20qapi: Fix code generation with Python 3.5Markus Armbruster1-1/+1
2020-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into ...Peter Maydell6-59/+93
2020-01-14qapi: Simplify QAPISchemaModularCVisitorMarkus Armbruster5-22/+23
2020-01-14qapi: Fix code generation for empty modulesMarkus Armbruster1-11/+13
2020-01-14qapi: Proper intermediate representation for modulesMarkus Armbruster1-20/+43
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster1-4/+11
2020-01-14qapi: Tweak "command returns a nice type" check for clarityMarkus Armbruster1-4/+5
2020-01-13trace: update qemu-trace-stap to Python 3Stefan Hajnoczi1-4/+4
2019-12-17docs: tweak kernel-doc for QEMU coding standardsPaolo Bonzini1-9/+19
2019-12-17docs: import Linux kernel-doc script and extensionPaolo Bonzini1-0/+2226
2019-12-16analyze-migration.py: replace numpy with python 3.2Marc-André Lureau1-16/+19
2019-12-16analyze-migration.py: fix find() type errorMarc-André Lureau1-2/+2
2019-11-25vmstate-static-checker: Fix for current pythonDr. David Alan Gilbert1-2/+4
2019-11-19scripts: Detect git worktrees for get_maintainer.pl --gitAlexey Kardashevskiy1-1/+1
2019-11-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+1
2019-11-06global: Squash 'the the'Dr. David Alan Gilbert1-1/+1
2019-11-06scripts/qemu-binfmt-conf: Update for sparc64Richard Henderson1-2/+6
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2-1/+2
2019-10-29qapi: Check feature documentation against the schemaMarkus Armbruster2-9/+24
2019-10-29qapi: Polish reporting of bogus member documentationMarkus Armbruster1-2/+4
2019-10-29qapi: Lift features into QAPISchemaEntityMarkus Armbruster1-21/+11
2019-10-29qapi: Fold normalize_enum() into check_enum()Markus Armbruster1-7/+2
2019-10-29qapi: Fold normalize_features() into check_features()Markus Armbruster1-8/+2
2019-10-29qapi: Fold normalize_if() into check_if()Markus Armbruster1-12/+1
2019-10-29qapi: Eliminate .check_doc() overridesMarkus Armbruster1-21/+2
2019-10-29qapi: Simplify ._make_implicit_object_type()Markus Armbruster1-7/+6
2019-10-29qapi: Fix doc comment checking for commands and eventsMarkus Armbruster2-2/+23
2019-10-29qapi: Clean up doc comment checking for implicit union baseMarkus Armbruster1-11/+16
2019-10-29qapi: Fix enum doc comment checkingMarkus Armbruster1-0/+4