summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* migration: introduce 'userfaultfd-wrlat.py' scriptAndrey Gruzdev2021-02-081-0/+122
* simpletrace: build() missing 2 required positional argumentsVolker Rümelin2021-02-011-1/+3
* trace: make the 'log' backend timestamp configurableStefan Hajnoczi2021-02-011-6/+13
* tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé2021-02-011-1/+6
* tracetool: fix "PRI" macro decodingLaurent Vivier2021-02-011-0/+1
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell2021-01-291-8/+26
|\
| * configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman2021-01-291-8/+26
* | hvf: Add hypervisor entitlement to output binariesAlexander Graf2021-01-291-0/+13
|/
* simplebench: add bench-backup.pyVladimir Sementsov-Ogievskiy2021-01-261-0/+167
* simplebench: bench_block_job: add cmd_options argumentVladimir Sementsov-Ogievskiy2021-01-262-5/+8
* simplebench/bench_block_job: use correct shebang line with python3Vladimir Sementsov-Ogievskiy2021-01-261-1/+1
* update-linux-headers: Include const.hEric Farman2021-01-211-1/+4
* scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée2021-01-181-1/+1
* decodetree: Open files with encoding='utf-8'Philippe Mathieu-Daudé2021-01-131-3/+6
* scripts/gdb: implement 'qemu bt'Maxim Levitsky2021-01-122-1/+28
* scripts/gdb: fix 'qemu coroutine' when users selects a non topmost stack frameMaxim Levitsky2021-01-121-0/+7
* fuzz: heuristic split write based on past IOsQiuhao Li2021-01-111-0/+56
* fuzz: add minimization optionsQiuhao Li2021-01-111-4/+26
* fuzz: set bits in operand of write/out to zeroQiuhao Li2021-01-111-0/+39
* fuzz: remove IO commands iterativelyQiuhao Li2021-01-111-15/+26
* fuzz: split write operand using binary approachQiuhao Li2021-01-111-9/+20
* fuzz: double the IOs to remove for every loopQiuhao Li2021-01-111-12/+21
* fuzz: accelerate non-crash detectionQiuhao Li2021-01-111-13/+31
* scripts/coccinelle: New script to remove unnecessary timer_del() callsPeter Maydell2021-01-081-0/+18
* tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi2021-01-043-0/+12
* tracetool: add input filename and line number to EventStefan Hajnoczi2021-01-041-5/+22
* tracetool: add out_lineno and out_next_lineno to out()Stefan Hajnoczi2021-01-041-1/+9
* tracetool: add output filename command-line argumentStefan Hajnoczi2021-01-042-7/+23
* scripts/simplebench: add bench_prealloc.pyVladimir Sementsov-Ogievskiy2020-12-181-0/+132
* simplebench/results_to_text: make executableVladimir Sementsov-Ogievskiy2020-12-181-0/+14
* simplebench/results_to_text: add difference line to the tableVladimir Sementsov-Ogievskiy2020-12-181-7/+60
* simplebench/results_to_text: improve view of the tableVladimir Sementsov-Ogievskiy2020-12-181-1/+12
* simplebench: move results_to_text() into separate fileVladimir Sementsov-Ogievskiy2020-12-184-33/+52
* simplebench: rename ascii() to results_to_text()Vladimir Sementsov-Ogievskiy2020-12-183-7/+7
* scripts/simplebench: use standard deviation for +- errorVladimir Sementsov-Ogievskiy2020-12-181-5/+6
* scripts/simplebench: support iopsVladimir Sementsov-Ogievskiy2020-12-181-10/+28
* scripts/simplebench: fix grammar: s/successed/succeeded/Vladimir Sementsov-Ogievskiy2020-12-181-6/+6
* scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé2020-12-151-0/+3
* compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2020-12-151-1/+0Star
* scripts: kernel-doc: remove unnecessary change wrt LinuxPaolo Bonzini2020-12-101-1/+1
* scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-12-101-1/+5
* scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-12-101-5/+9
* scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-12-101-2/+3
* Revert "kernel-doc: Handle function typedefs that return pointers"Paolo Bonzini2020-12-101-2/+2
* Revert "kernel-doc: Handle function typedefs without asterisks"Paolo Bonzini2020-12-101-1/+1
* scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab2020-12-101-9/+14
* scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab2020-12-101-2/+4
* scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2020-12-101-8/+43
* scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab2020-12-101-12/+14
* scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab2020-12-101-23/+41