aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li2-0/+42
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li3-0/+100
2015-05-06migration: Add the framework of multi-thread compressionLiang Li3-2/+137
2015-05-06docs: Add a doc about multiple thread compressionLiang Li1-0/+149
2015-05-06Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20150505' into stagingPeter Maydell1-12/+14
2015-05-06gtk: update mouse position in mouse_set()Gerd Hoffmann1-0/+2
2015-05-06gtk: create gtk.hGerd Hoffmann2-71/+78
2015-05-06gtk: add ui_info supportGerd Hoffmann1-0/+19
2015-05-06console: add dpy_ui_info_supportedGerd Hoffmann2-1/+7
2015-05-06console: delayed ui_info guest notificationGerd Hoffmann1-3/+19
2015-05-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2015-05-05' into s...Peter Maydell325-927/+2109
2015-05-05qapi: Check for member name conflicts with a base classEric Blake14-14/+47
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake26-4/+66
2015-05-05qapi: Tweak doc references to QMP when QGA is also meantEric Blake1-77/+82
2015-05-05qapi: Drop dead visitor code related to nested structsEric Blake1-37/+12
2015-05-05qapi: Drop support for inline nested typesEric Blake14-69/+27
2015-05-05qapi: Drop inline nested structs in query-pciEric Blake3-57/+95
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake3-12/+25
2015-05-05qapi: Drop tests for inline nested structsEric Blake6-63/+90
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake7-103/+102
2015-05-05qapi: Forbid 'type' in schemaEric Blake1-14/+0
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake39-200/+200
2015-05-05qapi: Document 'struct' metatypeEric Blake1-29/+29
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake22-81/+93
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake9-15/+23
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake11-20/+37
2015-05-05qapi: Require valid namesEric Blake19-43/+60
2015-05-05qapi: More rigourous checking of typesEric Blake52-77/+126
2015-05-05qapi: Add some type check testsEric Blake61-3/+119
2015-05-05qapi: Unify type bypass and add testsEric Blake16-18/+32
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng3-5/+19
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake29-54/+70
2015-05-05qapi: Add tests of redefined expressionsEric Blake25-0/+45
2015-05-05qapi: Better error messages for bad expressionsEric Blake24-36/+56
2015-05-05qapi: Add some expr testsEric Blake45-3/+72
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake24-77/+77
2015-05-05qapi: Document new 'alternate' meta-typeEric Blake1-21/+36
2015-05-05qapi: Rename anonymous union type in testEric Blake5-33/+33
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake5-40/+62
2015-05-05qapi: Prepare for catching more semantic parse errorsEric Blake1-17/+20
2015-05-05qapi: Tighten checking of unionsEric Blake48-103/+110
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake11-91/+21
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake3-70/+86
2015-05-05qapi: Add some union testsEric Blake89-9/+325
2015-05-05qapi: Better error messages for bad enumsEric Blake19-32/+43
2015-05-05qapi: Add some enum testsEric Blake37-1/+66
2015-05-05qapi: Require ASCII in schemaEric Blake1-2/+2
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake3-2/+4
2015-05-05qapi: Simplify builtin type handlingEric Blake3-15/+9
2015-05-05qapi: Document type-safety considerationsEric Blake2-122/+414