diff options
author | 2023-02-21 12:31:08 +0100 | |
---|---|---|
committer | 2023-10-03 15:18:54 +0300 | |
commit | 7dc0d72ab800c9d65d44cc3ba41f2bc3083c1d48 (patch) | |
tree | 46392f562520e0508389bbae30c609c0e10853e1 /vhost_user_blk.c | |
parent | 9a58d030b9d4d7db297ed0b5d716580526058f78 (diff) |
Update virtio-loopback-adapter Delta release:
- Remove static build
- Correct the configuration exchange
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_blk.c')
-rw-r--r-- | vhost_user_blk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhost_user_blk.c b/vhost_user_blk.c index a8e4c13..bc79557 100644 --- a/vhost_user_blk.c +++ b/vhost_user_blk.c @@ -489,7 +489,7 @@ void vhost_user_blk_realize(int queue_num, int queue_size) vhost_user_blk_init(global_vdev); - global_vdev->vhublk->config_wce = 0; + global_vdev->vhublk->config_wce = 1; /* FIXME: We temporarily hardcoded the vrtqueues number */ global_vdev->vhublk->num_queues = queue_num; |