[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 26/45] ide/atapi: Preserve tray state on migr
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH v2 26/45] ide/atapi: Preserve tray state on migration |
Date: |
Fri, 02 Sep 2011 17:20:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Kevin Wolf <address@hidden> writes:
> Am 03.08.2011 15:08, schrieb Markus Armbruster:
>> Use a subsection, so that migration to older version still works,
>> provided the tray is closed and unlocked.
>>
>> Signed-off-by: Markus Armbruster <address@hidden>
>
> Ah, here is the migration part. The state wasn't migrated before, so not
> doing it in patch 10 doesn't break anything. I would still prefer to add
> migration in the same patch that adds the fields.
>
> You could just move the subsection itself and keep the post_load part
> here if it doesn't fit naturally in one of the other patches of the series.
I don't get this part, I'm afraid.
> On another note, have our subsections been fixed meanwhile? If not,
> increasing the version number instead might be the right choice. Paolo?
>
> Kevin