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 <eafanas...@gmail.com> > wrote: > > Subject: [PATCH v2] elfload: use g_new/g_malloc and g_autofree > > > > Signed-off-by: Elena Afanasova <eafanas...@gmail.com> > > --- > > bsd-user/elfload.c | 79 ++++++++-------------------------------- > > ------ > > 1 file changed, 14 insertions(+), 65 deletions(-) > > Random question -- how are you testing this change? (bsd-user > isn't covered by 'make check' I think). > > thanks > -- PMM