diff options
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; |