qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 0/7] virtio-serial refactoring.


From: KONRAD Frédéric
Subject: Re: [Qemu-devel] [PATCH v5 0/7] virtio-serial refactoring.
Date: Mon, 08 Apr 2013 19:14:22 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 08/04/2013 19:03, Peter Maydell wrote:
On 8 April 2013 18:00, KONRAD Frédéric <address@hidden> wrote:
I'm making a patch for that, and I'm wondering if the name in
register_savevm must be changed too?

eg for virtio-balloon:

-    register_savevm(qdev, "virtio-balloon", -1, 1,
+    register_savevm(qdev, TYPE_VIRTIO_BALLOON, -1, 1,
                      virtio_balloon_save, virtio_balloon_load, s);

with TYPE_VIRTIO_BALLOON "virtio-balloon-device"?
You specifically don't want to change the register_savevm name,
because otherwise you'll break migration (we use the ID string
to identify what incoming migration data is).

-- PMM
Ok, you mean migration between two qemu's version with the different name?



reply via email to

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