summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | migration: Add hmp interface to set and query parametersLiang Li2015-05-074-0/+111
| * | | migration: Add qmp commands to set and query parametersLiang Li2015-05-073-0/+158
| * | | migration: Use an array instead of 3 parametersLiang Li2015-05-073-15/+43
| * | | migration: Add interface to control compressionLiang Li2015-05-072-3/+15
| * | | migration: Add the core code for decompressionLiang Li2015-05-071-2/+48
| * | | migration: Make compression co-work with xbzrleLiang Li2015-05-071-1/+11
| * | | migration: Add the core code of multi-thread compressionLiang Li2015-05-071-7/+178
| * | | migration: Split save_zero_page from ram_save_pageLiang Li2015-05-061-18/+43
| * | | arch_init: Add and free data struct for decompressionLiang Li2015-05-061-1/+12
| * | | arch_init: Alloc and free data struct for compressionLiang Li2015-05-061-1/+34
| * | | qemu-file: Add compression functions to QEMUFileLiang Li2015-05-062-0/+42
| * | | migration: Add the framework of multi-thread decompressionLiang Li2015-05-063-0/+100
| * | | migration: Add the framework of multi-thread compressionLiang Li2015-05-063-2/+137
| * | | docs: Add a doc about multiple thread compressionLiang Li2015-05-061-0/+149
|/ / /
* | | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20150505' into stagingPeter Maydell2015-05-061-12/+14
|\ \ \
| * | | tcg: optimise memory layout of TCGTempEmilio G. Cota2015-05-051-12/+14
| |/ /
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2015-05-05' into s...Peter Maydell2015-05-05325-927/+2109
|\ \ \ | |/ / |/| |
| * | qapi: Check for member name conflicts with a base classEric Blake2015-05-0514-14/+47
| * | qapi: Support (subset of) \u escapes in stringsEric Blake2015-05-0526-4/+66
| * | qapi: Tweak doc references to QMP when QGA is also meantEric Blake2015-05-051-77/+82
| * | qapi: Drop dead visitor code related to nested structsEric Blake2015-05-051-37/+12Star
| * | qapi: Drop support for inline nested typesEric Blake2015-05-0514-69/+27Star
| * | qapi: Drop inline nested structs in query-pciEric Blake2015-05-053-57/+95
| * | qapi: Drop inline nested struct in query-versionEric Blake2015-05-053-12/+25
| * | qapi: Drop tests for inline nested structsEric Blake2015-05-056-63/+90
| * | qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2015-05-057-103/+102Star
| * | qapi: Forbid 'type' in schemaEric Blake2015-05-051-14/+0Star
| * | qapi: Use 'struct' instead of 'type' in schemaEric Blake2015-05-0539-200/+200
| * | qapi: Document 'struct' metatypeEric Blake2015-05-051-29/+29
| * | qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-0522-81/+93
| * | qapi: More rigorous checking for type safety bypassEric Blake2015-05-059-15/+23
| * | qapi: Whitelist commands that don't return dictionaryEric Blake2015-05-0511-20/+37
| * | qapi: Require valid namesEric Blake2015-05-0519-43/+60
| * | qapi: More rigourous checking of typesEric Blake2015-05-0552-77/+126
| * | qapi: Add some type check testsEric Blake2015-05-0561-3/+119
| * | qapi: Unify type bypass and add testsEric Blake2015-05-0516-18/+32
| * | qapi: Allow true, false and null in schema jsonFam Zheng2015-05-053-5/+19
| * | qapi: Better error messages for duplicated expressionsEric Blake2015-05-0529-54/+70
| * | qapi: Add tests of redefined expressionsEric Blake2015-05-0525-0/+45
| * | qapi: Better error messages for bad expressionsEric Blake2015-05-0524-36/+56
| * | qapi: Add some expr testsEric Blake2015-05-0545-3/+72
| * | qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-0524-77/+77
| * | qapi: Document new 'alternate' meta-typeEric Blake2015-05-051-21/+36
| * | qapi: Rename anonymous union type in testEric Blake2015-05-055-33/+33
| * | qapi: Segregate anonymous unions into alternates in generatorEric Blake2015-05-055-40/+62
| * | qapi: Prepare for catching more semantic parse errorsEric Blake2015-05-051-17/+20
| * | qapi: Tighten checking of unionsEric Blake2015-05-0548-103/+110
| * | qapi: Forbid base without discriminator in unionsEric Blake2015-05-0511-91/+21Star
| * | qapi: Clean up test coverage of simple unionsEric Blake2015-05-053-70/+86
| * | qapi: Add some union testsEric Blake2015-05-0589-9/+325