On 6/25/19 12:52 PM, Philippe Mathieu-Daudé wrote: > On 6/25/19 10:13 AM, Paolo Bonzini wrote: >> When minikconf writes config-devices.mak, it includes all variables including >> those from MINIKCONF_ARGS. This causes values from config-host.mak to >> "stick" to >> the ones used in generating config-devices.mak, because config-devices.mak is >> included after config-host.mak. Avoid this by omitting assignments coming >> from the command line in the output of minikconf. >> >> Reported-by: Christophe de Dinechin <cdupo...@redhat.com> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com>