Re: [Qemu-devel] [PATCH v2] block: m25p80c Fix vmstate structure name

2016-09-06 Thread Peter Maydell
On 6 September 2016 at 08:19, wrote: > From: Marcin Krzeminski > > Correct bad name of the vmstate structure. Since this breaks > compatibility also update vmstate version back to 0 and make > all fields independent of the VMState version. > > Signed-off-by: Marcin Krzeminski > Acked-by: Alista

[Qemu-devel] [PATCH v2] block: m25p80c Fix vmstate structure name

2016-09-06 Thread marcin.krzeminski
From: Marcin Krzeminski Correct bad name of the vmstate structure. Since this breaks compatibility also update vmstate version back to 0 and make all fields independent of the VMState version. Signed-off-by: Marcin Krzeminski Acked-by: Alistair Francis --- V2: rewrite commit message hw/block