commit | 5447c3a03f6775a99da6e36cc7eda09f293d7521 | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Mon May 06 17:27:40 2019 +0300 |
committer | Max Reitz <mreitz@redhat.com> | Tue May 28 20:30:55 2019 +0200 |
tree | a2b7701cd2a626330b7a834d6356d41960088482 | |
parent | f24196d388ec781ce3ae99c1fb78ba9755785f91 [diff] |
qcow2: bdrv_co_pwritev: move encryption code out of the lock Encryption will be done in threads, to take benefit of it, we should move it out of the lock first. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 20190506142741.41731-8-vsementsov@virtuozzo.com Signed-off-by: Max Reitz <mreitz@redhat.com>