Re: [PATCH v2 4/6] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE

2021-07-30 Thread David Hildenbrand
On 27.07.21 21:04, Dr. David Alan Gilbert wrote: * David Hildenbrand (da...@redhat.com) wrote: Let's simplify the case when we only want a single thread and don't have to mess with signal handlers. Signed-off-by: David Hildenbrand --- util/oslib-posix.c | 8 1 file changed, 8 inser

Re: [PATCH v2 4/6] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE

2021-07-28 Thread Pankaj Gupta
> Let's simplify the case when we only want a single thread and don't have > to mess with signal handlers. > > Signed-off-by: David Hildenbrand > --- > util/oslib-posix.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/util/oslib-posix.c b/util/oslib-posix.c > index a1d309d495..1

Re: [PATCH v2 4/6] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE

2021-07-27 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > Let's simplify the case when we only want a single thread and don't have > to mess with signal handlers. > > Signed-off-by: David Hildenbrand > --- > util/oslib-posix.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/util/oslib-po

[PATCH v2 4/6] util/oslib-posix: Avoid creating a single thread with MADV_POPULATE_WRITE

2021-07-22 Thread David Hildenbrand
Let's simplify the case when we only want a single thread and don't have to mess with signal handlers. Signed-off-by: David Hildenbrand --- util/oslib-posix.c | 8 1 file changed, 8 insertions(+) diff --git a/util/oslib-posix.c b/util/oslib-posix.c index a1d309d495..1483e985c6 100644 -