Hi Greg,
On Mon, Jan 29, 2018 at 7:47 PM, Greg Kurz wrote:
> On Mon, 29 Jan 2018 16:20:55 +0200
> Gal Hammer wrote:
>
>> Using a cleanup callback function (Version 2 of this patches) in order to
>> support transactions fails when the same event notifier fd was used by more
>> than one Memory Reg
On Mon, 29 Jan 2018 16:20:55 +0200
Gal Hammer wrote:
> Using a cleanup callback function (Version 2 of this patches) in order to
> support transactions fails when the same event notifier fd was used by more
> than one Memory Region.
>
> This time I ask the caller to do the event notifier cleanup
Using a cleanup callback function (Version 2 of this patches) in order to
support transactions fails when the same event notifier fd was used by more
than one Memory Region.
This time I ask the caller to do the event notifier cleanup by himself.
Gal Hammer (2):
virtio: remove event notifier cle