Re: [Qemu-devel] [PATCH v3] vhost_net: cleanup recovery

2014-09-03 Thread Michael S. Tsirkin
On Wed, Sep 03, 2014 at 06:52:46PM +0800, Jason Wang wrote: > On 09/03/2014 06:35 PM, Michael S. Tsirkin wrote: > > commit aad4dce934649b3a398396fc2a76f215bb194ea4 > > vhost_net: start/stop guest notifiers properly > > > > changed the order of calls for guest notifiers, > > but did not recover

Re: [Qemu-devel] [PATCH v3] vhost_net: cleanup recovery

2014-09-03 Thread Jason Wang
On 09/03/2014 06:35 PM, Michael S. Tsirkin wrote: > commit aad4dce934649b3a398396fc2a76f215bb194ea4 > vhost_net: start/stop guest notifiers properly > > changed the order of calls for guest notifiers, > but did not recover in the correct (reverse) order. > Fix it up. > > Cc: qemu-sta...@nongnu.

Re: [Qemu-devel] [PATCH v3] vhost_net: cleanup recovery

2014-09-03 Thread Andrey Korolyov
On Wed, Sep 3, 2014 at 2:35 PM, Michael S. Tsirkin wrote: > commit aad4dce934649b3a398396fc2a76f215bb194ea4 > vhost_net: start/stop guest notifiers properly > > changed the order of calls for guest notifiers, > but did not recover in the correct (reverse) order. > Fix it up. > > Cc: qemu-sta..