Re: [PATCH RFC 0/2] vsock/virtio: fix issues on device hot-unplug

2019-01-04 Thread Stefano Garzarella
On Fri, Jan 4, 2019 at 12:44 PM Stefan Hajnoczi wrote: > > On Thu, Dec 20, 2018 at 01:15:33PM +0100, Stefano Garzarella wrote: > > These patches try to handle the hot-unplug of vsock virtio transport device > > in > > a proper way. > > > > Maybe move the vsock_core_init()/vsock_core_exit() functi

Re: [PATCH RFC 0/2] vsock/virtio: fix issues on device hot-unplug

2019-01-04 Thread Stefan Hajnoczi
On Thu, Dec 20, 2018 at 01:15:33PM +0100, Stefano Garzarella wrote: > These patches try to handle the hot-unplug of vsock virtio transport device in > a proper way. > > Maybe move the vsock_core_init()/vsock_core_exit() functions in the > module_init > and module_exit of vsock_virtio_transport mo

[PATCH RFC 0/2] vsock/virtio: fix issues on device hot-unplug

2018-12-20 Thread Stefano Garzarella
These patches try to handle the hot-unplug of vsock virtio transport device in a proper way. Maybe move the vsock_core_init()/vsock_core_exit() functions in the module_init and module_exit of vsock_virtio_transport module can't be the best way, but the architecture of vsock_core forces us to this