Re: [PATCH v2] elfload: use g_new/g_malloc and g_autofree

2020-10-06 Thread Elena Afanasova
Since bsd user space emulation doesn't work for me I can only use 'gmake check'... But some tests don't seem to be supported. On Mon, 2020-10-05 at 10:55 +0100, Peter Maydell wrote: > On Sun, 4 Oct 2020 at 13:22, Elena Afanasova > wrote: > > Subject: [PATCH v2] elfload: use g_

Re: [PATCH v2] elfload: use g_new/g_malloc and g_autofree

2020-10-05 Thread Peter Maydell
On Sun, 4 Oct 2020 at 13:22, Elena Afanasova wrote: > > Subject: [PATCH v2] elfload: use g_new/g_malloc and g_autofree > > Signed-off-by: Elena Afanasova > --- > bsd-user/elfload.c | 79 -- > 1 file changed, 14 insertions(+), 65

Re: [PATCH v2] elfload: use g_new/g_malloc and g_autofree

2020-10-05 Thread Markus Armbruster
Please don't post respins as replies, because our tooling will miss them there, and even humans may. Start a new thread instead. Next time :) Elena Afanasova writes: > Subject: [PATCH v2] elfload: use g_new/g_malloc and g_autofree > > Signed-off-by: Elena Afanasova > ---

Re: [PATCH v2] elfload: use g_new/g_malloc and g_autofree

2020-10-04 Thread Elena Afanasova
Subject: [PATCH v2] elfload: use g_new/g_malloc and g_autofree Signed-off-by: Elena Afanasova --- bsd-user/elfload.c | 79 -- 1 file changed, 14 insertions(+), 65 deletions(-) diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c index 32378af7b2