summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau1-9/+3
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau3-22/+20
2017-06-12Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+9
2017-06-07coccinelle: fix typo in commentPhilippe Mathieu-Daudé1-1/+1
2017-06-07simpletrace: Improve the error message if event is not declaredJose Ricardo Ziviani1-1/+9
2017-06-05scripts: Test script to look for -device crashesEduardo Habkost1-0/+624
2017-06-05qemu.py: Add QEMUMachine.exitcode() methodEduardo Habkost1-0/+5
2017-06-05qemu.py: Don't set _popen=None on error/shutdownEduardo Habkost1-5/+7
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster1-2/+17
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi1-1/+1
2017-05-23scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz1-1/+1
2017-05-19linux-headers: updateCornelia Huck1-1/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi9-10/+17
2017-05-10scripts: Switch to more portable Perl shebangKamil Rytarowski8-8/+15
2017-05-10scripts/qemu-binfmt-conf.sh: Fix shell portability issueKamil Rytarowski1-2/+2
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi2-5/+74
2017-05-09qmp-shell: improve helpMarc-André Lureau1-1/+5
2017-05-09qmp-shell: don't show version greeting if unavailableMarc-André Lureau1-0/+3
2017-05-09qmp-shell: Cope with query-commands errorMarc-André Lureau1-1/+4
2017-05-09qmp-shell: add -N option to skip negotiateMarc-André Lureau1-4/+7
2017-05-09qmp-shell: add persistent command historyJohn Snow1-0/+21
2017-05-08qobject: Add helper macros for common scalar insertionsEric Blake1-0/+22
2017-05-08coccinelle: Add script to remove useless QObject castsEric Blake1-0/+13
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi2-16/+58
2017-05-08trace: disallow more than 10 arguments per trace eventDaniel P. Berrange1-0/+4
2017-05-05get_maintainer: add subsystem to reviewer outputJoe Perches1-15/+16
2017-05-05get_maintainer: --r (list reviewer) is on by defaultBrian Norris1-1/+1
2017-05-05get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris1-1/+1
2017-05-05get_maintainer: Teach get_maintainer.pl about the new "R:" tagJoe Perches1-1/+21
2017-05-05checkpatch: Disallow glib asserts in main codeDr. David Alan Gilbert1-0/+21
2017-04-21simpletrace: document Analyzer method signaturesStefan Hajnoczi1-1/+22
2017-04-07scripts/qemugdb/mtree.py: fix up mtree dumpAlex Bennée1-2/+10
2017-03-28trace: fix tcg tracing build breakageStefan Hajnoczi2-0/+2
2017-03-21qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster1-2/+2
2017-03-21qapi: Drop unused QAPIDoc member optionalMarkus Armbruster1-1/+0
2017-03-21qapi2texi: Fix to actually fail when 'doc-required' is falseMarkus Armbruster1-0/+1
2017-03-16qapi: Fix a misleading parser error messageMarkus Armbruster1-1/+2
2017-03-16qapi: Make pylint a bit happierMarkus Armbruster3-8/+7
2017-03-16qapi: Drop unused .check_clash() parameter schemaMarkus Armbruster1-5/+5
2017-03-16qapi: union_types is a list used like a dict, make it oneMarkus Armbruster1-16/+3
2017-03-16qapi: struct_types is a list used like a dict, make it oneMarkus Armbruster1-17/+4
2017-03-16qapi: enum_types is a list used like a dict, make it oneMarkus Armbruster1-23/+6
2017-03-16qapi: Factor add_name() calls out of the meta conditionalMarkus Armbruster1-15/+9
2017-03-16qapi: Simplify what gets stored in enum_typesMarkus Armbruster1-14/+15
2017-03-16qapi: Drop unused variable eventsMarkus Armbruster1-3/+0
2017-03-16qapi: Eliminate check_docs() and drop QAPIDoc.exprMarkus Armbruster1-17/+10
2017-03-16qapi: Fix detection of bogus member documentationMarkus Armbruster1-25/+13
2017-03-16qapi: Move empty doc section checking to doc parserMarkus Armbruster1-6/+14
2017-03-16qapi: Improve error message on @NAME: in free-form docMarkus Armbruster1-11/+6
2017-03-16qapi: Move detection of doc / expression name mismatchMarkus Armbruster1-10/+18