aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-03-17scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}Philippe Mathieu-Daudé1-0/+18
2020-03-17scripts/cocci: Rename memory-region-{init-ram -> housekeeping}Philippe Mathieu-Daudé1-0/+13
2020-03-12hxtool: Remove Texinfo generation supportPeter Maydell1-77/+1
2020-03-09maint: Include top-level *.rst files early in git diffEric Blake1-0/+1
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf1-0/+5
2020-03-06scripts/hxtool-conv: Archive script used in qemu-options.hx conversionPeter Maydell1-0/+137
2020-03-06texi2pod: parse @include directives outside "@c man" blocksPaolo Bonzini1-18/+18
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster6-18/+15
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster9-44/+43
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster3-15/+3
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster4-12/+12
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2-0/+114
2020-02-22softmmu: move vl.c to softmmu/Alexander Bulekov2-2/+3
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé1-0/+12
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-0/+14
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-0/+13
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-0/+12
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-18scripts/checkpatch.pl: Detect superfluous semicolon in C codePhilippe Mathieu-Daudé1-0/+5
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