Re: [Qemu-devel] [PATCH] tests/test-qga: Reenable guest-agent qtest

2019-01-29 Thread Laurent Vivier
On 29/01/2019 09:38, Philippe Mathieu-Daudé wrote: > Due to a misuse of rules.mak logical functions, commit f386df17448 > disabled the guest-agent test. > Enable it back. > > Signed-off-by: Philippe Mathieu-Daudé > --- > From rules.mak: > > # Logical functions (for operating on y/n values like

Re: [Qemu-devel] [PATCH] tests/test-qga: Reenable guest-agent qtest

2019-01-29 Thread Thomas Huth
On 2019-01-29 09:38, Philippe Mathieu-Daudé wrote: > Due to a misuse of rules.mak logical functions, commit f386df17448 > disabled the guest-agent test. > Enable it back. > > Signed-off-by: Philippe Mathieu-Daudé > --- > From rules.mak: > > # Logical functions (for operating on y/n values like

[Qemu-devel] [PATCH] tests/test-qga: Reenable guest-agent qtest

2019-01-29 Thread Philippe Mathieu-Daudé
Due to a misuse of rules.mak logical functions, commit f386df17448 disabled the guest-agent test. Enable it back. Signed-off-by: Philippe Mathieu-Daudé --- >From rules.mak: # Logical functions (for operating on y/n values like CONFIG_FOO vars) # Usage: $(call land,$(CONFIG_FOO),$(CONFIG_BAR)