Age | Commit message (Expand) | Author |
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é |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-20 | Avoid address_space_rw() with a constant is_write argument | Peter Maydell |
2020-02-20 | Let address_space_rw() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-20 | Remove unnecessary cast when using the cpu_[physical]_memory API | Philippe Mathieu-Daudé |
2020-02-20 | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé |
2020-02-20 | hw/net: Avoid casting non-const pointer, use address_space_write() | Philippe Mathieu-Daudé |
2020-02-20 | hw: Remove unnecessary cast when calling dma_memory_read() | Philippe Mathieu-Daudé |
2020-02-20 | scripts/git.orderfile: Display Cocci scripts before code modifications | Philippe Mathieu-Daudé |
2020-02-18 | scripts/checkpatch.pl: Detect superfluous semicolon in C code | Philippe Mathieu-Daudé |
2020-02-14 | Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r... | Peter Maydell |
2020-02-13 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |