[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/7] migrate: add migration blockers
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH 1/7] migrate: add migration blockers |
Date: |
Mon, 14 Nov 2011 10:12:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 |
Am 12.11.2011 16:56, schrieb Anthony Liguori:
> This lets different subsystems register an Error that is thrown whenever
> migration is attempted. This works nicely because it gracefully supports
> things like hotplug.
>
> Right now, if multiple errors are registered, only one of them is reported.
> I expect that for 1.1, we'll extend query-migrate to return all of the reasons
> why migration is disabled at any given point in time.
>
> Signed-off-by: Anthony Liguori <address@hidden>
> Signed-off-by: Anthony Liguori <address@hidden>
> ---
> migration.c | 18 ++++++++++++++++++
> migration.h | 15 +++++++++++++++
> 2 files changed, 33 insertions(+), 0 deletions(-)
There doesn't seem to be a patch 0/n, so it goes here...
The series looks good in general. I commented on two patches, and there
are a few more image formats that must block migration (basically
everything that is writable, I would be surprised if there was one that
didn't cache anything).
Kevin
- Re: [Qemu-devel] [PATCH 5/7] block: allow migration to work with image files (v2), (continued)
- [Qemu-devel] [PATCH 6/7] qcow2: implement bdrv_invalidate_cache, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 4/7] qed: add migration blocker, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 7/7] qcow2: relax migration blocker, Anthony Liguori, 2011/11/12
- Re: [Qemu-devel] [PATCH 1/7] migrate: add migration blockers, Kevin Wolf, 2011/11/14
- Re: [Qemu-devel] [PATCH 1/7] migrate: add migration blockers,
Kevin Wolf <=
- Re: [Qemu-devel] [PATCH 1/7] migrate: add migration blockers, Juan Quintela, 2011/11/14
- [Qemu-devel] [PATCH 1/7] migrate: add migration blockers, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 3/7] qcow2: add a migration blocker, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 4/7] qed: add migration blocker, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 5/7] block: allow migration to work with image files (v2), Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 2/7] ivshmem: use migration blockers to prevent live migration in peer mode, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 6/7] qcow2: implement bdrv_invalidate_cache, Anthony Liguori, 2011/11/12
- [Qemu-devel] [PATCH 7/7] qcow2: relax migration blocker, Anthony Liguori, 2011/11/12