On Mon, Aug 09, 2021 at 06:09:56PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > The audio migration vmstate is empty, and always has been; we can't > just remove it though because an old qemu might send it us. > Changes with -audiodev now mean it's sometimes created when it didn't > used to be, and can confuse migration to old qemu. > > Change it so that vmstate_audio is never sent; if it's received it > should still be accepted, and old qemu's shouldn't be too upset if it's > missing. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
Queued for 6.1 thanks, Gerd