Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-15 Thread Peter Maydell
On Wed, 3 Jun 2020 at 15:23, David CARLIER wrote: > > Good point even tough the libproc api is here in this form since quite a time. > > From d23bf60961ee036f8298794f879d1b8b9bd717dc Mon Sep 17 00:00:00 2001 > From: David Carlier > Date: Tue, 26 May 2020 21:35:27 +0100 > Subject: [PATCH] util/osl

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-07 Thread Roman Bolshakov
On Tue, May 26, 2020 at 09:40:27PM +0100, David CARLIER wrote: > From b24a6702beb2a4e2a9c1c03b69c6d1dd07d4cf08 Mon Sep 17 00:00:00 2001 > From: David Carlier > Date: Tue, 26 May 2020 21:35:27 +0100 > Subject: [PATCH] util/oslib: current process full path resolution on MacOS > > Using existing lib

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread Justin Hibbits
On Wed, 3 Jun 2020 16:36:27 +0200 Philippe Mathieu-Daudé wrote: > On 6/3/20 4:09 PM, Justin Hibbits wrote: > > On Wed, 3 Jun 2020 08:08:42 +0200 > > Philippe Mathieu-Daudé wrote: > > > >> Cc'ing more developers. > >> > >> On 5/26/20 10:40 PM, David CARLIER wrote: > >>> From b24a6702beb2a4e2

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread Philippe Mathieu-Daudé
On 6/3/20 4:22 PM, David CARLIER wrote: > Good point even tough the libproc api is here in this form since quite a time. Top-posting is difficult to read on technical lists; it's better to reply inline. Also, please don't remove the post content you are replying to... Because then your answer doe

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread Philippe Mathieu-Daudé
On 6/3/20 4:09 PM, Justin Hibbits wrote: > On Wed, 3 Jun 2020 08:08:42 +0200 > Philippe Mathieu-Daudé wrote: > >> Cc'ing more developers. >> >> On 5/26/20 10:40 PM, David CARLIER wrote: >>> From b24a6702beb2a4e2a9c1c03b69c6d1dd07d4cf08 Mon Sep 17 00:00:00 >>> 2001 From: David Carlier >>> Date: T

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread David CARLIER
Good point even tough the libproc api is here in this form since quite a time. >From d23bf60961ee036f8298794f879d1b8b9bd717dc Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 26 May 2020 21:35:27 +0100 Subject: [PATCH] util/oslib: current process full path resolution on MacOS Using existi

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-03 Thread Justin Hibbits
On Wed, 3 Jun 2020 08:08:42 +0200 Philippe Mathieu-Daudé wrote: > Cc'ing more developers. > > On 5/26/20 10:40 PM, David CARLIER wrote: > > From b24a6702beb2a4e2a9c1c03b69c6d1dd07d4cf08 Mon Sep 17 00:00:00 > > 2001 From: David Carlier > > Date: Tue, 26 May 2020 21:35:27 +0100 > > Subject: [PATC

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-02 Thread David CARLIER
Little bit better the second version of the patch, difficult to sort out things with mailing list :-) >From ce857629697e8b6a2149fd3a1e16b7eea26aafca Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 26 May 2020 21:35:27 +0100 Subject: [PATCH] util/oslib: current process full path resolution

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-06-02 Thread Philippe Mathieu-Daudé
Cc'ing more developers. On 5/26/20 10:40 PM, David CARLIER wrote: > From b24a6702beb2a4e2a9c1c03b69c6d1dd07d4cf08 Mon Sep 17 00:00:00 2001 > From: David Carlier > Date: Tue, 26 May 2020 21:35:27 +0100 > Subject: [PATCH] util/oslib: current process full path resolution on MacOS > > Using existing

Re: [PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-05-26 Thread David CARLIER
>From ce857629697e8b6a2149fd3a1e16b7eea26aafca Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 26 May 2020 21:35:27 +0100 Subject: [PATCH] util/oslib: current process full path resolution on MacOS Using existing libproc to fill the path. Signed-off-by: David Carlier --- util/oslib-posi

[PATCH] util/oslib-posix : qemu_init_exec_dir implementation for MacOS

2020-05-26 Thread David CARLIER
>From b24a6702beb2a4e2a9c1c03b69c6d1dd07d4cf08 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 26 May 2020 21:35:27 +0100 Subject: [PATCH] util/oslib: current process full path resolution on MacOS Using existing libproc to fill the path. Signed-off-by: David Carlier --- util/oslib-posi