qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 3/9] linux-user/safe-syscall.inc.S: Move to common-user


From: Warner Losh
Subject: Re: [PATCH v4 3/9] linux-user/safe-syscall.inc.S: Move to common-user
Date: Wed, 17 Nov 2021 09:09:12 -0700



On Wed, Nov 17, 2021 at 5:49 AM Richard Henderson <richard.henderson@linaro.org> wrote:
On 11/16/21 10:03 PM, Warner Losh wrote:
> I had to add this:
>
> diff --git a/meson.build b/meson.build
> index 0a88bff8d2..349e7a988f 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -2880,6 +2880,8 @@ foreach target : target_dirs
>       endif
>       if 'CONFIG_BSD_USER' in config_target
>         base_dir = 'bsd-user'
> +      target_inc += include_directories('bsd-user/host/' / config_host['ARCH'])
> +      target_inc += include_directories('common-user/host/' / config_host['ARCH'])

I get an error for adding bsd-user/host/ at this point, because bsd-user/host/arch does
not yet exist.  But I can certainly add common-user/host/ now.

That makes sense... It's in my staging area because git sometimes leaves it behind when I
switch between the bsd-user fork and the qemu upstream and/or my working branches.

Warner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]