]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/vhost-user.c
minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak
[mirror_qemu.git] / net / vhost-user.c
index 5a26a24708af404ac0d8c5c383d8c572f35196d2..51921de443996a06574aa81425693da290ba1f97 100644 (file)
@@ -236,7 +236,6 @@ static void chr_closed_bh(void *opaque)
     s = DO_UPCAST(NetVhostUserState, nc, ncs[0]);
 
     qmp_set_link(name, false, &err);
-    vhost_user_stop(queues, ncs);
 
     qemu_chr_fe_set_handlers(&s->chr, NULL, NULL, net_vhost_user_event,
                              NULL, opaque, NULL, true);