Re: [PATCH v3 13/19] hw/audio/pcspk: Remove PCSpkState::migrate field

2025-05-08 Thread Thomas Huth
On 02/05/2025 20.56, Philippe Mathieu-Daudé wrote: The PCSpkState::migrate boolean was only set in the pc_compat_2_7[] array, via the 'migrate=off' property. We removed all machines using that array, lets remove that property, simplifying vmstate_spk[]. Signed-off-by: Philippe Mathieu-Daudé Rev

[PATCH v3 13/19] hw/audio/pcspk: Remove PCSpkState::migrate field

2025-05-02 Thread Philippe Mathieu-Daudé
The PCSpkState::migrate boolean was only set in the pc_compat_2_7[] array, via the 'migrate=off' property. We removed all machines using that array, lets remove that property, simplifying vmstate_spk[]. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Mark Cave-Ayland --- hw/audio/pcspk.c | 1