summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-212-10/+12
* meson: cpu-emuMarc-André Lureau2020-08-211-16/+8Star
* meson: targetPaolo Bonzini2020-08-211-1/+1
* meson: add modules infrastructureMarc-André Lureau2020-08-211-0/+20
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-213-0/+5
* meson: generate hxtool filesMarc-André Lureau2020-08-211-1/+1
* meson: generate qemu-version.hMarc-André Lureau2020-08-211-0/+25
* libqemuutil, qapi, trace: convert to mesonPaolo Bonzini2020-08-214-6/+2Star
* meson: add testsuite Makefile generatorPaolo Bonzini2020-08-211-0/+102
* meson: add sparse supportPaolo Bonzini2020-08-211-0/+25
* build-sys: add meson submoduleMarc-André Lureau2020-08-211-1/+2
* configure: integrate Meson in the build systemPaolo Bonzini2020-08-211-0/+1002
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-213-6/+3Star
* oss-fuzz/build: remove LIB_FUZZING_ENGINEPaolo Bonzini2020-08-211-11/+5Star
* Get rid of the libqemustub.a remaindersThomas Huth2020-08-051-3/+0Star
* tracetool: carefully define SDT_USE_VARIADICStefan Hajnoczi2020-07-301-0/+4
* coccinelle/err-bad-newline: Fix for Python 3, and add patternsMarkus Armbruster2020-07-241-2/+22
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-07-21' into ...Peter Maydell2020-07-211-0/+1
|\
| * qapi: Fix visit_type_STRUCT() not to fail for null objectMarkus Armbruster2020-07-211-0/+1
* | scripts/oss-fuzz: Limit target list to i386-softmmuThomas Huth2020-07-211-1/+1
|/
* python/qmp.py: re-absorb MonitorResponseErrorJohn Snow2020-07-141-2/+5
* scripts/performance: Add dissect.py scriptAhmed Karaman2020-07-141-0/+166
* GitLab Gating CI: introduce pipeline-status contrib scriptCleber Rosa2020-07-131-0/+157
* Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switchThomas Huth2020-07-131-8/+4Star
* scripts: improve message when TAP based tests failDaniel P. Berrangé2020-07-111-1/+1
* checkpatch: Change occurences of 'kernel' to 'qemu' in user messagesAleksandar Markovic2020-07-111-3/+3
* scripts: Coccinelle script to use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+336
* qapi: Smooth visitor error checking in generated codeMarkus Armbruster2020-07-102-47/+32Star
* qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-34/+24Star
* tracetool: work around ust <sys/sdt.h> include conflictStefan Hajnoczi2020-07-071-0/+6
* scripts/performance: Add topN_callgrind.py scriptAhmed Karaman2020-06-271-0/+140
* scripts/performance: Add topN_perf.py scriptAhmed Karaman2020-06-271-0/+149
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-06-261-3/+3
|\
| * minikconf: explicitly set encoding to UTF-8Stefan Hajnoczi2020-06-231-3/+3
* | scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé2020-06-2418-18/+18
|/
* fuzz: add oss-fuzz build-scriptAlexander Bulekov2020-06-151-0/+105
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-133-55/+89
|\
| * checkpatch: reversed logic with acpi test checksMichael S. Tsirkin2020-06-121-1/+1
| * run-coverity-scan: support --update-tools-only --dockerPaolo Bonzini2020-06-101-16/+23
| * run-coverity-scan: download tools outside the containerPaolo Bonzini2020-06-102-21/+24
| * run-coverity-scan: use --no-update-tools in docker runPaolo Bonzini2020-06-101-6/+5Star
| * run-coverity-scan: add --no-update-tools optionPaolo Bonzini2020-06-101-14/+23
| * run-coverity-scan: use docker.pyPaolo Bonzini2020-06-102-12/+22
| * run-coverity-scan: get Coverity token and email from special git config sectionPaolo Bonzini2020-06-101-9/+15
* | Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into stagingPeter Maydell2020-06-111-217/+294
|\ \
| * | decodetree: Drop check for less than 2 patterns in a groupRichard Henderson2020-06-091-2/+0Star
| * | decodetree: Implement non-overlapping groupsRichard Henderson2020-06-081-4/+14
| * | decodetree: Move semantic propagation into classesRichard Henderson2020-06-081-210/+252
| * | decodetree: Allow group covering the entire insn spaceRichard Henderson2020-06-081-3/+11