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: Jean-Christophe DUBOIS
Subject: Re: [Qemu-devel] [PATCH v2] i.MX: implement a more correct version of EPIT timer.
Date: Wed, 10 Apr 2013 22:19:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 04/10/2013 10:07 PM, Peter Maydell wrote:
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.)
To be honest with you Peter, I don't even know how these state information are used.

I never practiced VM migration with Qemu for now.

Actually if you had a few pointers to a decent explanation, I would be interested.

JC

thanks
-- PMM





reply via email to

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