| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-02-08' into ... | Peter Maydell | 2021-02-08 | 8 | -96/+131 |
|\ |
|
| * | qapi: enable strict-optional checks | John Snow | 2021-02-08 | 1 | -1/+0 |
| * | qapi: type 'info' as Optional[QAPISourceInfo] | John Snow | 2021-02-08 | 5 | -6/+6 |
| * | qapi/gen: Drop support for QAPIGen without a file name | Markus Armbruster | 2021-02-08 | 1 | -2/+2 |
| * | qapi/commands: Simplify command registry generation | Markus Armbruster | 2021-02-08 | 1 | -27/+22 |
| * | qapi/gen: Support switching to another module temporarily | Markus Armbruster | 2021-02-08 | 1 | -0/+7 |
| * | qapi/gen: write _genc/_genh access shims | John Snow | 2021-02-08 | 1 | -5/+13 |
| * | qapi: centralize the built-in module name definition | John Snow | 2021-02-08 | 1 | -5/+8 |
| * | qapi/gen: Combine ._add_[user|system]_module | Markus Armbruster | 2021-02-08 | 3 | -14/+7 |
| * | qapi: use './builtin' as the built-in module name | John Snow | 2021-02-08 | 2 | -19/+19 |
| * | qapi: use explicitly internal module names | John Snow | 2021-02-08 | 3 | -3/+4 |
| * | qapi/gen: Replace ._begin_system_module() | Markus Armbruster | 2021-02-08 | 3 | -6/+7 |
| * | qapi: centralize is_[user|system|builtin]_module methods | John Snow | 2021-02-08 | 2 | -16/+40 |
| * | qapi/gen: inline _wrap_ifcond into end_if() | John Snow | 2021-02-08 | 1 | -5/+2 |
| * | qapi/main: handle theoretical None-return from re.match() | John Snow | 2021-02-08 | 1 | -0/+2 |
| * | qapi/events: fix visit_event typing | John Snow | 2021-02-08 | 1 | -5/+7 |
| * | qapi/commands: assert arg_type is not None | John Snow | 2021-02-08 | 1 | -3/+6 |
* | | scripts/mtest2make.py: export all-%s-targets variable and use it | Alex Bennée | 2021-02-08 | 1 | -0/+1 |
|/ |
|
* | simpletrace: build() missing 2 required positional arguments | Volker Rümelin | 2021-02-01 | 1 | -1/+3 |
* | trace: make the 'log' backend timestamp configurable | Stefan Hajnoczi | 2021-02-01 | 1 | -6/+13 |
* | tracetool: also strip %l and %ll from systemtap format strings | Daniel P. Berrangé | 2021-02-01 | 1 | -1/+6 |
* | tracetool: fix "PRI" macro decoding | Laurent Vivier | 2021-02-01 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re... | Peter Maydell | 2021-01-29 | 1 | -8/+26 |
|\ |
|
| * | configure: replace --enable/disable-git-update with --with-git-submodules | Dan Streetman | 2021-01-29 | 1 | -8/+26 |
* | | hvf: Add hypervisor entitlement to output binaries | Alexander Graf | 2021-01-29 | 1 | -0/+13 |
|/ |
|
* | simplebench: add bench-backup.py | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -0/+167 |
* | simplebench: bench_block_job: add cmd_options argument | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 2 | -5/+8 |
* | simplebench/bench_block_job: use correct shebang line with python3 | Vladimir Sementsov-Ogievskiy | 2021-01-26 | 1 | -1/+1 |
* | update-linux-headers: Include const.h | Eric Farman | 2021-01-21 | 1 | -1/+4 |
* | scripts/checkpatch.pl: fix git-show invocation to include diffstat | Alex Bennée | 2021-01-18 | 1 | -1/+1 |
* | decodetree: Open files with encoding='utf-8' | Philippe Mathieu-Daudé | 2021-01-13 | 1 | -3/+6 |
* | scripts/gdb: implement 'qemu bt' | Maxim Levitsky | 2021-01-12 | 2 | -1/+28 |
* | scripts/gdb: fix 'qemu coroutine' when users selects a non topmost stack frame | Maxim Levitsky | 2021-01-12 | 1 | -0/+7 |
* | fuzz: heuristic split write based on past IOs | Qiuhao Li | 2021-01-11 | 1 | -0/+56 |
* | fuzz: add minimization options | Qiuhao Li | 2021-01-11 | 1 | -4/+26 |
* | fuzz: set bits in operand of write/out to zero | Qiuhao Li | 2021-01-11 | 1 | -0/+39 |
* | fuzz: remove IO commands iteratively | Qiuhao Li | 2021-01-11 | 1 | -15/+26 |
* | fuzz: split write operand using binary approach | Qiuhao Li | 2021-01-11 | 1 | -9/+20 |
* | fuzz: double the IOs to remove for every loop | Qiuhao Li | 2021-01-11 | 1 | -12/+21 |
* | fuzz: accelerate non-crash detection | Qiuhao Li | 2021-01-11 | 1 | -13/+31 |
* | scripts/coccinelle: New script to remove unnecessary timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -0/+18 |
* | tracetool: show trace-events filename/lineno in fmt string errors | Stefan Hajnoczi | 2021-01-04 | 3 | -0/+12 |
* | tracetool: add input filename and line number to Event | Stefan Hajnoczi | 2021-01-04 | 1 | -5/+22 |
* | tracetool: add out_lineno and out_next_lineno to out() | Stefan Hajnoczi | 2021-01-04 | 1 | -1/+9 |
* | tracetool: add output filename command-line argument | Stefan Hajnoczi | 2021-01-04 | 2 | -7/+23 |
* | scripts/simplebench: add bench_prealloc.py | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -0/+132 |
* | simplebench/results_to_text: make executable | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -0/+14 |
* | simplebench/results_to_text: add difference line to the table | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -7/+60 |
* | simplebench/results_to_text: improve view of the table | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -1/+12 |
* | simplebench: move results_to_text() into separate file | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 4 | -33/+52 |