summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-10-26scripts/decodetree.py: remove unused importsCleber Rosa1-2/+0
2018-10-26tests/vm: Let kvm_available() work in cross environmentsPhilippe Mathieu-Daudé1-0/+2
2018-10-26tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé1-0/+4
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-0/+20
2018-10-19scripts: Remove check-qerror.shAlberto Garcia1-22/+0
2018-10-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell3-9/+9
2018-10-16show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-5/+5
2018-10-16git-submodule.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16archive-source.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping callsPeter Maydell1-0/+65
2018-10-03scripts/device-crash-test: Remove entries for serial devicesThomas Huth1-5/+0
2018-10-03device-crash-test: No need for sys.path hackEduardo Habkost1-1/+0
2018-10-01doc: replace x-root with rootdir for usb-mtpBandan1-1/+1
2018-08-28qapi: Add comments to aid debugging generated introspectionEric Blake1-6/+21
2018-08-28qapi: Minor introspect.py cleanupsEric Blake1-4/+3
2018-08-28qapi: Emit a blank line before dummy declarationMarkus Armbruster1-0/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-17/+6
2018-08-28qapi: Fix build_params() for empty parameter listMarkus Armbruster1-6/+4
2018-08-23qemu-guest-agent: freeze-hook to ignore dpkg files as wellChristian Ehrhardt1-1/+1
2018-08-23update-linux-headers.sh: add qemu_fw_cfg.hMarc-André Lureau1-1/+3
2018-08-23checkpatch: allow space in more places before a bracketHeinrich Schuchardt1-2/+1
2018-08-23checkpatch: fix filename detection when using -fPaolo Bonzini1-2/+2
2018-08-17qemu-binfmt-conf.sh: add x86_64 targetLaurent Vivier1-1/+5
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster2-7/+10
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau1-1/+2
2018-07-23qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster1-5/+5
2018-07-16qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster1-2/+2
2018-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+4
2018-07-06checkpatch: handle token pasting betterPaolo Bonzini1-5/+4
2018-07-05Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-bui...Peter Maydell2-1/+28
2018-07-05travis: add gcovr summary for GCOV buildAlex Bennée1-0/+27
2018-07-05Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"Alex Bennée1-1/+1
2018-07-05coverity-model: Fix replay_get_byte()Markus Armbruster1-6/+2
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into ...Peter Maydell7-145/+347
2018-07-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell1-23/+41
2018-07-03qapi: add 'If:' section to generated documentationMarc-André Lureau1-10/+12
2018-07-03qapi-types: add #if conditions to types & visitorsMarkus Armbruster2-33/+48
2018-07-03qapi/events: add #if conditions to eventsMarc-André Lureau1-2/+4
2018-07-03qapi/commands: add #if conditions to commandsMarc-André Lureau1-8/+16
2018-07-03qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau1-10/+21
2018-07-03qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau1-1/+3
2018-07-03qapi: add #if/#endif helpersMarc-André Lureau1-4/+94
2018-07-03qapi: mcgen() shouldn't indent # linesMarc-André Lureau1-2/+2
2018-07-03qapi: add 'ifcond' to visitor methodsMarc-André Lureau7-35/+38
2018-07-03qapi: leave the ifcond attribute undefined until check()Marc-André Lureau1-4/+17
2018-07-03qapi: pass 'if' condition into QAPISchemaEntity objectsMarc-André Lureau1-32/+65
2018-07-03qapi: add 'if' to top-level expressionsMarc-André Lureau1-6/+29
2018-07-03Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell1-3/+7
2018-07-03target/openrisc: Add support in scripts/qemu-binfmt-conf.shRichard Henderson1-3/+7
2018-07-02qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter nameLaurent Vivier1-17/+24