qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] i.MX: implement a more correct version of EP


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] i.MX: implement a more correct version of EPIT timer.
Date: Wed, 10 Apr 2013 21:07:27 +0100

On 10 April 2013 21:02, Jean-Christophe DUBOIS <address@hidden> wrote:
>  static const VMStateDescription vmstate_imx_timerp = {
>      .name = "imx-timerp",
> -    .version_id = 1,
> +    .version_id = 2,
>      .minimum_version_id = 1,
>      .minimum_version_id_old = 1,

I said "all the version id fields" but you've only changed one.
(I'm assuming you don't want to try to support old-to-new
migration, which is the case where the minimum and current IDs
differ; in that case you need to annotate fields with the
version they appear in and you can't delete or rename them.)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]