Re: [PATCH V5 05/25] as_flat_walk

2021-07-12 Thread Steven Sistare
Will do for all - steve On 7/8/2021 9:49 AM, Marc-André Lureau wrote: > Hi > > On Wed, Jul 7, 2021 at 9:28 PM Steve Sistare > wrote: > > Add an iterator over the sections of a flattened address space. > > Signed-off-by: Steve Sistare

Re: [PATCH V5 05/25] as_flat_walk

2021-07-08 Thread Marc-André Lureau
Hi On Wed, Jul 7, 2021 at 9:28 PM Steve Sistare wrote: > Add an iterator over the sections of a flattened address space. > > Signed-off-by: Steve Sistare > --- > include/exec/memory.h | 17 + > softmmu/memory.c | 18 ++ > 2 files changed, 35 insertions(+) >

[PATCH V5 05/25] as_flat_walk

2021-07-07 Thread Steve Sistare
Add an iterator over the sections of a flattened address space. Signed-off-by: Steve Sistare --- include/exec/memory.h | 17 + softmmu/memory.c | 18 ++ 2 files changed, 35 insertions(+) diff --git a/include/exec/memory.h b/include/exec/memory.h index 7ad63f