Re: [PATCH v2 0/2] fix for #285

2023-03-21 Thread Richard Henderson
On 3/19/23 07:15, Emilio Cota wrote: Ping. Any feedback on these two patches? https://patchew.org/QEMU/20230205163758.416992-1-c...@braap.org/ https://lore.kernel.org/qemu-devel/20230205163758.416992-1-c...@braap.org/ Queued to tcg-next. r~ Happy to resend if needed. Thanks,

Re: [PATCH v2 0/2] fix for #285

2023-03-20 Thread Daniel P . Berrangé
On Mon, Mar 20, 2023 at 04:05:01PM +0100, Philippe Mathieu-Daudé wrote: > Hi Emilio, > > On 19/3/23 15:15, Emilio Cota wrote: > > Ping. Any feedback on these two patches? > > > > https://patchew.org/QEMU/20230205163758.416992-1-c...@braap.org/ > > https://lore.kernel.org/qemu-devel/20230205163758

Re: [PATCH v2 0/2] fix for #285

2023-03-20 Thread Philippe Mathieu-Daudé
Hi Emilio, On 19/3/23 15:15, Emilio Cota wrote: Ping. Any feedback on these two patches? https://patchew.org/QEMU/20230205163758.416992-1-c...@braap.org/ https://lore.kernel.org/qemu-devel/20230205163758.416992-1-c...@braap.org/ Happy to resend if needed. Since we are past hard-freeze, this

Re: [PATCH v2 0/2] fix for #285

2023-03-19 Thread Emilio Cota
Ping. Any feedback on these two patches? https://patchew.org/QEMU/20230205163758.416992-1-c...@braap.org/ https://lore.kernel.org/qemu-devel/20230205163758.416992-1-c...@braap.org/ Happy to resend if needed. Thanks, Emilio On Fri, Feb 17, 2023 at 07:44:38 -0500, Emilio Cota wro

Re: [PATCH v2 0/2] fix for #285

2023-02-17 Thread Emilio Cota
Ping. This fixes a bug (admittedly with a big hammer) that affects users with heavily multi-threaded user-mode workloads. Thanks, Emilio On Sun, Feb 05, 2023 at 11:37:56 -0500, Emilio Cota wrote: > Changes since v1: > > - Add configure check to only use QTree if Glib still imple

[PATCH v2 0/2] fix for #285

2023-02-05 Thread Emilio Cota
Changes since v1: - Add configure check to only use QTree if Glib still implements gslice. If Glib doesn't, then we call Glib directly with inline functions. - Add TODO's so that in the future (i.e. when the minimum version of Glib that we use doesn't implement gslice) we remove QTree. - Add c