qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] build-sys: add --disable-vhost-user


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH v3] build-sys: add --disable-vhost-user
Date: Tue, 8 Aug 2017 14:46:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

On 08.08.2017 14:37, Marc-André Lureau wrote:
> Hi
> 
> On Sun, Aug 6, 2017 at 11:19 PM Paolo Bonzini <address@hidden
> <mailto:address@hidden>> wrote:
> 
>     On 05/08/2017 09:39, Thomas Huth wrote:
>     >> +CONFIG_VHOST_USER_SCSI=$(and $(CONFIG_VHOST_USER),$(CONFIG_LINUX))
>     > I have to say that I don't really like using $(and ...) in our
>     makefiles
>     > like this. You rely on the fact that the config variables are
>     either set
>     > to "y" or not set at all ... but if somebody ever tries to set
>     > CONFIG_VHOST_USER=n and CONFIG_LINUX=y for example (which sounds
>     valid,
>     > too), this will break. Isn't there a better way of checking that both
>     > variables are set to "y" ?
> 
>     $(call land, ...) does exactly this.
> 
>  
> The patch is now merged. Thomas, Paolo, do you want to send a follow-up
> patch? If not, I can.

There are also a bunch of other spots in our Makefiles that use $(and
...) and shoult be converted to $(call land) instead. I already put a
TODO item on my list, so I'll eventually send a patch for this. But if
you're faster, feel free to post it first (just put me on CC: so that I
am aware of it).

 Thomas



reply via email to

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