aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-01block: Allow child references on reopenAlberto Garcia1-0/+18
2018-10-01block: Don't look for child references in append_open_options()Alberto Garcia1-12/+1
2018-10-01block: Remove child references from bs->{options,explicit_options}Alberto Garcia1-1/+12
2018-10-01file-posix: x-check-cache-dropped should default to false on reopenAlberto Garcia1-1/+1
2018-10-01qemu-io: Fix writethrough check in reopenAlberto Garcia1-1/+1
2018-10-01file-posix: Include filename in locking error messageFam Zheng3-43/+45
2018-09-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into stagingPeter Maydell7-63/+241
2018-09-28Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a'...Peter Maydell15-98/+255
2018-09-28Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180926' into ...Peter Maydell2-3/+20
2018-09-28Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell4-41/+75
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell6-1453/+1589
2018-09-26migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell1-5/+5
2018-09-26migration: fix the compression codeFei Li1-16/+8
2018-09-26migration: fix QEMUFile leakMarc-André Lureau1-1/+4
2018-09-26tests/migration: Speed up the test on ppc64Thomas Huth1-3/+3
2018-09-26migration: cleanup in error paths in loadvmDr. David Alan Gilbert1-0/+2
2018-09-26migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert1-0/+1
2018-09-26tcg/i386: fix vector operations on 32-bit hostsRoman Kapl1-4/+0
2018-09-26qht-bench: add -p flag to precompute hash valuesEmilio G. Cota1-6/+20
2018-09-26qht: constify arguments to some internal functionsEmilio G. Cota1-6/+10
2018-09-26qht: constify qht_statistics_initEmilio G. Cota2-5/+5
2018-09-26qht: constify qht_lookupEmilio G. Cota2-10/+10
2018-09-26qht: fix comment in qht_bucket_remove_entryEmilio G. Cota1-1/+1
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota5-26/+31
2018-09-26test-qht: speed up + test qht_resizeEmilio G. Cota1-0/+4
2018-09-26test-qht: test deletion of the last entry in a bucketEmilio G. Cota1-1/+12
2018-09-26test-qht: test removal of non-existent entriesEmilio G. Cota1-2/+24
2018-09-26test-qht: test qht_iter_removeEmilio G. Cota1-2/+48
2018-09-26qht: add qht_iter_removeEmilio G. Cota2-8/+85
2018-09-26qht: remove unused map param from qht_remove__lockedEmilio G. Cota1-3/+2
2018-09-26seccomp: check TSYNC host capabilityMarc-André Lureau2-3/+20
2018-09-26tests/migration: Add migration-test header fileWei Huang2-10/+39
2018-09-26tests/migration: Support cross compilation in generating boot header fileWei Huang5-29/+51
2018-09-26tests/migration: Convert x86 boot block compilation script into MakefileWei Huang3-33/+31
2018-09-26migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong1-1/+3
2018-09-26migration: show the statistics of compressionXiao Guangrong5-2/+91
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong1-7/+11
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani2-1/+4
2018-09-26migration: handle the error condition properlyXiao Guangrong1-3/+15
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong1-9/+9
2018-09-26migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert1-1/+1
2018-09-26vmdk: align end of file to a sector boundaryyuchenlin1-0/+21
2018-09-26tests/vm: Use -cpu max rather than -cpu hostPeter Maydell1-2/+1
2018-09-26aio-posix: do skip system call if ctx->notifier polling succeedsPaolo Bonzini1-3/+4
2018-09-26aio-posix: compute timeout before pollingPaolo Bonzini2-27/+36
2018-09-26aio-posix: fix concurrent access to poll_disable_cntPaolo Bonzini1-11/+15
2018-09-25linux-user: do setrlimit selectivelyMax Filippov1-1/+15
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones1-0/+3
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat1-3/+7
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2-1/+56