summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-01-11scripts: add script to convert multiline comments into 4-line formatPaolo Bonzini1-0/+62
2019-01-11checkpatch: warn about qemu/queue.h head structs that are not typedef-edPaolo Bonzini1-0/+5
2019-01-11qemu/queue.h: reimplement QTAILQ without pointer-to-pointersPaolo Bonzini1-7/+7
2019-01-11qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}Paolo Bonzini1-10/+0
2019-01-11test: replace gtester with a TAP driverPaolo Bonzini3-26/+488
2019-01-11checkpatch: colorize output to terminalPaolo Bonzini1-7/+42
2019-01-11checkpatch: improve handling of multiple patches or filesPaolo Bonzini1-7/+23
2019-01-11checkpatch: check Signed-off-by in --mailback modePaolo Bonzini1-3/+4
2019-01-11checkpatch: fix premature exit when no input or --mailbackPaolo Bonzini1-3/+3
2018-12-18qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau1-1/+2
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell1-0/+48
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell6-101/+185
2018-12-14scripts/checkpatch.pl: Enforce multiline comment syntaxPeter Maydell1-0/+48
2018-12-14Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell2-2/+0
2018-12-14qapi: add condition to variants documentationMarc-André Lureau1-2/+2
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau1-2/+2
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau1-9/+16
2018-12-14qapi: Add #if conditions to generated code membersMarc-André Lureau4-4/+24
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau1-5/+5
2018-12-13qapi: add 'if' to union membersMarc-André Lureau1-7/+8
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau1-7/+11
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau1-24/+46
2018-12-13qapi-events: add 'if' condition to implicit event enumMarc-André Lureau1-1/+1
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau1-3/+5
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau1-10/+26
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau1-8/+15
2018-12-13qapi: factor out checking for keysMarc-André Lureau1-7/+13
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau6-24/+26
2018-12-13qapi: Do not define enumeration value explicitlyMarc-André Lureau1-5/+2
2018-12-13qapi: rename QAPISchemaEnumType.values to .membersMarc-André Lureau1-12/+12
2018-12-12tracetool: Include thread id information in log backendFabiano Rosas1-1/+1
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth2-2/+0
2018-11-27checkpatch: g_test_message does not need a trailing newlinePaolo Bonzini1-1/+2
2018-11-19qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi1-1/+1
2018-11-15make-release: add skiboot .version fileMichael Roth1-0/+1
2018-11-12get_maintainer: use 'https://' instead of 'git://'Stefan Hajnoczi1-1/+1
2018-11-06scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_addPaolo Bonzini1-1/+3
2018-11-01Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20181031' into stagingPeter Maydell1-24/+40
2018-11-01Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' i...Peter Maydell1-0/+4
2018-10-31decodetree: Allow multiple input filesRichard Henderson1-10/+15
2018-10-31decodetree: Remove "insn" argument from trans_* expandersRichard Henderson1-3/+2
2018-10-31decodetree: Add !extern flag to argument setsRichard Henderson1-11/+23
2018-10-31scripts: report on author emails that are mangled by the mailing listDaniel P. Berrangé1-0/+4
2018-10-30scripts/qemu.py: use a more consistent docstring styleCleber Rosa1-24/+41
2018-10-30scripts/decodetree.py: fix reference to attributesCleber Rosa1-1/+1
2018-10-30iotests: Explicitly bequeath FDs in PythonMax Reitz1-5/+29
2018-10-30iotests: Use Python byte strings where appropriateMax Reitz1-1/+1
2018-10-30scripts/device-crash-test: Remove devices that are not user_creatable anymoreThomas Huth1-17/+0
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2-3/+1
2018-10-26scripts/qemu.py: remove trailing quotes on docstringCleber Rosa1-1/+1