Re: [PATCH] linux-user: Fix missing space in error message

2022-03-22 Thread Laurent Vivier
Le 10/03/2022 à 20:21, Patrick Venture a écrit : From: Fergus Henderson Signed-off-by: Fergus Henderson Signed-off-by: Patrick Venture --- linux-user/elfload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 9628a38361..

Re: [PATCH] linux-user: Fix missing space in error message

2022-03-10 Thread Peter Maydell
On Thu, 10 Mar 2022 at 19:29, Patrick Venture wrote: > > From: Fergus Henderson > > Signed-off-by: Fergus Henderson > Signed-off-by: Patrick Venture > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH] linux-user: Fix missing space in error message

2022-03-10 Thread Patrick Venture
From: Fergus Henderson Signed-off-by: Fergus Henderson Signed-off-by: Patrick Venture --- linux-user/elfload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 9628a38361..c45da4d633 100644 --- a/linux-user/elfload.c +++ b/li