aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-07migration: Add qmp commands to set and query parametersLiang Li
2015-05-07migration: Use an array instead of 3 parametersLiang Li
2015-05-07migration: Add interface to control compressionLiang Li
2015-05-07migration: Add the core code for decompressionLiang Li
2015-05-07migration: Make compression co-work with xbzrleLiang Li
2015-05-07migration: Add the core code of multi-thread compressionLiang Li
2015-05-06migration: Split save_zero_page from ram_save_pageLiang Li
2015-05-06arch_init: Add and free data struct for decompressionLiang Li
2015-05-06arch_init: Alloc and free data struct for compressionLiang Li
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li
2015-05-06migration: Add the framework of multi-thread compressionLiang Li
2015-05-06docs: Add a doc about multiple thread compressionLiang Li
2015-05-06Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20150505' into stagingPeter Maydell
2015-05-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2015-05-05' into s...Peter Maydell
2015-05-05qapi: Check for member name conflicts with a base classEric Blake
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake
2015-05-05qapi: Tweak doc references to QMP when QGA is also meantEric Blake
2015-05-05qapi: Drop dead visitor code related to nested structsEric Blake
2015-05-05qapi: Drop support for inline nested typesEric Blake
2015-05-05qapi: Drop inline nested structs in query-pciEric Blake
2015-05-05qapi: Drop inline nested struct in query-versionEric Blake
2015-05-05qapi: Drop tests for inline nested structsEric Blake
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake
2015-05-05qapi: Forbid 'type' in schemaEric Blake
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake
2015-05-05qapi: Document 'struct' metatypeEric Blake
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake
2015-05-05qapi: Require valid namesEric Blake
2015-05-05qapi: More rigourous checking of typesEric Blake
2015-05-05qapi: Add some type check testsEric Blake
2015-05-05qapi: Unify type bypass and add testsEric Blake
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake
2015-05-05qapi: Add tests of redefined expressionsEric Blake
2015-05-05qapi: Better error messages for bad expressionsEric Blake
2015-05-05qapi: Add some expr testsEric Blake
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake
2015-05-05qapi: Document new 'alternate' meta-typeEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake
2015-05-05qapi: Prepare for catching more semantic parse errorsEric Blake
2015-05-05qapi: Tighten checking of unionsEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake
2015-05-05qapi: Add some union testsEric Blake
2015-05-05qapi: Better error messages for bad enumsEric Blake
2015-05-05qapi: Add some enum testsEric Blake