]> git.proxmox.com Git - mirror_qemu.git/blobdiff - contrib/vhost-user-blk/vhost-user-blk.c
vhost-user: fully use new backend/frontend naming
[mirror_qemu.git] / contrib / vhost-user-blk / vhost-user-blk.c
index 7941694e5353032db9af44d18b3051ac88586f74..89e5f11a64e69044a2f5c9253322e3afb9673b88 100644 (file)
@@ -421,7 +421,7 @@ vub_set_config(VuDev *vu_dev, const uint8_t *data,
     int fd;
 
     /* don't support live migration */
-    if (flags != VHOST_SET_CONFIG_TYPE_MASTER) {
+    if (flags != VHOST_SET_CONFIG_TYPE_FRONTEND) {
         return -1;
     }