]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Inhibit virtio-balloon for the duration of background snapshot
authorAndrey Gruzdev <andrey.gruzdev@virtuozzo.com>
Thu, 1 Apr 2021 09:22:24 +0000 (12:22 +0300)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 6 Apr 2021 17:56:01 +0000 (18:56 +0100)
commit1a8e44a89f1976e06300393337f78d561f95b339
tree3d0fc9a3ed4453a02bc02b6c3c8aa867b1835b2d
parentecb23efea0899be6723f4ea9636de5cf7de90cfe
migration: Inhibit virtio-balloon for the duration of background snapshot

The same thing as for incoming postcopy - we cannot deal with concurrent
RAM discards when using background snapshot feature in outgoing migration.

Fixes: 8518278a6af589ccc401f06e35f171b1e6fae800 (migration: implementation
  of background snapshot thread)
Signed-off-by: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
Reported-by: David Hildenbrand <david@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210401092226.102804-3-andrey.gruzdev@virtuozzo.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hw/virtio/virtio-balloon.c
include/migration/misc.h
migration/migration.c