aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-07-04checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-12Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-06-07coccinelle: fix typo in commentPhilippe Mathieu-Daudé
2017-06-07simpletrace: Improve the error message if event is not declaredJose Ricardo Ziviani
2017-06-05scripts: Test script to look for -device crashesEduardo Habkost
2017-06-05qemu.py: Add QEMUMachine.exitcode() methodEduardo Habkost
2017-06-05qemu.py: Don't set _popen=None on error/shutdownEduardo Habkost
2017-05-31qapi: Reject alternates that can't work with keyval_parse()Markus Armbruster
2017-05-30Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into stagingStefan Hajnoczi
2017-05-23scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz
2017-05-19linux-headers: updateCornelia Huck
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-10scripts: Switch to more portable Perl shebangKamil Rytarowski
2017-05-10scripts/qemu-binfmt-conf.sh: Fix shell portability issueKamil Rytarowski
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi
2017-05-09qmp-shell: improve helpMarc-André Lureau
2017-05-09qmp-shell: don't show version greeting if unavailableMarc-André Lureau
2017-05-09qmp-shell: Cope with query-commands errorMarc-André Lureau
2017-05-09qmp-shell: add -N option to skip negotiateMarc-André Lureau
2017-05-09qmp-shell: add persistent command historyJohn Snow
2017-05-08qobject: Add helper macros for common scalar insertionsEric Blake
2017-05-08coccinelle: Add script to remove useless QObject castsEric Blake
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-08trace: disallow more than 10 arguments per trace eventDaniel P. Berrange
2017-05-05get_maintainer: add subsystem to reviewer outputJoe Perches
2017-05-05get_maintainer: --r (list reviewer) is on by defaultBrian Norris
2017-05-05get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris
2017-05-05get_maintainer: Teach get_maintainer.pl about the new "R:" tagJoe Perches
2017-05-05checkpatch: Disallow glib asserts in main codeDr. David Alan Gilbert
2017-04-21simpletrace: document Analyzer method signaturesStefan Hajnoczi
2017-04-07scripts/qemugdb/mtree.py: fix up mtree dumpAlex Bennée
2017-03-28trace: fix tcg tracing build breakageStefan Hajnoczi
2017-03-21qapi2texi: Fix translation of *strong* and _emphasized_Markus Armbruster
2017-03-21qapi: Drop unused QAPIDoc member optionalMarkus Armbruster
2017-03-21qapi2texi: Fix to actually fail when 'doc-required' is falseMarkus Armbruster
2017-03-16qapi: Fix a misleading parser error messageMarkus Armbruster
2017-03-16qapi: Make pylint a bit happierMarkus Armbruster
2017-03-16qapi: Drop unused .check_clash() parameter schemaMarkus Armbruster
2017-03-16qapi: union_types is a list used like a dict, make it oneMarkus Armbruster
2017-03-16qapi: struct_types is a list used like a dict, make it oneMarkus Armbruster
2017-03-16qapi: enum_types is a list used like a dict, make it oneMarkus Armbruster
2017-03-16qapi: Factor add_name() calls out of the meta conditionalMarkus Armbruster
2017-03-16qapi: Simplify what gets stored in enum_typesMarkus Armbruster
2017-03-16qapi: Drop unused variable eventsMarkus Armbruster
2017-03-16qapi: Eliminate check_docs() and drop QAPIDoc.exprMarkus Armbruster
2017-03-16qapi: Fix detection of bogus member documentationMarkus Armbruster
2017-03-16qapi: Move empty doc section checking to doc parserMarkus Armbruster
2017-03-16qapi: Improve error message on @NAME: in free-form docMarkus Armbruster