summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/coccinelle/memory-region-init-ram.cocci: New scriptPeter Maydell2017-07-141-0/+38
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-141-1/+6
|\
| * error: Implement the warn and free Error functionsAlistair Francis2017-07-131-0/+1
| * error: Functions to report warnings and informational messagesAlistair Francis2017-07-131-1/+5
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell2017-07-134-11/+17
|\ \
| * | scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau2017-07-123-11/+11
| * | qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake2017-07-121-0/+6
| |/
* / hxtool: remove dead -q optionPaolo Bonzini2017-07-111-45/+1Star
|/
* checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini2017-07-041-0/+4
* qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2017-06-201-9/+3Star
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-203-22/+20Star
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-06-121-1/+9
|\
| * simpletrace: Improve the error message if event is not declaredJose Ricardo Ziviani2017-06-071-1/+9
* | coccinelle: fix typo in commentPhilippe Mathieu-Daudé2017-06-071-1/+1
|/
* scripts: Test script to look for -device crashesEduardo Habkost2017-06-051-0/+624
* qemu.py: Add QEMUMachine.exitcode() methodEduardo Habkost2017-06-051-0/+5
* qemu.py: Don't set _popen=None on error/shutdownEduardo Habkost2017-06-051-5/+7
* qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster2017-05-311-2/+17
* Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi2017-05-301-1/+1
|\
| * scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz2017-05-231-1/+1
* | linux-headers: updateCornelia Huck2017-05-191-1/+1
|/
* Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-109-10/+17
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-108-8/+15
| * scripts/qemu-binfmt-conf.sh: Fix shell portability issueKamil Rytarowski2017-05-101-2/+2
* | Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi2017-05-092-5/+74
|\ \
| * | qmp-shell: improve helpMarc-André Lureau2017-05-091-1/+5
| * | qmp-shell: don't show version greeting if unavailableMarc-André Lureau2017-05-091-0/+3
| * | qmp-shell: Cope with query-commands errorMarc-André Lureau2017-05-091-1/+4
| * | qmp-shell: add -N option to skip negotiateMarc-André Lureau2017-05-091-4/+7
| * | qmp-shell: add persistent command historyJohn Snow2017-05-091-0/+21
| * | qobject: Add helper macros for common scalar insertionsEric Blake2017-05-081-0/+22
| * | coccinelle: Add script to remove useless QObject castsEric Blake2017-05-081-0/+13
| |/
* | Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi2017-05-082-16/+58
|\ \
| * | get_maintainer: add subsystem to reviewer outputJoe Perches2017-05-051-15/+16
| * | get_maintainer: --r (list reviewer) is on by defaultBrian Norris2017-05-051-1/+1
| * | get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris2017-05-051-1/+1
| * | get_maintainer: Teach get_maintainer.pl about the new "R:" tagJoe Perches2017-05-051-1/+21
| * | checkpatch: Disallow glib asserts in main codeDr. David Alan Gilbert2017-05-051-0/+21
| |/
* / trace: disallow more than 10 arguments per trace eventDaniel P. Berrange2017-05-081-0/+4
|/
* simpletrace: document Analyzer method signaturesStefan Hajnoczi2017-04-211-1/+22
* scripts/qemugdb/mtree.py: fix up mtree dumpAlex Bennée2017-04-071-2/+10
* trace: fix tcg tracing build breakageStefan Hajnoczi2017-03-282-0/+2
* qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster2017-03-211-2/+2
* qapi: Drop unused QAPIDoc member optionalMarkus Armbruster2017-03-211-1/+0Star
* qapi2texi: Fix to actually fail when 'doc-required' is falseMarkus Armbruster2017-03-211-0/+1
* qapi: Fix a misleading parser error messageMarkus Armbruster2017-03-161-1/+2
* qapi: Make pylint a bit happierMarkus Armbruster2017-03-163-8/+7Star
* qapi: Drop unused .check_clash() parameter schemaMarkus Armbruster2017-03-161-5/+5
* qapi: union_types is a list used like a dict, make it oneMarkus Armbruster2017-03-161-16/+3Star
* qapi: struct_types is a list used like a dict, make it oneMarkus Armbruster2017-03-161-17/+4Star