Re: [PATCH V2 4/4] qemu: Check for valid save image formats when loading driver config

2025-02-25 Thread Daniel P . Berrangé
On Thu, Feb 20, 2025 at 05:39:17PM -0700, Jim Fehlig via Devel wrote: > On 2/20/25 17:11, Jim Fehlig wrote: > > Checking for valid 'foo_image_format' settings in qemu.conf is not done > > until the settings are used. Move the checks to > > virQEMUDriverConfigLoadSaveEntry, allowing to report incorr

Re: [PATCH V2 4/4] qemu: Check for valid save image formats when loading driver config

2025-02-25 Thread Daniel P . Berrangé
On Thu, Feb 20, 2025 at 05:11:38PM -0700, Jim Fehlig via Devel wrote: > Checking for valid 'foo_image_format' settings in qemu.conf is not done > until the settings are used. Move the checks to > virQEMUDriverConfigLoadSaveEntry, allowing to report incorrect format > settings at driver startup. >

Re: [PATCH V2 4/4] qemu: Check for valid save image formats when loading driver config

2025-02-20 Thread Jim Fehlig via Devel
On 2/20/25 17:11, Jim Fehlig wrote: Checking for valid 'foo_image_format' settings in qemu.conf is not done until the settings are used. Move the checks to virQEMUDriverConfigLoadSaveEntry, allowing to report incorrect format settings at driver startup. This change was made easier by also changi

[PATCH V2 4/4] qemu: Check for valid save image formats when loading driver config

2025-02-20 Thread Jim Fehlig via Devel
Checking for valid 'foo_image_format' settings in qemu.conf is not done until the settings are used. Move the checks to virQEMUDriverConfigLoadSaveEntry, allowing to report incorrect format settings at driver startup. This change was made easier by also changing the corresponding fields in the vir