aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-07-23qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster
2018-07-16qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster
2018-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-06checkpatch: handle token pasting betterPaolo Bonzini
2018-07-05Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-bui...Peter Maydell
2018-07-05travis: add gcovr summary for GCOV buildAlex Bennée
2018-07-05Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"Alex Bennée
2018-07-05coverity-model: Fix replay_get_byte()Markus Armbruster
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into ...Peter Maydell
2018-07-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau
2018-07-03qapi-types: add #if conditions to types & visitorsMarkus Armbruster
2018-07-03qapi/events: add #if conditions to eventsMarc-André Lureau
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau
2018-07-03qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau
2018-07-03qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau
2018-07-03qapi: add #if/#endif helpersMarc-André Lureau
2018-07-03qapi: mcgen() shouldn't indent # linesMarc-André Lureau
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau
2018-07-03qapi: leave the ifcond attribute undefined until check()Marc-André Lureau
2018-07-03qapi: pass 'if' condition into QAPISchemaEntity objectsMarc-André Lureau
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau
2018-07-03Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell
2018-07-03target/openrisc: Add support in scripts/qemu-binfmt-conf.shRichard Henderson
2018-07-02qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter nameLaurent Vivier
2018-07-02qemu-binfmt-conf.sh: add persistent (F) flagsLaurent Vivier
2018-07-02qemu-binfmt-conf.sh: cleanup --credentialLaurent Vivier
2018-07-02checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-29trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé
2018-06-29simpletrace: Convert name from mapping record to strEduardo Habkost
2018-06-27trace: forbid floating point typesStefan Hajnoczi
2018-06-22Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost
2018-06-22qapi/introspect: Eliminate pointless variable in .visit_end()Markus Armbruster
2018-06-22qapi: Open files with encoding='utf-8'Markus Armbruster
2018-06-22qapi: allow empty branches in flat unionsAnton Nefedov
2018-06-22qapi/events: generate event enum in main moduleMarc-André Lureau
2018-06-22qapi/visit: remove useless prefix argumentMarc-André Lureau
2018-06-15scripts/qemu.py: introduce set_console() methodCleber Rosa
2018-06-15scripts/qemu.py: allow adding to the list of extra argumentsCleber Rosa
2018-06-14Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-06-13' into ...Peter Maydell
2018-06-13coverity-model: replay data is considered trustedPaolo Bonzini
2018-06-12Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell
2018-06-11qemu-binfmt-conf.sh: ignore the OS/ABI fieldLaurent Vivier
2018-06-08python: Remove scripts/ordereddict.pyEduardo Habkost
2018-06-08python: Remove scripts/argparse.pyEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_numliteralsEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_exceptEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_tuple_paramsEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_standarderrorEduardo Habkost
2018-06-08python: futurize -f lib2to3.fixes.fix_has_keyEduardo Habkost