summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-05-07scripts/device-crash-test: Removed fixed CAN entriesThomas Huth1-3/+0
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-5/+5
2018-04-26checkpatch: Add xendevicemodel_handle to the list of typesIan Jackson1-0/+1
2018-04-10linux-user: add microblaze/microblazeel magic numbers in qemu-binfmt-conf.shLaurent Vivier1-2/+10
2018-04-09device-crash-test: Remove fixed isa-fdc entryThomas Huth1-1/+0
2018-04-05scripts/checkpatch.pl: Bug fixSu Hang1-2/+13
2018-03-27qapi: restrict allow-oob value to be "true"Peter Xu1-1/+1
2018-03-27Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20180326' into stagingPeter Maydell1-0/+1
2018-03-26scripts/decodetree: Fix insnmask not marked as global in main()Bastian Koppelmann1-0/+1
2018-03-26scripts/device-crash-test: Remove fixed isapc-with-iommu entryThomas Huth1-1/+0
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth1-3/+0
2018-03-26scripts/get_maintainer.pl: Print proper error message for missing $fileIan Jackson1-2/+2
2018-03-21dump-guest-memory: more descriptive lookup_type failureAndrew Jones1-1/+6
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+10
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu4-13/+29
2018-03-19qapi: generate a literal qobject for introspectionMarc-André Lureau1-33/+43
2018-03-19qapi2texi: minor python code simplificationMarc-André Lureau1-4/+3
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+310
2018-03-16Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180313.0' i...Peter Maydell1-0/+5
2018-03-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell1-13/+24
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell1-1/+4
2018-03-13scripts/update-linux-headers: add ethtool.h and update to 4.16.0-rc4Jason Baron1-1/+10
2018-03-13standard-headers: add drm/drm_fourcc.hGerd Hoffmann1-0/+5
2018-03-13Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell3-3/+7
2018-03-13include: add psp-sev.h header fileBrijesh Singh1-1/+1
2018-03-13update Linux headers to 4.16-rc5Paolo Bonzini1-0/+3
2018-03-13Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell4-13/+60
2018-03-12device-crash-test: Use 'python' binaryEduardo Habkost1-1/+1
2018-03-12qmp.py: Encode json data before sendingEduardo Habkost1-1/+1
2018-03-12qemu.py: Use items() instead of iteritems()Eduardo Habkost1-1/+1
2018-03-12device-crash-test: New known crashesEduardo Habkost1-0/+4
2018-03-12scripts/replay-dump.py: replay log dumperAlex Bennée1-0/+308
2018-03-12checkpatch: Exempt long URLsEric Blake1-1/+2
2018-03-12trace: only permit standard C types and fixed size integer typesDaniel P. Berrangé1-0/+46
2018-03-12trace: include filename when printing parser error messagesDaniel P. Berrangé3-5/+7
2018-03-12simpletrace: fix timestamp argument typeStefan Hajnoczi1-1/+1
2018-03-12log-for-trace.h: Split out parts of log.h used by trace.hPeter Maydell1-7/+6
2018-03-12audio: add driver registryGerd Hoffmann1-1/+1
2018-03-09qemu-binfmt-conf.sh: add qemu-xtensaMax Filippov1-2/+10
2018-03-09linux-user: allows to use "--systemd ALL" with qemu-binfmt-conf.shLaurent Vivier1-11/+14
2018-03-07RISC-V Build InfrastructureMichael Clark1-1/+12
2018-03-06checkpatch: add check for `while` and `for`Su Hang1-2/+3
2018-03-06checkpatch: add a warning for basename/dirnameJulia Suvorova1-0/+5
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster6-26/+11
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster4-17/+25
2018-03-02qapi: Generate separate .h, .c for each moduleMarkus Armbruster3-21/+66
2018-03-02qapi/common: Fix guardname() for funny filenamesMarkus Armbruster1-1/+1
2018-03-02qapi/types qapi/visit: Generate built-in stuff into separate filesMarkus Armbruster3-83/+102
2018-03-02qapi: Make code-generating visitors use QAPIGen moreMarkus Armbruster7-243/+189