Age | Commit message (Expand) | Author |
2020-04-30 | qapi: Assert non-input visitors see only valid alternate tags | Markus Armbruster |
2020-04-30 | qapi: Clean up visitor's recovery from input with invalid type | Markus Armbruster |
2020-04-30 | qapi: Assert incomplete object occurs only in dealloc visitor | Markus Armbruster |
2020-04-14 | kernel-doc: Use c:struct for Sphinx 3.0 and later | Peter Maydell |
2020-04-14 | scripts/kernel-doc: Add missing close-paren in c:function directives | Peter Maydell |
2020-04-14 | scripts/coverity-scan: Add Docker support | Peter Maydell |
2020-04-14 | scripts/run-coverity-scan: Script to run Coverity Scan build | Peter Maydell |
2020-04-04 | scripts/coccinelle: add error-use-after-free.cocci | Vladimir Sementsov-Ogievskiy |
2020-03-31 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-03-30 | decodetree: Use Python3 floor division operator | Philippe Mathieu-Daudé |
2020-03-29 | checkpatch: enforce process for expected files | Michael S. Tsirkin |
2020-03-20 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re... | Peter Maydell |
2020-03-20 | scripts: add a script to generate syscall_nr.h | Laurent Vivier |
2020-03-20 | linux-user,mips: update syscall-args-o32.c.inc | Laurent Vivier |
2020-03-20 | linux-user, scripts: add a script to update syscall.tbl | Laurent Vivier |
2020-03-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell |
2020-03-19 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell |
2020-03-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ... | Peter Maydell |
2020-03-17 | scripts/simplebench: add example usage of simplebench | Vladimir Sementsov-Ogievskiy |
2020-03-17 | scripts/simplebench: add qemu/bench_block_job.py | Vladimir Sementsov-Ogievskiy |
2020-03-17 | scripts/simplebench: add simplebench.py | Vladimir Sementsov-Ogievskiy |
2020-03-17 | cpu: Use DeviceClass reset instead of a special CPUClass reset | Peter Maydell |
2020-03-17 | qapi: New special feature flag "deprecated" | Markus Armbruster |
2020-03-17 | qapi: Add feature flags to struct members | Markus Armbruster |
2020-03-17 | qapi/schema: Call QAPIDoc.connect_member() in just one place | Markus Armbruster |
2020-03-17 | qapi/schema: Rename QAPISchemaObjectType{Variant,Variants} | Markus Armbruster |
2020-03-17 | qapi/schema: Reorder classes so related ones are together | Markus Armbruster |
2020-03-17 | qapi/schema: Change _make_features() to a take feature list | Markus Armbruster |
2020-03-17 | qapi/introspect: Factor out _make_tree() | Markus Armbruster |
2020-03-17 | qapi/introspect: Rename *qlit* to reduce confusion | Markus Armbruster |
2020-03-17 | qapi: Consistently put @features parameter right after @ifcond | Markus Armbruster |
2020-03-17 | qapi: Add feature flags to remaining definitions | Markus Armbruster |
2020-03-17 | qapi/schema: Clean up around QAPISchemaEntity.connect_doc() | Markus Armbruster |
2020-03-17 | scripts/cocci: Patch to let devices own their MemoryRegions | Philippe Mathieu-Daudé |
2020-03-17 | scripts/cocci: Patch to remove unnecessary memory_region_set_readonly() | Philippe Mathieu-Daudé |
2020-03-17 | scripts/cocci: Patch to detect potential use of memory_region_init_rom | Philippe Mathieu-Daudé |
2020-03-17 | scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom} | Philippe Mathieu-Daudé |
2020-03-17 | scripts/cocci: Rename memory-region-{init-ram -> housekeeping} | Philippe Mathieu-Daudé |
2020-03-12 | hxtool: Remove Texinfo generation support | Peter Maydell |
2020-03-09 | maint: Include top-level *.rst files early in git diff | Eric Blake |
2020-03-06 | qemu-storage-daemon: Add --monitor option | Kevin Wolf |
2020-03-06 | scripts/hxtool-conv: Archive script used in qemu-options.hx conversion | Peter Maydell |
2020-03-06 | texi2pod: parse @include directives outside "@c man" blocks | Paolo Bonzini |
2020-03-05 | qapi: Brush off some (py)lint | Markus Armbruster |
2020-03-05 | qapi: Use super() now we have Python 3 | Markus Armbruster |
2020-03-05 | qapi: Drop conditionals for Python 2 | Markus Armbruster |
2020-03-05 | qapi: Inheriting from object is pointless with Python 3, drop | Markus Armbruster |
2020-02-25 | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini |
2020-02-22 | softmmu: move vl.c to softmmu/ | Alexander Bulekov |
2020-02-20 | Avoid cpu_physical_memory_rw() with a constant is_write argument | Philippe Mathieu-Daudé |