aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2020-04-04scripts/coccinelle: add error-use-after-free.cocciVladimir Sementsov-Ogievskiy
2020-03-31Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-03-30decodetree: Use Python3 floor division operatorPhilippe Mathieu-Daudé
2020-03-29checkpatch: enforce process for expected filesMichael S. Tsirkin
2020-03-20Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell
2020-03-20scripts: add a script to generate syscall_nr.hLaurent Vivier
2020-03-20linux-user,mips: update syscall-args-o32.c.incLaurent Vivier
2020-03-20linux-user, scripts: add a script to update syscall.tblLaurent Vivier
2020-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell
2020-03-17scripts/simplebench: add example usage of simplebenchVladimir Sementsov-Ogievskiy
2020-03-17scripts/simplebench: add qemu/bench_block_job.pyVladimir Sementsov-Ogievskiy
2020-03-17scripts/simplebench: add simplebench.pyVladimir Sementsov-Ogievskiy
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
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-17scripts/cocci: Patch to let devices own their MemoryRegionsPhilippe Mathieu-Daudé
2020-03-17scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()Philippe Mathieu-Daudé
2020-03-17scripts/cocci: Patch to detect potential use of memory_region_init_romPhilippe Mathieu-Daudé
2020-03-17scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}Philippe Mathieu-Daudé
2020-03-17scripts/cocci: Rename memory-region-{init-ram -> housekeeping}Philippe Mathieu-Daudé
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é