From 7dc0d72ab800c9d65d44cc3ba41f2bc3083c1d48 Mon Sep 17 00:00:00 2001 From: Timos Ampelikiotis Date: Tue, 21 Feb 2023 12:31:08 +0100 Subject: Update virtio-loopback-adapter Delta release: - Remove static build - Correct the configuration exchange Signed-off-by: Timos Ampelikiotis --- vhost_user_blk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhost_user_blk.c') 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; -- cgit