On Mon, Jan 25, 2021 at 6:41 PM Dr. David Alan Gilbert
wrote:
>
> * Bin Meng (bmeng...@gmail.com) wrote:
> > On Mon, Jan 25, 2021 at 12:59 AM Philippe Mathieu-Daudé
> > wrote:
> > >
> > > On 1/23/21 11:40 AM, Bin Meng wrote:
> > > > From: Bin Meng
> > > >
> > > > With all these fixes and improv
* Bin Meng (bmeng...@gmail.com) wrote:
> On Mon, Jan 25, 2021 at 12:59 AM Philippe Mathieu-Daudé
> wrote:
> >
> > On 1/23/21 11:40 AM, Bin Meng wrote:
> > > From: Bin Meng
> > >
> > > With all these fixes and improvements, there is no way for the
> > > VMStateDescription to keep backward compati
On Mon, Jan 25, 2021 at 12:59 AM Philippe Mathieu-Daudé wrote:
>
> On 1/23/21 11:40 AM, Bin Meng wrote:
> > From: Bin Meng
> >
> > With all these fixes and improvements, there is no way for the
> > VMStateDescription to keep backward compatibility. We will have
> > to bump up version ids.
>
> Unf
On 1/24/21 5:59 PM, Philippe Mathieu-Daudé wrote:
> On 1/23/21 11:40 AM, Bin Meng wrote:
>> From: Bin Meng
>>
>> With all these fixes and improvements, there is no way for the
>> VMStateDescription to keep backward compatibility. We will have
>> to bump up version ids.
>
> Unfortunately this brea
On 1/23/21 11:40 AM, Bin Meng wrote:
> From: Bin Meng
>
> With all these fixes and improvements, there is no way for the
> VMStateDescription to keep backward compatibility. We will have
> to bump up version ids.
Unfortunately this breaks bisectability (think about downstream
distributions cherr
From: Bin Meng
With all these fixes and improvements, there is no way for the
VMStateDescription to keep backward compatibility. We will have
to bump up version ids.
The s->mode check in the post_load() hook is also updated.
Signed-off-by: Bin Meng
---
Changes in v2:
- new patch: bump up ver