Re: [PATCH] audio: Never send migration section

2021-08-10 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > 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 ca

Re: [PATCH] audio: Never send migration section

2021-08-10 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > On 8/9/21 7:12 PM, Daniel P. Berrangé wrote: > > On Mon, Aug 09, 2021 at 06:09:56PM +0100, Dr. David Alan Gilbert (git) > > wrote: > >> From: "Dr. David Alan Gilbert" > >> > >> The audio migration vmstate is empty, and always has been; we can'

Re: [PATCH] audio: Never send migration section

2021-08-10 Thread Gerd Hoffmann
On Mon, Aug 09, 2021 at 06:09:56PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > 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 cre

Re: [PATCH] audio: Never send migration section

2021-08-09 Thread Philippe Mathieu-Daudé
On 8/9/21 7:12 PM, Daniel P. Berrangé wrote: > On Mon, Aug 09, 2021 at 06:09:56PM +0100, Dr. David Alan Gilbert (git) wrote: >> From: "Dr. David Alan Gilbert" >> >> 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. >>

Re: [PATCH] audio: Never send migration section

2021-08-09 Thread Daniel P . Berrangé
On Mon, Aug 09, 2021 at 06:09:56PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > 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 cre

[PATCH] audio: Never send migration section

2021-08-09 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" 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 tha