aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster
2020-03-17qapi/schema: Call QAPIDoc.connect_member() in just one placeMarkus Armbruster
2020-03-17qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}Markus Armbruster
2020-03-17qapi/schema: Reorder classes so related ones are togetherMarkus Armbruster
2020-03-17qapi/schema: Change _make_features() to a take feature listMarkus Armbruster
2020-03-17qapi/introspect: Factor out _make_tree()Markus Armbruster
2020-03-17qapi/introspect: Rename *qlit* to reduce confusionMarkus Armbruster
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2020-03-17qapi/schema: Clean up around QAPISchemaEntity.connect_doc()Markus Armbruster
2020-03-12hxtool: Remove Texinfo generation supportPeter Maydell
2020-03-09maint: Include top-level *.rst files early in git diffEric Blake
2020-03-06qemu-storage-daemon: Add --monitor optionKevin Wolf
2020-03-06scripts/hxtool-conv: Archive script used in qemu-options.hx conversionPeter Maydell
2020-03-06texi2pod: parse @include directives outside "@c man" blocksPaolo Bonzini
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster
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