Re: [PATCH 0/3] RFC: few random hacks to improve eventfd fallback path

2021-01-13 Thread Paolo Bonzini
On 17/12/20 16:00, Maxim Levitsky wrote: These few patches are the result of a random hacking I did to make the qemu cope with eventfd allocation failure, when using an iothread, as it happened in bz #1897550. I am not 100% sure which patches in this series are worth to merge, or if this can be

Re: [PATCH 0/3] RFC: few random hacks to improve eventfd fallback path

2021-01-07 Thread Maxim Levitsky
On Thu, 2020-12-17 at 17:00 +0200, Maxim Levitsky wrote: > These few patches are the result of a random hacking I did to make the qemu > cope with eventfd allocation failure, when using an iothread, > as it happened in bz #1897550. > > I am not 100% sure which patches in this series are worth to m

[PATCH 0/3] RFC: few random hacks to improve eventfd fallback path

2020-12-17 Thread Maxim Levitsky
These few patches are the result of a random hacking I did to make the qemu cope with eventfd allocation failure, when using an iothread, as it happened in bz #1897550. I am not 100% sure which patches in this series are worth to merge, or if this can be fixed in a better way. After this patch se