aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2021-02-01simpletrace: build() missing 2 required positional argumentsVolker Rümelin
2021-02-01trace: make the 'log' backend timestamp configurableStefan Hajnoczi
2021-02-01tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé
2021-02-01tracetool: fix "PRI" macro decodingLaurent Vivier
2021-01-29Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell
2021-01-29configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman
2021-01-29hvf: Add hypervisor entitlement to output binariesAlexander Graf
2021-01-26simplebench: add bench-backup.pyVladimir Sementsov-Ogievskiy
2021-01-26simplebench: bench_block_job: add cmd_options argumentVladimir Sementsov-Ogievskiy
2021-01-26simplebench/bench_block_job: use correct shebang line with python3Vladimir Sementsov-Ogievskiy
2021-01-21update-linux-headers: Include const.hEric Farman
2021-01-18scripts/checkpatch.pl: fix git-show invocation to include diffstatAlex Bennée
2021-01-13decodetree: Open files with encoding='utf-8'Philippe Mathieu-Daudé
2021-01-12scripts/gdb: implement 'qemu bt'Maxim Levitsky
2021-01-12scripts/gdb: fix 'qemu coroutine' when users selects a non topmost stack frameMaxim Levitsky
2021-01-11fuzz: heuristic split write based on past IOsQiuhao Li
2021-01-11fuzz: add minimization optionsQiuhao Li
2021-01-11fuzz: set bits in operand of write/out to zeroQiuhao Li
2021-01-11fuzz: remove IO commands iterativelyQiuhao Li
2021-01-11fuzz: split write operand using binary approachQiuhao Li
2021-01-11fuzz: double the IOs to remove for every loopQiuhao Li
2021-01-11fuzz: accelerate non-crash detectionQiuhao Li
2021-01-08scripts/coccinelle: New script to remove unnecessary timer_del() callsPeter Maydell
2021-01-04tracetool: show trace-events filename/lineno in fmt string errorsStefan Hajnoczi
2021-01-04tracetool: add input filename and line number to EventStefan Hajnoczi
2021-01-04tracetool: add out_lineno and out_next_lineno to out()Stefan Hajnoczi
2021-01-04tracetool: add output filename command-line argumentStefan Hajnoczi
2020-12-18scripts/simplebench: add bench_prealloc.pyVladimir Sementsov-Ogievskiy
2020-12-18simplebench/results_to_text: make executableVladimir Sementsov-Ogievskiy
2020-12-18simplebench/results_to_text: add difference line to the tableVladimir Sementsov-Ogievskiy
2020-12-18simplebench/results_to_text: improve view of the tableVladimir Sementsov-Ogievskiy
2020-12-18simplebench: move results_to_text() into separate fileVladimir Sementsov-Ogievskiy
2020-12-18simplebench: rename ascii() to results_to_text()Vladimir Sementsov-Ogievskiy
2020-12-18scripts/simplebench: use standard deviation for +- errorVladimir Sementsov-Ogievskiy
2020-12-18scripts/simplebench: support iopsVladimir Sementsov-Ogievskiy
2020-12-18scripts/simplebench: fix grammar: s/successed/succeeded/Vladimir Sementsov-Ogievskiy
2020-12-15scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé
2020-12-15compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau
2020-12-10scripts: kernel-doc: remove unnecessary change wrt LinuxPaolo Bonzini
2020-12-10scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab
2020-12-10Revert "kernel-doc: Handle function typedefs that return pointers"Paolo Bonzini
2020-12-10Revert "kernel-doc: Handle function typedefs without asterisks"Paolo Bonzini
2020-12-10scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab