Re: [PATCH V7 08/29] memory: flat section iterator

2022-03-09 Thread Marc-André Lureau
Hi On Thu, Dec 23, 2021 at 12:17 AM Steve Sistare wrote: > Add an iterator over the sections of a flattened address space. > > Signed-off-by: Steve Sistare > --- > include/exec/memory.h | 31 +++ > softmmu/memory.c | 20 > 2 files changed,

Re: [PATCH V7 08/29] memory: flat section iterator

2022-03-07 Thread Steven Sistare
On 3/4/2022 7:48 AM, Philippe Mathieu-Daudé wrote: > On 22/12/21 20:05, Steve Sistare wrote: >> Add an iterator over the sections of a flattened address space. >> >> Signed-off-by: Steve Sistare >> --- >>   include/exec/memory.h | 31 +++ >>   softmmu/memory.c  | 20

Re: [PATCH V7 08/29] memory: flat section iterator

2022-03-04 Thread Philippe Mathieu-Daudé
On 22/12/21 20:05, Steve Sistare wrote: Add an iterator over the sections of a flattened address space. Signed-off-by: Steve Sistare --- include/exec/memory.h | 31 +++ softmmu/memory.c | 20 2 files changed, 51 insertions(+) diff --git

[PATCH V7 08/29] memory: flat section iterator

2021-12-22 Thread Steve Sistare
Add an iterator over the sections of a flattened address space. Signed-off-by: Steve Sistare --- include/exec/memory.h | 31 +++ softmmu/memory.c | 20 2 files changed, 51 insertions(+) diff --git a/include/exec/memory.h b/include/exec/memor