summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau2018-12-181-1/+2
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell2018-12-161-0/+48
|\
| * scripts/checkpatch.pl: Enforce multiline comment syntaxPeter Maydell2018-12-141-0/+48
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell2018-12-156-101/+185
|\ \ | |/ |/|
| * qapi: add condition to variants documentationMarc-André Lureau2018-12-141-2/+2
| * qapi: add 'If:' condition to struct members documentationMarc-André Lureau2018-12-141-2/+2
| * qapi: add 'If:' condition to enum values documentationMarc-André Lureau2018-12-141-9/+16
| * qapi: Add #if conditions to generated code membersMarc-André Lureau2018-12-144-4/+24
| * qapi: add 'if' to alternate membersMarc-André Lureau2018-12-131-5/+5
| * qapi: add 'if' to union membersMarc-André Lureau2018-12-131-7/+8
| * qapi: Add 'if' to implicit struct membersMarc-André Lureau2018-12-131-7/+11
| * qapi: add a dictionary form for TYPEMarc-André Lureau2018-12-131-24/+46
| * qapi-events: add 'if' condition to implicit event enumMarc-André Lureau2018-12-131-1/+1
| * qapi: add 'if' to enum membersMarc-André Lureau2018-12-131-3/+5
| * qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau2018-12-131-10/+26
| * qapi: improve reporting of unknown or missing keysMarc-André Lureau2018-12-131-8/+15
| * qapi: factor out checking for keysMarc-André Lureau2018-12-131-7/+13
| * qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau2018-12-136-24/+26
| * qapi: Do not define enumeration value explicitlyMarc-André Lureau2018-12-131-5/+2Star
| * qapi: rename QAPISchemaEnumType.values to .membersMarc-André Lureau2018-12-131-12/+12
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell2018-12-142-2/+0Star
|\ \
| * | Remove QEMU_ARTIFICIAL macroThomas Huth2018-12-122-2/+0Star
| |/
* / tracetool: Include thread id information in log backendFabiano Rosas2018-12-121-1/+1
|/
* checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini2018-11-271-1/+2
* qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi2018-11-191-1/+1
* make-release: add skiboot .version fileMichael Roth2018-11-151-0/+1
* get_maintainer: use 'https://' instead of 'git://'Stefan Hajnoczi2018-11-121-1/+1
* scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_addPaolo Bonzini2018-11-061-1/+3
* Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into stagingPeter Maydell2018-11-011-24/+40
|\
| * decodetree: Allow multiple input filesRichard Henderson2018-10-311-10/+15
| * decodetree: Remove "insn" argument from trans_* expandersRichard Henderson2018-10-311-3/+2Star
| * decodetree: Add !extern flag to argument setsRichard Henderson2018-10-311-11/+23
* | Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' i...Peter Maydell2018-11-011-0/+4
|\ \
| * | scripts: report on author emails that are mangled by the mailing listDaniel P. Berrangé2018-10-311-0/+4
| |/
* | scripts/qemu.py: use a more consistent docstring styleCleber Rosa2018-10-311-24/+41
* | scripts/decodetree.py: fix reference to attributesCleber Rosa2018-10-311-1/+1
* | iotests: Explicitly bequeath FDs in PythonMax Reitz2018-10-311-5/+29
* | iotests: Use Python byte strings where appropriateMax Reitz2018-10-311-1/+1
* | scripts/device-crash-test: Remove devices that are not user_creatable anymoreThomas Huth2018-10-311-17/+0Star
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2018-10-302-3/+1Star
|\
| * scripts/qemu.py: remove trailing quotes on docstringCleber Rosa2018-10-261-1/+1
| * scripts/decodetree.py: remove unused importsCleber Rosa2018-10-261-2/+0Star
* | tests/vm: Let kvm_available() work in cross environmentsPhilippe Mathieu-Daudé2018-10-261-0/+2
* | tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé2018-10-261-0/+4
|/
* Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2018-10-191-0/+20
* scripts: Remove check-qerror.shAlberto Garcia2018-10-191-22/+0Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell2018-10-183-9/+9
|\
| * show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi2018-10-161-5/+5
| * git-submodule.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi2018-10-161-2/+2
| * archive-source.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi2018-10-161-2/+2