fda7fbcd8d
- kvm-i386-Resolve-CPU-models-to-v1-by-default.patch [bz#1779078 bz#1787291 bz#1779078 bz#1779078] - kvm-iotests-Support-job-complete-in-run_job.patch [bz#1781637] - kvm-iotests-Create-VM.blockdev_create.patch [bz#1781637] - kvm-block-Activate-recursively-even-for-already-active-n.patch [bz#1781637] - kvm-hmp-Allow-using-qdev-ID-for-qemu-io-command.patch [bz#1781637] - kvm-iotests-Test-external-snapshot-with-VM-state.patch [bz#1781637] - kvm-iotests.py-Let-wait_migration-wait-even-more.patch [bz#1781637] - kvm-blockdev-fix-coding-style-issues-in-drive_backup_pre.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-blockdev-unify-qmp_drive_backup-and-drive-backup-tra.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-blockdev-unify-qmp_blockdev_backup-and-blockdev-back.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-blockdev-honor-bdrv_try_set_aio_context-context-requ.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-backup-top-Begin-drain-earlier.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-block-backup-top-Don-t-acquire-context-while-droppin.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-blockdev-Acquire-AioContext-on-dirty-bitmap-function.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-blockdev-Return-bs-to-the-proper-context-on-snapshot.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-iotests-Test-handling-of-AioContexts-with-some-block.patch [bz#1745606 bz#1746217 bz#1773517 bz#1779036 bz#1782111 bz#1782175 bz#1783965] - kvm-target-arm-monitor-query-cpu-model-expansion-crashed.patch [bz#1801320] - kvm-docs-arm-cpu-features-Make-kvm-no-adjvtime-comment-c.patch [bz#1801320] - Resolves: bz#1745606 (Qemu hang when do incremental live backup in transaction mode without bitmap) - Resolves: bz#1746217 (Src qemu hang when do storage vm migration during guest installation) - Resolves: bz#1773517 (Src qemu hang when do storage vm migration with dataplane enable) - Resolves: bz#1779036 (Qemu coredump when do snapshot in transaction mode with one snapshot path not exist) - Resolves: bz#1779078 (RHVH 4.4: Failed to run VM on 4.3/4.4 engine (Exit message: the CPU is incompatible with host CPU: Host CPU does not provide required features: hle, rtm)) - Resolves: bz#1781637 (qemu crashed when do mem and disk snapshot) - Resolves: bz#1782111 (Qemu hang when do full backup on multi-disks with one job's 'job-id' missed in transaction mode(data plane enable)) - Resolves: bz#1782175 (Qemu core dump when add persistent bitmap(data plane enable)) - Resolves: bz#1783965 (Qemu core dump when do backup with sync: bitmap and no bitmap provided) - Resolves: bz#1787291 (RHVH 4.4: Failed to run VM on 4.3/4.4 engine (Exit message: the CPU is incompatible with host CPU: Host CPU does not provide required features: hle, rtm) [rhel-8.1.0.z]) - Resolves: bz#1801320 (aarch64: backport query-cpu-model-expansion and adjvtime document fixes)
205 lines
7.1 KiB
Diff
205 lines
7.1 KiB
Diff
From da4ee4c0d56200042cb86f8ccd2777009bd82df3 Mon Sep 17 00:00:00 2001
|
|
From: Sergio Lopez Pascual <slp@redhat.com>
|
|
Date: Fri, 7 Feb 2020 11:27:44 +0000
|
|
Subject: [PATCH 11/18] blockdev: honor bdrv_try_set_aio_context() context
|
|
requirements
|
|
|
|
RH-Author: Sergio Lopez Pascual <slp@redhat.com>
|
|
Message-id: <20200207112749.25073-5-slp@redhat.com>
|
|
Patchwork-id: 93758
|
|
O-Subject: [RHEL-AV-8.2.0 qemu-kvm PATCH v2 4/9] blockdev: honor bdrv_try_set_aio_context() context requirements
|
|
Bugzilla: 1745606 1746217 1773517 1779036 1782111 1782175 1783965
|
|
RH-Acked-by: Stefano Garzarella <sgarzare@redhat.com>
|
|
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|
|
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
bdrv_try_set_aio_context() requires that the old context is held, and
|
|
the new context is not held. Fix all the occurrences where it's not
|
|
done this way.
|
|
|
|
Suggested-by: Max Reitz <mreitz@redhat.com>
|
|
Signed-off-by: Sergio Lopez <slp@redhat.com>
|
|
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
(cherry picked from commit 3ea67e08832775a28d0bd2795f01bc77e7ea1512)
|
|
Signed-off-by: Sergio Lopez <slp@redhat.com>
|
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
---
|
|
blockdev.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
|
|
1 file changed, 60 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/blockdev.c b/blockdev.c
|
|
index 152a0f7..1dacbc2 100644
|
|
--- a/blockdev.c
|
|
+++ b/blockdev.c
|
|
@@ -1535,6 +1535,7 @@ static void external_snapshot_prepare(BlkActionState *common,
|
|
DO_UPCAST(ExternalSnapshotState, common, common);
|
|
TransactionAction *action = common->action;
|
|
AioContext *aio_context;
|
|
+ AioContext *old_context;
|
|
int ret;
|
|
|
|
/* 'blockdev-snapshot' and 'blockdev-snapshot-sync' have similar
|
|
@@ -1675,7 +1676,16 @@ static void external_snapshot_prepare(BlkActionState *common,
|
|
goto out;
|
|
}
|
|
|
|
+ /* Honor bdrv_try_set_aio_context() context acquisition requirements. */
|
|
+ old_context = bdrv_get_aio_context(state->new_bs);
|
|
+ aio_context_release(aio_context);
|
|
+ aio_context_acquire(old_context);
|
|
+
|
|
ret = bdrv_try_set_aio_context(state->new_bs, aio_context, errp);
|
|
+
|
|
+ aio_context_release(old_context);
|
|
+ aio_context_acquire(aio_context);
|
|
+
|
|
if (ret < 0) {
|
|
goto out;
|
|
}
|
|
@@ -1775,11 +1785,13 @@ static void drive_backup_prepare(BlkActionState *common, Error **errp)
|
|
BlockDriverState *target_bs;
|
|
BlockDriverState *source = NULL;
|
|
AioContext *aio_context;
|
|
+ AioContext *old_context;
|
|
QDict *options;
|
|
Error *local_err = NULL;
|
|
int flags;
|
|
int64_t size;
|
|
bool set_backing_hd = false;
|
|
+ int ret;
|
|
|
|
assert(common->action->type == TRANSACTION_ACTION_KIND_DRIVE_BACKUP);
|
|
backup = common->action->u.drive_backup.data;
|
|
@@ -1868,6 +1880,21 @@ static void drive_backup_prepare(BlkActionState *common, Error **errp)
|
|
goto out;
|
|
}
|
|
|
|
+ /* Honor bdrv_try_set_aio_context() context acquisition requirements. */
|
|
+ old_context = bdrv_get_aio_context(target_bs);
|
|
+ aio_context_release(aio_context);
|
|
+ aio_context_acquire(old_context);
|
|
+
|
|
+ ret = bdrv_try_set_aio_context(target_bs, aio_context, errp);
|
|
+ if (ret < 0) {
|
|
+ bdrv_unref(target_bs);
|
|
+ aio_context_release(old_context);
|
|
+ return;
|
|
+ }
|
|
+
|
|
+ aio_context_release(old_context);
|
|
+ aio_context_acquire(aio_context);
|
|
+
|
|
if (set_backing_hd) {
|
|
bdrv_set_backing_hd(target_bs, source, &local_err);
|
|
if (local_err) {
|
|
@@ -1947,6 +1974,8 @@ static void blockdev_backup_prepare(BlkActionState *common, Error **errp)
|
|
BlockDriverState *bs;
|
|
BlockDriverState *target_bs;
|
|
AioContext *aio_context;
|
|
+ AioContext *old_context;
|
|
+ int ret;
|
|
|
|
assert(common->action->type == TRANSACTION_ACTION_KIND_BLOCKDEV_BACKUP);
|
|
backup = common->action->u.blockdev_backup.data;
|
|
@@ -1961,7 +1990,18 @@ static void blockdev_backup_prepare(BlkActionState *common, Error **errp)
|
|
return;
|
|
}
|
|
|
|
+ /* Honor bdrv_try_set_aio_context() context acquisition requirements. */
|
|
aio_context = bdrv_get_aio_context(bs);
|
|
+ old_context = bdrv_get_aio_context(target_bs);
|
|
+ aio_context_acquire(old_context);
|
|
+
|
|
+ ret = bdrv_try_set_aio_context(target_bs, aio_context, errp);
|
|
+ if (ret < 0) {
|
|
+ aio_context_release(old_context);
|
|
+ return;
|
|
+ }
|
|
+
|
|
+ aio_context_release(old_context);
|
|
aio_context_acquire(aio_context);
|
|
state->bs = bs;
|
|
|
|
@@ -3562,7 +3602,6 @@ static BlockJob *do_backup_common(BackupCommon *backup,
|
|
BlockJob *job = NULL;
|
|
BdrvDirtyBitmap *bmap = NULL;
|
|
int job_flags = JOB_DEFAULT;
|
|
- int ret;
|
|
|
|
if (!backup->has_speed) {
|
|
backup->speed = 0;
|
|
@@ -3586,11 +3625,6 @@ static BlockJob *do_backup_common(BackupCommon *backup,
|
|
backup->compress = false;
|
|
}
|
|
|
|
- ret = bdrv_try_set_aio_context(target_bs, aio_context, errp);
|
|
- if (ret < 0) {
|
|
- return NULL;
|
|
- }
|
|
-
|
|
if ((backup->sync == MIRROR_SYNC_MODE_BITMAP) ||
|
|
(backup->sync == MIRROR_SYNC_MODE_INCREMENTAL)) {
|
|
/* done before desugaring 'incremental' to print the right message */
|
|
@@ -3825,6 +3859,7 @@ void qmp_drive_mirror(DriveMirror *arg, Error **errp)
|
|
BlockDriverState *bs;
|
|
BlockDriverState *source, *target_bs;
|
|
AioContext *aio_context;
|
|
+ AioContext *old_context;
|
|
BlockMirrorBackingMode backing_mode;
|
|
Error *local_err = NULL;
|
|
QDict *options = NULL;
|
|
@@ -3937,12 +3972,22 @@ void qmp_drive_mirror(DriveMirror *arg, Error **errp)
|
|
(arg->mode == NEW_IMAGE_MODE_EXISTING ||
|
|
!bdrv_has_zero_init(target_bs)));
|
|
|
|
+
|
|
+ /* Honor bdrv_try_set_aio_context() context acquisition requirements. */
|
|
+ old_context = bdrv_get_aio_context(target_bs);
|
|
+ aio_context_release(aio_context);
|
|
+ aio_context_acquire(old_context);
|
|
+
|
|
ret = bdrv_try_set_aio_context(target_bs, aio_context, errp);
|
|
if (ret < 0) {
|
|
bdrv_unref(target_bs);
|
|
- goto out;
|
|
+ aio_context_release(old_context);
|
|
+ return;
|
|
}
|
|
|
|
+ aio_context_release(old_context);
|
|
+ aio_context_acquire(aio_context);
|
|
+
|
|
blockdev_mirror_common(arg->has_job_id ? arg->job_id : NULL, bs, target_bs,
|
|
arg->has_replaces, arg->replaces, arg->sync,
|
|
backing_mode, zero_target,
|
|
@@ -3984,6 +4029,7 @@ void qmp_blockdev_mirror(bool has_job_id, const char *job_id,
|
|
BlockDriverState *bs;
|
|
BlockDriverState *target_bs;
|
|
AioContext *aio_context;
|
|
+ AioContext *old_context;
|
|
BlockMirrorBackingMode backing_mode = MIRROR_LEAVE_BACKING_CHAIN;
|
|
Error *local_err = NULL;
|
|
bool zero_target;
|
|
@@ -4001,10 +4047,16 @@ void qmp_blockdev_mirror(bool has_job_id, const char *job_id,
|
|
|
|
zero_target = (sync == MIRROR_SYNC_MODE_FULL);
|
|
|
|
+ /* Honor bdrv_try_set_aio_context() context acquisition requirements. */
|
|
+ old_context = bdrv_get_aio_context(target_bs);
|
|
aio_context = bdrv_get_aio_context(bs);
|
|
- aio_context_acquire(aio_context);
|
|
+ aio_context_acquire(old_context);
|
|
|
|
ret = bdrv_try_set_aio_context(target_bs, aio_context, errp);
|
|
+
|
|
+ aio_context_release(old_context);
|
|
+ aio_context_acquire(aio_context);
|
|
+
|
|
if (ret < 0) {
|
|
goto out;
|
|
}
|
|
--
|
|
1.8.3.1
|
|
|