summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* RISC-V Build InfrastructureMichael Clark2018-03-061-1/+12
* checkpatch: add check for `while` and `for`Su Hang2018-03-061-2/+3
* checkpatch: add a warning for basename/dirnameJulia Suvorova2018-03-061-0/+5
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-026-26/+11Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-024-17/+25
* qapi: Generate separate .h, .c for each moduleMarkus Armbruster2018-03-023-21/+66
* qapi/common: Fix guardname() for funny filenamesMarkus Armbruster2018-03-021-1/+1
* qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster2018-03-023-83/+102
* qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster2018-03-027-243/+189Star
* qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster2018-03-021-1/+1
* qapi: Record 'include' directives in intermediate representationMarkus Armbruster2018-03-021-4/+39
* qapi: Generate in source orderMarkus Armbruster2018-03-021-2/+4
* qapi: Record 'include' directives in parse treeMarkus Armbruster2018-03-021-4/+16
* qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster2018-03-021-6/+9
* qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster2018-03-022-16/+15Star
* qapi/common: Eliminate QAPISchema.exprsMarkus Armbruster2018-03-021-4/+4
* qapi: Improve include file name reporting in error messagesMarkus Armbruster2018-03-021-6/+6
* qapi: Touch generated files only when they changeMarkus Armbruster2018-03-021-2/+9
* qapi-gen: Convert from getopt to argparseMarkus Armbruster2018-03-022-64/+33Star
* qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2018-03-029-141/+73Star
* qapi: Turn generators into modulesMarkus Armbruster2018-03-025-115/+143
* qapi: Reduce use of global variables in generators someMarkus Armbruster2018-03-025-31/+34
* qapi: New classes QAPIGenC, QAPIGenH, QAPIGenDocMarkus Armbruster2018-03-026-94/+113
* qapi: Rename variable holding the QAPISchemaGenFOOVisitorMarkus Armbruster2018-03-025-20/+20
* qapi: Generate up-to-date copyright noticeMarkus Armbruster2018-03-026-104/+80Star
* qapi: Streamline boilerplate comment generationMarkus Armbruster2018-03-027-125/+34Star
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2018-03-021-1/+1
* decodetree: Propagate return value from translate subroutinesRichard Henderson2018-03-021-3/+2Star
* scripts: Add decodetree.pyRichard Henderson2018-02-231-0/+1062
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2018-02-192-3/+5
|\
| * tracetool: For ust trace bool type as ctf_integerJon Emil Jahren2018-02-191-1/+2
| * tracetool: Update argument format regex to non-greedy starJon Emil Jahren2018-02-191-2/+3
* | scripts/update-linux-headers: import pvrdma headersMarcel Apfelbaum2018-02-191-0/+30
|/
* build: fix typo in error messageLaurent Vivier2018-02-101-1/+1
* scripts/make-release: Don't archive .git filesCole Robinson2018-02-101-3/+2Star
* scripts/argparse.py: spelling (independant)Michael Tokarev2018-02-101-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-2/+2
* Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-2/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-02-071-0/+1
|\
| * scripts/qemu-gdb/timers.py: define encoding in header commentGreg Kurz2018-02-051-0/+1
* | qemu.py: don't launch again before shutdown()Amador Pahim2018-02-051-0/+8
* | qemu.py: cleanup redundant calls in launch()Amador Pahim2018-02-051-5/+1Star
* | qemu.py: use poll() instead of 'returncode'Amador Pahim2018-02-051-2/+2
* | qemu.py: always cleanup on shutdown()Amador Pahim2018-02-051-4/+5
* | qemu.py: refactor launch()Amador Pahim2018-02-051-11/+18
* | qemu.py: better control of created filesAmador Pahim2018-02-051-10/+29
* | qemu.py: remove unused importAmador Pahim2018-02-051-1/+0Star
* | scripts: ensure signrom treats data as bytesDaniel P. Berrange2018-02-051-2/+2
* | qapi: ensure stable sort ordering when checking QAPI entitiesDaniel P. Berrange2018-02-051-1/+1