Re: [Qemu-devel] [PATCH 0/2] vhost-user race condition on shutdown

2019-04-19 Thread Michael S. Tsirkin
On Tue, Apr 16, 2019 at 02:46:22PM -0400, Dan Streetman wrote: > From: Dan Streetman > > Buglink: https://launchpad.net/bugs/1823458 Cc Maxime. > This is a race condition between the normal shutdown of a guest > and the handling of its vhost-user net being externally closed. > It's explained i

[Qemu-devel] [PATCH 0/2] vhost-user race condition on shutdown

2019-04-16 Thread Dan Streetman
From: Dan Streetman Buglink: https://launchpad.net/bugs/1823458 This is a race condition between the normal shutdown of a guest and the handling of its vhost-user net being externally closed. It's explained in more detail at the bug link; the short version is that there are 2 problems, fixed by