summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-05-05qapi: Check for member name conflicts with a base classEric Blake1-1/+22
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake1-1/+35
2015-05-05qapi: Drop dead visitor code related to nested structsEric Blake1-37/+12
2015-05-05qapi: Drop support for inline nested typesEric Blake5-58/+20
2015-05-05qapi: Forbid 'type' in schemaEric Blake1-14/+0
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake3-29/+41
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake1-5/+17
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake1-3/+28
2015-05-05qapi: Require valid namesEric Blake1-17/+46
2015-05-05qapi: More rigourous checking of typesEric Blake1-9/+87
2015-05-05qapi: Unify type bypass and add testsEric Blake1-7/+2
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng1-3/+18
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake1-14/+49
2015-05-05qapi: Better error messages for bad expressionsEric Blake1-7/+37
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake3-32/+43
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake3-38/+60
2015-05-05qapi: Prepare for catching more semantic parse errorsEric Blake1-17/+20
2015-05-05qapi: Tighten checking of unionsEric Blake2-28/+74
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake3-20/+18
2015-05-05qapi: Better error messages for bad enumsEric Blake1-5/+29
2015-05-05qapi: Require ASCII in schemaEric Blake1-2/+2
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake1-0/+1
2015-05-05qapi: Simplify builtin type handlingEric Blake3-15/+9
2015-05-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into s...Peter Maydell1-0/+16
2015-05-05coverity: fix address_space_rw modelPaolo Bonzini1-3/+3
2015-05-05opengl: add shader build infrastructureGerd Hoffmann1-0/+16
2015-04-28iotests: add QMP event waiting queueJohn Snow1-30/+65
2015-04-28scripts: add 'qemu coroutine' command to qemu-gdb.pyStefan Hajnoczi1-0/+75
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi1-0/+11
2015-04-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell1-3/+5
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-3/+5
2015-04-24qapi: Drop dead genlist parameterEric Blake1-13/+9
2015-03-18build: pass .d file name to scripts/make_device_config.sh, fix makefile targetPaolo Bonzini1-8/+10
2015-03-17scripts: Add qom-tree scriptAndreas Färber1-0/+70
2015-03-17coverity: Fix g_malloc_n-like modelsJan Kiszka1-3/+3
2015-03-10kvm_stat: add kvm_stat.1 man pageStefan Hajnoczi1-0/+55
2015-03-10kvm_stat: add column headers to text UIStefan Hajnoczi1-1/+4
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+51
2015-03-04Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-7/+19
2015-03-02trace: add DTrace reserved words for .d filesStefan Hajnoczi1-7/+19
2015-02-27Makefile: don't silence mak file test with V=1Michael S. Tsirkin1-1/+1
2015-02-26Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-4/+7
2015-02-26update-linux-headers.sh: s/__inline__/inline/Michael S. Tsirkin1-0/+1
2015-02-26scripts: add arch specific standard-headersMichael S. Tsirkin1-0/+2
2015-02-26update-linux-headers: use standard-headersMichael S. Tsirkin1-1/+7
2015-02-26scripts/update-linux-headers.sh: pull virtio hdrsMichael S. Tsirkin1-0/+41
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-5/+45
2015-02-23qapi-types: add C99 index names to arraysMichael S. Tsirkin1-4/+7
2015-02-16exec: convert ram_list to QLISTMike Day1-4/+4
2015-02-16qtest: Add scripts/qtest.pyFam Zheng1-0/+71