summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2020-03-191-0/+47
|\ \ \
| * | | cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2020-03-171-0/+47
| |/ /
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell2020-03-198-291/+329
|\ \ \ | |/ / |/| |
| * | qapi: New special feature flag "deprecated"Markus Armbruster2020-03-171-0/+6
| * | qapi: Add feature flags to struct membersMarkus Armbruster2020-03-173-7/+23
| * | qapi/schema: Call QAPIDoc.connect_member() in just one placeMarkus Armbruster2020-03-171-11/+12
| * | qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}Markus Armbruster2020-03-171-11/+11
| * | qapi/schema: Reorder classes so related ones are togetherMarkus Armbruster2020-03-171-134/+134
| * | qapi/schema: Change _make_features() to a take feature listMarkus Armbruster2020-03-171-8/+9
| * | qapi/introspect: Factor out _make_tree()Markus Armbruster2020-03-171-20/+24
| * | qapi/introspect: Rename *qlit* to reduce confusionMarkus Armbruster2020-03-171-17/+18
| * | qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster2020-03-176-36/+34
| * | qapi: Add feature flags to remaining definitionsMarkus Armbruster2020-03-177-74/+80
| * | qapi/schema: Clean up around QAPISchemaEntity.connect_doc()Markus Armbruster2020-03-171-4/+9
* | | scripts/cocci: Patch to let devices own their MemoryRegionsPhilippe Mathieu-Daudé2020-03-171-0/+56
* | | scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()Philippe Mathieu-Daudé2020-03-171-0/+15
* | | scripts/cocci: Patch to detect potential use of memory_region_init_romPhilippe Mathieu-Daudé2020-03-171-0/+19
* | | scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}Philippe Mathieu-Daudé2020-03-171-0/+18
* | | scripts/cocci: Rename memory-region-{init-ram -> housekeeping}Philippe Mathieu-Daudé2020-03-171-0/+13
|/ /
* / hxtool: Remove Texinfo generation supportPeter Maydell2020-03-121-77/+1
|/
* maint: Include top-level *.rst files early in git diffEric Blake2020-03-091-0/+1
* qemu-storage-daemon: Add --monitor optionKevin Wolf2020-03-061-0/+5
* scripts/hxtool-conv: Archive script used in qemu-options.hx conversionPeter Maydell2020-03-061-0/+137
* texi2pod: parse @include directives outside "@c man" blocksPaolo Bonzini2020-03-061-18/+18
* qapi: Brush off some (py)lintMarkus Armbruster2020-03-056-18/+15
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-059-44/+43
* qapi: Drop conditionals for Python 2Markus Armbruster2020-03-053-15/+3
* qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-054-12/+12
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-252-0/+114
|\
| * Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-0/+12
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-0/+14
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-0/+13
| * Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-0/+12
| * Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-201-0/+10
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-1/+14
| * hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2020-02-201-0/+14
| * hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-201-0/+23
| * scripts/git.orderfile: Display Cocci scripts before code modificationsPhilippe Mathieu-Daudé2020-02-201-0/+3
* | softmmu: move vl.c to softmmu/Alexander Bulekov2020-02-222-2/+3
* | scripts/checkpatch.pl: Detect superfluous semicolon in C codePhilippe Mathieu-Daudé2020-02-181-0/+5
|/
* Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell2020-02-141-4/+8
|\
| * git: Make submodule check only needed modulesJuan Quintela2020-02-131-4/+8
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-02-131-1/+1
|\ \ | |/ |/|
| * minikconf: accept alnum identifiersMarc-André Lureau2020-02-121-1/+1
* | drop "from __future__ import print_function"Paolo Bonzini2020-02-0721-21/+0
* | make all Python scripts executablePaolo Bonzini2020-02-072-0/+0
* | scripts/signrom: remove Python 2 support, add shebangPaolo Bonzini2020-02-071-8/+4
* | scripts: Explicit usage of Python 3 (scripts without __main__)Philippe Mathieu-Daudé2020-02-071-1/+1
* | scripts/tracetool: Remove shebang headerPhilippe Mathieu-Daudé2020-02-0723-23/+0
* | scripts/minikconf: Explicit usage of Python 3Philippe Mathieu-Daudé2020-02-071-0/+1