summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* doc: replace x-root with rootdir for usb-mtpBandan2018-10-011-1/+1
* qapi: Add comments to aid debugging generated introspectionEric Blake2018-08-281-6/+21
* qapi: Minor introspect.py cleanupsEric Blake2018-08-281-4/+3Star
* qapi: Emit a blank line before dummy declarationMarkus Armbruster2018-08-281-0/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-17/+6Star
* qapi: Fix build_params() for empty parameter listMarkus Armbruster2018-08-281-6/+4Star
* qemu-guest-agent: freeze-hook to ignore dpkg files as wellChristian Ehrhardt2018-08-231-1/+1
* update-linux-headers.sh: add qemu_fw_cfg.hMarc-André Lureau2018-08-231-1/+3
* checkpatch: allow space in more places before a bracketHeinrich Schuchardt2018-08-231-2/+1Star
* checkpatch: fix filename detection when using -fPaolo Bonzini2018-08-231-2/+2
* qemu-binfmt-conf.sh: add x86_64 targetLaurent Vivier2018-08-171-1/+5
* qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster2018-08-152-7/+10
* qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau2018-08-151-1/+2
* qapi: Make 'allow-oob' optional in SchemaInfoCommandMarkus Armbruster2018-07-231-5/+5
* qapi: Do not expose "allow-preconfig" in query-qmp-schemaMarkus Armbruster2018-07-161-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-061-5/+4Star
|\
| * checkpatch: handle token pasting betterPaolo Bonzini2018-07-061-5/+4Star
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-bui...Peter Maydell2018-07-052-1/+28
|\ \
| * | travis: add gcovr summary for GCOV buildAlex Bennée2018-07-051-0/+27
| * | Revert "Makefile: Rename TARGET_DIRS to TARGET_LIST"Alex Bennée2018-07-051-1/+1
* | | coverity-model: Fix replay_get_byte()Markus Armbruster2018-07-051-6/+2Star
|/ /
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-03' into ...Peter Maydell2018-07-057-145/+347
|\ \
| * | qapi: add 'If:' section to generated documentationMarc-André Lureau2018-07-031-10/+12
| * | qapi-types: add #if conditions to types & visitorsMarkus Armbruster2018-07-032-33/+48
| * | qapi/events: add #if conditions to eventsMarc-André Lureau2018-07-031-2/+4
| * | qapi/commands: add #if conditions to commandsMarc-André Lureau2018-07-031-8/+16
| * | qapi-introspect: add preprocessor conditions to generated QLitMarc-André Lureau2018-07-031-10/+21
| * | qapi-introspect: modify to_qlit() to append ',' on level > 0Marc-André Lureau2018-07-031-1/+3
| * | qapi: add #if/#endif helpersMarc-André Lureau2018-07-031-4/+94
| * | qapi: mcgen() shouldn't indent # linesMarc-André Lureau2018-07-031-2/+2
| * | qapi: add 'ifcond' to visitor methodsMarc-André Lureau2018-07-037-35/+38
| * | qapi: leave the ifcond attribute undefined until check()Marc-André Lureau2018-07-031-4/+17
| * | qapi: pass 'if' condition into QAPISchemaEntity objectsMarc-André Lureau2018-07-031-32/+65
| * | qapi: add 'if' to top-level expressionsMarc-André Lureau2018-07-031-6/+29
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell2018-07-041-23/+41
|\ \ \ | |_|/ |/| |
| * | qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter nameLaurent Vivier2018-07-021-17/+24
| * | qemu-binfmt-conf.sh: add persistent (F) flagsLaurent Vivier2018-07-021-1/+13
| * | qemu-binfmt-conf.sh: cleanup --credentialLaurent Vivier2018-07-021-10/+9Star
* | | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell2018-07-031-3/+7
|\ \ \ | |_|/ |/| |
| * | target/openrisc: Add support in scripts/qemu-binfmt-conf.shRichard Henderson2018-07-031-3/+7
| |/
* / checkpatch: Recognize IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-0/+1
|/
* trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé2018-06-291-1/+1
* simpletrace: Convert name from mapping record to strEduardo Habkost2018-06-291-1/+1
* trace: forbid floating point typesStefan Hajnoczi2018-06-271-2/+0Star
* Partially revert "python: futurize -f libfuturize.fixes.fix_absolute_import"Eduardo Habkost2018-06-228-16/+8Star
* qapi/introspect: Eliminate pointless variable in .visit_end()Markus Armbruster2018-06-221-4/+1Star
* qapi: Open files with encoding='utf-8'Markus Armbruster2018-06-221-3/+14
* qapi: allow empty branches in flat unionsAnton Nefedov2018-06-223-12/+24
* qapi/events: generate event enum in main moduleMarc-André Lureau2018-06-221-2/+3
* qapi/visit: remove useless prefix argumentMarc-André Lureau2018-06-221-1/+1