aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-05-23scripts/qmp/qom-set: fix the value argument passed to srv.command()Greg Kurz
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
2017-03-16qapi: Move detection of doc / expression name mismatchMarkus Armbruster
2017-03-16qapi: Fix detection of doc / expression mismatchMarkus Armbruster
2017-03-16qapi2texi: Use category "Object" for all object typesMarkus Armbruster
2017-03-16qapi2texi: Generate descriptions for simple union tagsMarkus Armbruster
2017-03-16qapi2texi: Generate documentation for variant membersMarkus Armbruster
2017-03-16qapi2texi: Generate reference to base type membersMarkus Armbruster
2017-03-16qapi2texi: Include member type in generated documentationMarkus Armbruster
2017-03-16qapi2texi: Implement boxed argument documentationMarkus Armbruster
2017-03-16qapi2texi: Don't hide undocumented members and argumentsMarkus Armbruster
2017-03-16qapi2texi: Explain enum value undocumentedness more clearlyMarkus Armbruster
2017-03-16qapi2texi: Present the table of members more clearlyMarkus Armbruster
2017-03-16qapi2texi: Plainer enum value and member name formattingMarkus Armbruster