aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-01qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch
2018-10-01qcow2: Avoid duplication in setting the refcount cache sizeLeonid Bloch
2018-10-01qcow2: Make sizes more humanly readableLeonid Bloch
2018-10-01include: Add a lookup table of sizesLeonid Bloch
2018-10-01qcow2: Options' documentation fixesLeonid Bloch
2018-10-01block: Allow changing 'detect-zeroes' on reopenAlberto Garcia
2018-10-01block: Allow changing 'discard' on reopenAlberto Garcia
2018-10-01file-posix: Forbid trying to change unsupported options during reopenAlberto Garcia
2018-10-01block: Forbid trying to change unsupported options during reopenAlberto Garcia
2018-10-01block: Allow child references on reopenAlberto Garcia
2018-10-01block: Don't look for child references in append_open_options()Alberto Garcia
2018-10-01block: Remove child references from bs->{options,explicit_options}Alberto Garcia
2018-10-01file-posix: x-check-cache-dropped should default to false on reopenAlberto Garcia
2018-10-01qemu-io: Fix writethrough check in reopenAlberto Garcia
2018-10-01file-posix: Include filename in locking error messageFam Zheng
2018-09-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into stagingPeter Maydell
2018-09-28Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a'...Peter Maydell
2018-09-28Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180926' into ...Peter Maydell
2018-09-28Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-09-26migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell
2018-09-26migration: fix the compression codeFei Li
2018-09-26migration: fix QEMUFile leakMarc-André Lureau
2018-09-26tests/migration: Speed up the test on ppc64Thomas Huth
2018-09-26migration: cleanup in error paths in loadvmDr. David Alan Gilbert
2018-09-26migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert
2018-09-26tcg/i386: fix vector operations on 32-bit hostsRoman Kapl
2018-09-26qht-bench: add -p flag to precompute hash valuesEmilio G. Cota
2018-09-26qht: constify arguments to some internal functionsEmilio G. Cota
2018-09-26qht: constify qht_statistics_initEmilio G. Cota
2018-09-26qht: constify qht_lookupEmilio G. Cota
2018-09-26qht: fix comment in qht_bucket_remove_entryEmilio G. Cota
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-09-26test-qht: speed up + test qht_resizeEmilio G. Cota
2018-09-26test-qht: test deletion of the last entry in a bucketEmilio G. Cota
2018-09-26test-qht: test removal of non-existent entriesEmilio G. Cota
2018-09-26test-qht: test qht_iter_removeEmilio G. Cota
2018-09-26qht: add qht_iter_removeEmilio G. Cota
2018-09-26qht: remove unused map param from qht_remove__lockedEmilio G. Cota
2018-09-26seccomp: check TSYNC host capabilityMarc-André Lureau
2018-09-26tests/migration: Add migration-test header fileWei Huang
2018-09-26tests/migration: Support cross compilation in generating boot header fileWei Huang
2018-09-26tests/migration: Convert x86 boot block compilation script into MakefileWei Huang
2018-09-26migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong
2018-09-26migration: show the statistics of compressionXiao Guangrong
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani
2018-09-26migration: handle the error condition properlyXiao Guangrong
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong