Re: [Qemu-devel] [PATCH] virtio: revert host notifiers to old semantics

2016-07-04 Thread Jason Wang
On 2016年06月30日 23:31, Cornelia Huck wrote: The host notifier rework tried both to unify host notifiers across transports and plug a possible hole during host notifier re-assignment. Unfortunately, this meant a change in semantics that breaks vhost and iSCSI+dataplane. As the minimal fix, keep

Re: [Qemu-devel] [PATCH] virtio: revert host notifiers to old semantics

2016-07-03 Thread Peter Lieven
Am 30.06.2016 um 17:31 schrieb Cornelia Huck: The host notifier rework tried both to unify host notifiers across transports and plug a possible hole during host notifier re-assignment. Unfortunately, this meant a change in semantics that breaks vhost and iSCSI+dataplane. As the minimal fix, keep

Re: [Qemu-devel] [PATCH] virtio: revert host notifiers to old semantics

2016-07-01 Thread Marc-André Lureau
Hi On Thu, Jun 30, 2016 at 5:31 PM, Cornelia Huck wrote: > The host notifier rework tried both to unify host notifiers across > transports and plug a possible hole during host notifier > re-assignment. Unfortunately, this meant a change in semantics that > breaks vhost and iSCSI+dataplane. > > As

[Qemu-devel] [PATCH] virtio: revert host notifiers to old semantics

2016-06-30 Thread Cornelia Huck
The host notifier rework tried both to unify host notifiers across transports and plug a possible hole during host notifier re-assignment. Unfortunately, this meant a change in semantics that breaks vhost and iSCSI+dataplane. As the minimal fix, keep the common host notifier code but revert to the