Zhengui li 126734c4f7 vpc: unlock Coroutine lock to make IO submit Concurrently
Concurrent IO becomes serial IO because of the qemu Coroutine lock,
which reduce IO performance severely.

So unlock Coroutine lock before bdrv_co_pwritev and
bdrv_co_preadv to fix it.

Signed-off-by: Zhengui li <lizhengui@huawei.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-04-30 15:29:00 +02:00
..
2019-02-22 09:42:13 +00:00
2018-08-31 16:28:33 +02:00
2019-01-04 11:15:09 +00:00
2019-03-26 11:37:51 +01:00
2019-02-25 15:11:27 +01:00
2019-02-25 15:11:27 +01:00
2018-02-09 05:05:11 +01:00
2019-03-08 12:26:46 +01:00
2019-02-26 19:04:47 +00:00
2019-02-22 09:42:13 +00:00
2019-02-26 19:04:47 +00:00
2017-07-17 11:34:11 +08:00