| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | simplebench: rename ascii() to results_to_text() | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 3 | -7/+7 |
* | scripts/simplebench: use standard deviation for +- error | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -5/+6 |
* | scripts/simplebench: support iops | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -10/+28 |
* | scripts/simplebench: fix grammar: s/successed/succeeded/ | Vladimir Sementsov-Ogievskiy | 2020-12-18 | 1 | -6/+6 |
* | scripts/git.orderfile: Keep files with .inc extension sorted | Philippe Mathieu-Daudé | 2020-12-15 | 1 | -0/+3 |
* | compiler.h: remove QEMU_GNUC_PREREQ | Marc-André Lureau | 2020-12-15 | 1 | -1/+0 |
* | scripts: kernel-doc: remove unnecessary change wrt Linux | Paolo Bonzini | 2020-12-10 | 1 | -1/+1 |
* | scripts: kernel-doc: use :c:union when needed | Mauro Carvalho Chehab | 2020-12-10 | 1 | -1/+5 |
* | scripts: kernel-doc: split typedef complex regex | Mauro Carvalho Chehab | 2020-12-10 | 1 | -5/+9 |
* | scripts: kernel-doc: fix typedef parsing | Mauro Carvalho Chehab | 2020-12-10 | 1 | -2/+3 |
* | Revert "kernel-doc: Handle function typedefs that return pointers" | Paolo Bonzini | 2020-12-10 | 1 | -2/+2 |
* | Revert "kernel-doc: Handle function typedefs without asterisks" | Paolo Bonzini | 2020-12-10 | 1 | -1/+1 |
* | scripts: kernel-doc: try to use c:function if possible | Mauro Carvalho Chehab | 2020-12-10 | 1 | -9/+14 |
* | scripts: kernel-doc: fix line number handling | Mauro Carvalho Chehab | 2020-12-10 | 1 | -2/+4 |
* | scripts: kernel-doc: allow passing desired Sphinx C domain dialect | Mauro Carvalho Chehab | 2020-12-10 | 1 | -8/+43 |
* | scripts: kernel-doc: don't mangle with parameter list | Mauro Carvalho Chehab | 2020-12-10 | 1 | -12/+14 |
* | scripts: kernel-doc: fix typedef identification | Mauro Carvalho Chehab | 2020-12-10 | 1 | -23/+41 |
* | scripts: kernel-doc: reimplement -nofunction argument | Mauro Carvalho Chehab | 2020-12-10 | 1 | -23/+21 |