Re: [PATCH RFC 06/15] util/iova-tree: g_tree_foreach wrapper

Connor Kite <[email protected]> Tue, 28 Jul 2026 11:24:52 -0700
Newsgroups dev.linux.lists.virtio-fs,org.nongnu.qemu-devel
Message-ID <CA+spn3pPNuAL=6qAfN7CGXnitoudv_JD+HUna+4cU--c_qoN4g@mail.gmail.com>
On Mon, Jul 27, 2026 at 12:08=E2=80=AFPM Stefan Hajnoczi <[email protected]=
om> wrote:
>
> On Thu, Jul 23, 2026 at 03:30:05PM -0700, Connor Kite wrote:
> > Add a wrapper to iova-tree to call g_tree_foreach.  Provies a means to
>
> Provies -> Provides
>
> > execute some function on each node of the iova-tree.
> >
> > Signed-off-by: Connor Kite <[email protected]>
> > ---
> >  include/qemu/iova-tree.h | 13 +++++++++++++
> >  util/iova-tree.c         |  5 +++++
> >  2 files changed, 18 insertions(+)
>
> Reviewed-by: Stefan Hajnoczi <[email protected]>

This is fixed on my end now and will be included in the next rev of the ser=
ies.

Thanks,
Connor