Re: [PATCH] vhost-user: save features of multiqueues if chardev is closed

2020-09-28 Thread Michael S. Tsirkin
On Wed, Sep 23, 2020 at 11:44:41AM +0200, Adrian Moreno wrote: > Thanks Haibin, > > > On 9/22/20 5:27 AM, haibinzhang(张海斌) wrote: > > Fore-commit(c6beefd674) only saves features of queue0, > > this makes wrong features of other queues in multiqueues > > situation. > > For examples: > > qemu-sys

Re: [PATCH] vhost-user: save features of multiqueues if chardev is closed

2020-09-23 Thread Adrian Moreno
Thanks Haibin, On 9/22/20 5:27 AM, haibinzhang(张海斌) wrote: > Fore-commit(c6beefd674) only saves features of queue0, > this makes wrong features of other queues in multiqueues > situation. > For examples: > qemu-system-aarch64 ... \ > -chardev socket,id=charnet0,path=/var/run/vhost_sock \ >