summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-07migration: avoid divide by zero in xbzrle cache miss rateMichael Chapman1-3/+5
2015-05-07migration: Add hmp interface to set and query parametersLiang Li4-0/+111
2015-05-07migration: Add qmp commands to set and query parametersLiang Li3-0/+158
2015-05-07migration: Use an array instead of 3 parametersLiang Li3-15/+43
2015-05-07migration: Add interface to control compressionLiang Li2-3/+15
2015-05-07migration: Add the core code for decompressionLiang Li1-2/+48
2015-05-07migration: Make compression co-work with xbzrleLiang Li1-1/+11
2015-05-07migration: Add the core code of multi-thread compressionLiang Li1-7/+178
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li1-18/+43
2015-05-06arch_init: Add and free data struct for decompressionLiang Li1-1/+12
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li1-1/+34
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-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