Re: [Qemu-devel] [PATCH v3 0/2] virtio: improve virtio devices initialization time

2018-01-30 Thread Gal Hammer
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

Re: [Qemu-devel] [PATCH v3 0/2] virtio: improve virtio devices initialization time

2018-01-29 Thread Greg Kurz
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

[Qemu-devel] [PATCH v3 0/2] virtio: improve virtio devices initialization time

2018-01-29 Thread Gal Hammer
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