On Thu, May 21, 2020 at 03:35:59PM +0100, Stefan Hajnoczi wrote: > On Fri, May 15, 2020 at 05:21:07PM +0200, Stefano Garzarella wrote: > > This series add vhost-user-vsock base device and its PCI version > > (vhost-user-vsock-pci). > > The vhost-user-vsock device can be used to implement the virtio-vsock > > device emulation in user-space. > > An use case might be Kata, where they prefer to emulate devices > > in user-space. > > Looks good. > > My main concern is live migration. If it hasn't been tested, please > remove the live migration code. >
Right, I didn't test live migration with vhost-user-vsock. I'll give it a try. If it doesn't work, I'll remove it. Thanks for the review, Stefano