Age | Commit message (Expand) | Author |
2018-10-01 | block-backend: Set werror/rerror defaults in blk_new() | Kevin Wolf |
2018-10-01 | qcow2: Explicit number replaced by a constant | Leonid Bloch |
2018-10-01 | qcow2: Set the default cache-clean-interval to 10 minutes | Leonid Bloch |
2018-10-01 | qcow2: Resize the cache upon image resizing | Leonid Bloch |
2018-10-01 | qcow2: Increase the default upper limit on the L2 cache size | Leonid Bloch |
2018-10-01 | qcow2: Assign the L2 cache relatively to the image size | Leonid Bloch |
2018-10-01 | qcow2: Avoid duplication in setting the refcount cache size | Leonid Bloch |
2018-10-01 | qcow2: Make sizes more humanly readable | Leonid Bloch |
2018-10-01 | include: Add a lookup table of sizes | Leonid Bloch |
2018-10-01 | qcow2: Options' documentation fixes | Leonid Bloch |
2018-10-01 | block: Allow changing 'detect-zeroes' on reopen | Alberto Garcia |
2018-10-01 | block: Allow changing 'discard' on reopen | Alberto Garcia |
2018-10-01 | file-posix: Forbid trying to change unsupported options during reopen | Alberto Garcia |
2018-10-01 | block: Forbid trying to change unsupported options during reopen | Alberto Garcia |
2018-10-01 | block: Allow child references on reopen | Alberto Garcia |
2018-10-01 | block: Don't look for child references in append_open_options() | Alberto Garcia |
2018-10-01 | block: Remove child references from bs->{options,explicit_options} | Alberto Garcia |
2018-10-01 | file-posix: x-check-cache-dropped should default to false on reopen | Alberto Garcia |
2018-10-01 | qemu-io: Fix writethrough check in reopen | Alberto Garcia |
2018-10-01 | file-posix: Include filename in locking error message | Fam Zheng |
2018-09-28 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into staging | Peter Maydell |
2018-09-28 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a'... | Peter Maydell |
2018-09-28 | Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180926' into ... | Peter Maydell |
2018-09-28 | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st... | Peter Maydell |
2018-09-28 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re... | Peter Maydell |
2018-09-26 | migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t struct | Peter Maydell |
2018-09-26 | migration: fix the compression code | Fei Li |
2018-09-26 | migration: fix QEMUFile leak | Marc-André Lureau |
2018-09-26 | tests/migration: Speed up the test on ppc64 | Thomas Huth |
2018-09-26 | migration: cleanup in error paths in loadvm | Dr. David Alan Gilbert |
2018-09-26 | migration/postcopy: Clear have_listen_thread | Dr. David Alan Gilbert |
2018-09-26 | tcg/i386: fix vector operations on 32-bit hosts | Roman Kapl |
2018-09-26 | qht-bench: add -p flag to precompute hash values | Emilio G. Cota |
2018-09-26 | qht: constify arguments to some internal functions | Emilio G. Cota |
2018-09-26 | qht: constify qht_statistics_init | Emilio G. Cota |
2018-09-26 | qht: constify qht_lookup | Emilio G. Cota |
2018-09-26 | qht: fix comment in qht_bucket_remove_entry | Emilio G. Cota |
2018-09-26 | qht: drop ht argument from qht iterators | Emilio G. Cota |
2018-09-26 | test-qht: speed up + test qht_resize | Emilio G. Cota |
2018-09-26 | test-qht: test deletion of the last entry in a bucket | Emilio G. Cota |
2018-09-26 | test-qht: test removal of non-existent entries | Emilio G. Cota |
2018-09-26 | test-qht: test qht_iter_remove | Emilio G. Cota |
2018-09-26 | qht: add qht_iter_remove | Emilio G. Cota |
2018-09-26 | qht: remove unused map param from qht_remove__locked | Emilio G. Cota |
2018-09-26 | seccomp: check TSYNC host capability | Marc-André Lureau |
2018-09-26 | tests/migration: Add migration-test header file | Wei Huang |
2018-09-26 | tests/migration: Support cross compilation in generating boot header file | Wei Huang |
2018-09-26 | tests/migration: Convert x86 boot block compilation script into Makefile | Wei Huang |
2018-09-26 | migration: use save_page_use_compression in flush_compressed_data | Xiao Guangrong |
2018-09-26 | migration: show the statistics of compression | Xiao Guangrong |