Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-23 Thread Warner Losh
On Tue, Jul 23, 2024 at 12:38 AM Philippe Mathieu-Daudé wrote: > On 23/7/24 03:17, Richard Henderson wrote: > > On 7/23/24 08:11, Philippe Mathieu-Daudé wrote: > >> On 23/7/24 00:06, Warner Losh wrote: > >>> > >>> > >>> On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé > >>> mailto:phi...@li

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Philippe Mathieu-Daudé
On 23/7/24 03:17, Richard Henderson wrote: On 7/23/24 08:11, Philippe Mathieu-Daudé wrote: On 23/7/24 00:06, Warner Losh wrote: On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé mailto:phi...@linaro.org>> wrote:     Hi Warner,     On 22/7/24 23:43, Warner Losh wrote: > Add the a

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Richard Henderson
On 7/23/24 07:43, Warner Losh wrote: Add the aarch64 bsd-user fragments needed to build the new aarch64 code. Signed-off-by: Warner Losh --- configs/targets/aarch64-bsd-user.mak | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/targets/aarch64-bsd-user.mak Reviewed-by: R

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Warner Losh
Oh, also, can I get a reviewed-by? Warner On Mon, Jul 22, 2024 at 11:08 PM Warner Losh wrote: > > > On Mon, Jul 22, 2024 at 7:17 PM Richard Henderson < > richard.hender...@linaro.org> wrote: > >> On 7/23/24 08:11, Philippe Mathieu-Daudé wrote: >> > On 23/7/24 00:06, Warner Losh wrote: >> >> >>

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Warner Losh
On Mon, Jul 22, 2024 at 7:17 PM Richard Henderson < richard.hender...@linaro.org> wrote: > On 7/23/24 08:11, Philippe Mathieu-Daudé wrote: > > On 23/7/24 00:06, Warner Losh wrote: > >> > >> > >> On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé < > phi...@linaro.org > >>

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Richard Henderson
On 7/23/24 08:11, Philippe Mathieu-Daudé wrote: On 23/7/24 00:06, Warner Losh wrote: On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé > wrote:     Hi Warner,     On 22/7/24 23:43, Warner Losh wrote: > Add the aarch64 bsd-user fragments needed to build th

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Philippe Mathieu-Daudé
On 23/7/24 00:06, Warner Losh wrote: On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé mailto:phi...@linaro.org>> wrote: Hi Warner, On 22/7/24 23:43, Warner Losh wrote: > Add the aarch64 bsd-user fragments needed to build the new aarch64 code. > > Signed-off-

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Warner Losh
On Mon, Jul 22, 2024 at 3:54 PM Philippe Mathieu-Daudé wrote: > Hi Warner, > > On 22/7/24 23:43, Warner Losh wrote: > > Add the aarch64 bsd-user fragments needed to build the new aarch64 code. > > > > Signed-off-by: Warner Losh > > --- > > configs/targets/aarch64-bsd-user.mak | 3 +++ > > 1 f

Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Philippe Mathieu-Daudé
Hi Warner, On 22/7/24 23:43, Warner Losh wrote: Add the aarch64 bsd-user fragments needed to build the new aarch64 code. Signed-off-by: Warner Losh --- configs/targets/aarch64-bsd-user.mak | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/targets/aarch64-bsd-user.mak C

[PATCH 14/14] bsd-user: Add aarch64 build to tree

2024-07-22 Thread Warner Losh
Add the aarch64 bsd-user fragments needed to build the new aarch64 code. Signed-off-by: Warner Losh --- configs/targets/aarch64-bsd-user.mak | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/targets/aarch64-bsd-user.mak diff --git a/configs/targets/aarch64-bsd-user.mak b/con