Re: [Qemu-devel] [PATCH v3 00/23] Refactor and cleanup migration code

2011-10-04 Thread Anthony Liguori
I peeled off the first 4 patches to apply. Once I finish testing I'll push them. Most of the rest of the series looks good. I really don't like making MigrationState nullable with MIG_STATE_NONE. I don't think it makes sense with multiple MigrationStates. The direct use of globals is not

[Qemu-devel] [PATCH v3 00/23] Refactor and cleanup migration code

2011-09-23 Thread Juan Quintela
Hi v4: rebase on top of new qemu and new migration-errors series v3: this patch applies on top of my previous "migration error" patches. All error handling has been moved to that series, except for "propagate error correctly", without this refactoring, it is qui

[Qemu-devel] [PATCH v3 00/23] Refactor and cleanup migration code

2011-09-20 Thread Juan Quintela
Hi this patch applies on top of my previous "migration error" patches. All error handling has been moved to that series, except for "propagate error correctly", without this refactoring, it is quite complicated to apply it. Please, review. Later, Juan. v3: - mor