Re: [PATCH RFC 06/15] util/iova-tree: g_tree_foreach wrapper
Connor Kite <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu.block,gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <CA+spn3pPNuAL=6qAfN7CGXnitoudv_JD+HUna+4cU--c_qoN4g@mail.gmail.com> |
On Mon, Jul 27, 2026 at 12:08 PM Stefan Hajnoczi <[email protected]> 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 series. Thanks, Connor