Re: [Qemu-devel] [PATCH 2/2] tests: fix modules-test with no default machine

2019-09-03 Thread Peter Maydell
On Mon, 2 Sep 2019 at 10:52, Alex Bennée wrote: > > > Peter Maydell writes: > > > On Tue, 27 Aug 2019 at 15:46, Thomas Huth wrote: > >> > >> On 27/08/2019 16.02, Marc-André Lureau wrote: > >> > Fixes: eb062cfa733 ("tests: add module loading test") > >> > Signed-off-by: Marc-André Lureau > >> >

Re: [Qemu-devel] [PATCH 2/2] tests: fix modules-test with no default machine

2019-09-02 Thread Alex Bennée
Peter Maydell writes: > On Tue, 27 Aug 2019 at 15:46, Thomas Huth wrote: >> >> On 27/08/2019 16.02, Marc-André Lureau wrote: >> > Fixes: eb062cfa733 ("tests: add module loading test") >> > Signed-off-by: Marc-André Lureau >> > --- >> > tests/modules-test.c | 4 +++- >> > 1 file changed, 3 in

Re: [Qemu-devel] [PATCH 2/2] tests: fix modules-test with no default machine

2019-08-28 Thread Alex Bennée
Marc-André Lureau writes: > Fixes: eb062cfa733 ("tests: add module loading test") > Signed-off-by: Marc-André Lureau Reviewed-by: Alex Bennée Tested-by: Alex Bennée > --- > tests/modules-test.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/tests/modules-test.

Re: [Qemu-devel] [PATCH 2/2] tests: fix modules-test with no default machine

2019-08-27 Thread Peter Maydell
On Tue, 27 Aug 2019 at 15:46, Thomas Huth wrote: > > On 27/08/2019 16.02, Marc-André Lureau wrote: > > Fixes: eb062cfa733 ("tests: add module loading test") > > Signed-off-by: Marc-André Lureau > > --- > > tests/modules-test.c | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > >

Re: [Qemu-devel] [PATCH 2/2] tests: fix modules-test with no default machine

2019-08-27 Thread Thomas Huth
On 27/08/2019 16.02, Marc-André Lureau wrote: > Fixes: eb062cfa733 ("tests: add module loading test") > Signed-off-by: Marc-André Lureau > --- > tests/modules-test.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/tests/modules-test.c b/tests/modules-test.c > index a8

[Qemu-devel] [PATCH 2/2] tests: fix modules-test with no default machine

2019-08-27 Thread Marc-André Lureau
Fixes: eb062cfa733 ("tests: add module loading test") Signed-off-by: Marc-André Lureau --- tests/modules-test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/modules-test.c b/tests/modules-test.c index a8118e9042..d1a6ace218 100644 --- a/tests/modules-test.c +++ b/t