Re: [PATCH 04/30] configure: preserve qemu-ga variables

2022-12-16 Thread Daniel P . Berrangé
On Fri, Dec 09, 2022 at 12:23:43PM +0100, Paolo Bonzini wrote: > Ensure that qemu-ga variables set at configure time are kept > later when the script is rerun. For preserve_env to work, > the variables need to be empty so move the default values > to config-host.mak generation. > > Signed-off-by:

Re: [PATCH 04/30] configure: preserve qemu-ga variables

2022-12-11 Thread Marc-André Lureau
On Fri, Dec 9, 2022 at 3:28 PM Paolo Bonzini wrote: > > Ensure that qemu-ga variables set at configure time are kept > later when the script is rerun. For preserve_env to work, > the variables need to be empty so move the default values > to config-host.mak generation. > > Signed-off-by: Paolo Bo

[PATCH 04/30] configure: preserve qemu-ga variables

2022-12-09 Thread Paolo Bonzini
Ensure that qemu-ga variables set at configure time are kept later when the script is rerun. For preserve_env to work, the variables need to be empty so move the default values to config-host.mak generation. Signed-off-by: Paolo Bonzini --- configure | 23 ++- 1 file changed