Re: [Qemu-devel] [PATCH v3 1/2] configure: set source_path only once and make its definition more robust

2019-06-26 Thread Laurent Vivier
Le 26/05/2019 à 16:47, Antonio Ospite a écrit : > From: Antonio Ospite > > Since commit 79d77bcd36 (configure: Remove --source-path option, > 2019-04-29) source_path cannot be overridden anymore, move it out of the > "default parameters" block since the word "default" may suggest that the > value

[Qemu-devel] [PATCH v3 1/2] configure: set source_path only once and make its definition more robust

2019-05-26 Thread Antonio Ospite
From: Antonio Ospite Since commit 79d77bcd36 (configure: Remove --source-path option, 2019-04-29) source_path cannot be overridden anymore, move it out of the "default parameters" block since the word "default" may suggest that the value can change, while in fact it does not. While at it, only s