summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * block/nbd: allow drain during reconnect attemptVladimir Sementsov-Ogievskiy2020-07-281-0/+14
| * block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy2020-07-282-26/+38
| * iotests: Test convert to qcow2 compressed to NBDNir Soffer2020-07-283-0/+159
| * iotests: Add more qemu_img helpersNir Soffer2020-07-281-0/+6
| * iotests: Make qemu_nbd_popen() a contextmanagerNir Soffer2020-07-283-50/+56
| * block: nbd: Fix convert qcow2 compressed to nbdNir Soffer2020-07-282-1/+31
| * nbd: Fix large trim/zero requestsEric Blake2020-07-281-5/+23
* | Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into s...Peter Maydell2020-07-282-1/+1
|\ \
| * | slirp: update to latest stable-4.2 branchMarc-André Lureau2020-07-281-0/+0
| * | test-char: abort on serial test errorMarc-André Lureau2020-07-281-1/+1
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200727'...Peter Maydell2020-07-286-31/+54
|\ \ \
| * | | target/arm: Improve IMPDEF algorithm for IRGRichard Henderson2020-07-271-7/+30
| * | | hw/arm/boot: Fix MTE for EL3 direct kernel bootRichard Henderson2020-07-271-0/+3
| * | | hw/arm/boot: Fix PAUTH for EL3 direct kernel bootRichard Henderson2020-07-271-0/+3
| * | | docs/system/arm/virt: Document 'mte' machine optionPeter Maydell2020-07-271-0/+4
| * | | target/arm: Always pass cacheattr in S1_ptw_translateRichard Henderson2020-07-271-13/+6Star
| * | | hw/misc/aspeed_sdmc: Fix incorrect memory sizePhilippe Mathieu-Daudé2020-07-271-3/+4
| * | | ACPI: Assert that we don't run out of the preallocated memoryDongjiu Geng2020-07-271-8/+4Star
* | | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-28' in...Peter Maydell2020-07-285-8/+42
|\ \ \ \
| * | | | iotests/197: Fix for non-qcow2 formatsMax Reitz2020-07-282-4/+6
| * | | | iotests/028: Add test for cross-base-EOF readsMax Reitz2020-07-282-0/+30
| * | | | block: Fix bdrv_aligned_p*v() for qiov_offset != 0Max Reitz2020-07-281-4/+6
* | | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-07-282-11/+18
|\ \ \ \ \
| * | | | | linux-user: Use getcwd syscall directlyAndreas Schwab2020-07-271-8/+1Star
| * | | | | linux-user: Fix syscall rt_sigtimedwait() implementationFilip Bozuta2020-07-271-1/+3
| * | | | | linux-user: Ensure mmap_min_addr is non-zeroRichard Henderson2020-07-271-2/+14
* | | | | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2020-07-283-12/+23
|\ \ \ \ \ \
| * | | | | | net: forbid the reentrant RXJason Wang2020-07-281-0/+3
| * | | | | | virtio-net: check the existence of peer before accessing vDPA configJason Wang2020-07-281-11/+19
| * | | | | | virtio-pci: fix wrong index in virtio_pci_queue_enabledYuri Benditovich2020-07-281-1/+1
* | | | | | | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-27-tag' in...Peter Maydell2020-07-282-7/+24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | qga/qapi-schema: Document -1 for invalid PCI address fieldsThomas Huth2020-07-281-1/+1
| * | | | | | qga-win: fix "guest-get-fsinfo" wrong filesystem typeBasil Salman2020-07-281-6/+23
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-07-27' int...Peter Maydell2020-07-289-244/+555
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | migration: Fix typos in bitmap migration commentsEric Blake2020-07-271-2/+2
| * | | | | iotests: Adjust which migration tests are quickEric Blake2020-07-271-6/+6
| * | | | | qemu-iotests/199: add source-killed case to bitmaps postcopyVladimir Sementsov-Ogievskiy2020-07-272-2/+17
| * | | | | qemu-iotests/199: add early shutdown case to bitmaps postcopyVladimir Sementsov-Ogievskiy2020-07-272-2/+26
| * | | | | qemu-iotests/199: check persistent bitmapsVladimir Sementsov-Ogievskiy2020-07-271-1/+15
| * | | | | qemu-iotests/199: prepare for new test-cases additionVladimir Sementsov-Ogievskiy2020-07-271-13/+23
| * | | | | migration/savevm: don't worry if bitmap migration postcopy failedVladimir Sementsov-Ogievskiy2020-07-271-5/+32
| * | | | | migration/block-dirty-bitmap: cancel migration on shutdownVladimir Sementsov-Ogievskiy2020-07-273-0/+31
| * | | | | migration/block-dirty-bitmap: relax error handling in incoming partVladimir Sementsov-Ogievskiy2020-07-271-37/+127
| * | | | | migration/block-dirty-bitmap: keep bitmap state for all bitmapsVladimir Sementsov-Ogievskiy2020-07-271-21/+43
| * | | | | migration/block-dirty-bitmap: simplify dirty_bitmap_load_completeVladimir Sementsov-Ogievskiy2020-07-271-21/+4Star
| * | | | | migration/block-dirty-bitmap: rename finish_lock to just lockVladimir Sementsov-Ogievskiy2020-07-271-6/+6
| * | | | | migration/block-dirty-bitmap: refactor state global variablesVladimir Sementsov-Ogievskiy2020-07-271-80/+99
| * | | | | migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_initVladimir Sementsov-Ogievskiy2020-07-273-8/+1Star
| * | | | | migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanupVladimir Sementsov-Ogievskiy2020-07-271-4/+4
| * | | | | migration/block-dirty-bitmap: rename state structure typesVladimir Sementsov-Ogievskiy2020-07-271-33/+37