summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/checkpatch.pl: Bug fixSu Hang2018-04-051-2/+13
* qapi: restrict allow-oob value to be "true"Peter Xu2018-03-271-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20180326' into stagingPeter Maydell2018-03-271-0/+1
|\
| * scripts/decodetree: Fix insnmask not marked as global in main()Bastian Koppelmann2018-03-261-0/+1
* | scripts/device-crash-test: Remove fixed isapc-with-iommu entryThomas Huth2018-03-261-1/+0Star
* | hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth2018-03-261-3/+0Star
* | scripts/get_maintainer.pl: Print proper error message for missing $fileIan Jackson2018-03-261-2/+2
|/
* dump-guest-memory: more descriptive lookup_type failureAndrew Jones2018-03-211-1/+6
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-1/+10
|\
| * scripts/update-linux-headers: add ethtool.h and update to 4.16.0-rc4Jason Baron2018-03-131-1/+10
* | qapi: introduce new cmd option "allow-oob"Peter Xu2018-03-194-13/+29
* | qapi: generate a literal qobject for introspectionMarc-André Lureau2018-03-191-33/+43
* | qapi2texi: minor python code simplificationMarc-André Lureau2018-03-191-4/+3Star
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-03-162-1/+310
|\ \
| * | scripts/replay-dump.py: replay log dumperAlex Bennée2018-03-121-0/+308
| * | checkpatch: Exempt long URLsEric Blake2018-03-121-1/+2
* | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180313.0' i...Peter Maydell2018-03-161-0/+5
|\ \ \
| * | | standard-headers: add drm/drm_fourcc.hGerd Hoffmann2018-03-131-0/+5
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-03-151-13/+24
|\ \ \ \
| * | | | qemu-binfmt-conf.sh: add qemu-xtensaMax Filippov2018-03-091-2/+10
| * | | | linux-user: allows to use "--systemd ALL" with qemu-binfmt-conf.shLaurent Vivier2018-03-091-11/+14
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell2018-03-151-1/+4
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | include: add psp-sev.h header fileBrijesh Singh2018-03-131-1/+1
| * | update Linux headers to 4.16-rc5Paolo Bonzini2018-03-131-0/+3
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2018-03-133-3/+7
|\ \ \
| * | | device-crash-test: Use 'python' binaryEduardo Habkost2018-03-121-1/+1
| * | | qmp.py: Encode json data before sendingEduardo Habkost2018-03-121-1/+1
| * | | qemu.py: Use items() instead of iteritems()Eduardo Habkost2018-03-121-1/+1
| * | | device-crash-test: New known crashesEduardo Habkost2018-03-121-0/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2018-03-134-13/+60
|\ \ \ | |/ / |/| |
| * | trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé2018-03-121-0/+46
| * | trace: include filename when printing parser error messagesDaniel P. Berrangé2018-03-123-5/+7
| * | simpletrace: fix timestamp argument typeStefan Hajnoczi2018-03-121-1/+1
| * | log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell2018-03-121-7/+6Star
| |/
* / audio: add driver registryGerd Hoffmann2018-03-121-1/+1
|/
* RISC-V Build InfrastructureMichael Clark2018-03-061-1/+12
* checkpatch: add check for `while` and `for`Su Hang2018-03-061-2/+3
* checkpatch: add a warning for basename/dirnameJulia Suvorova2018-03-061-0/+5
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-026-26/+11Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-024-17/+25
* qapi: Generate separate .h, .c for each moduleMarkus Armbruster2018-03-023-21/+66
* qapi/common: Fix guardname() for funny filenamesMarkus Armbruster2018-03-021-1/+1
* qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster2018-03-023-83/+102
* qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster2018-03-027-243/+189Star
* qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster2018-03-021-1/+1
* qapi: Record 'include' directives in intermediate representationMarkus Armbruster2018-03-021-4/+39
* qapi: Generate in source orderMarkus Armbruster2018-03-021-2/+4
* qapi: Record 'include' directives in parse treeMarkus Armbruster2018-03-021-4/+16
* qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()Markus Armbruster2018-03-021-6/+9
* qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster2018-03-022-16/+15Star