
On Wed, Oct 07, 2015 at 08:54:54 +0200, Ján Tomko wrote:
On Tue, Oct 06, 2015 at 05:14:02PM +0200, Peter Krempa wrote:
Note that the patches are formatted with "--patience" so that the last patch isn't that ugly.
-b made it even nicer.
Peter Krempa (4): qemu: migration: Split source and destination migration checks qemu: migration: Drop @def from qemuMigrationIsAllowed qemu: migration: Use migration flags in qemuMigrationIsAllowed qemu: migration: Skip few checks while doing offline migration
src/qemu/qemu_driver.c | 8 +- src/qemu/qemu_migration.c | 186 ++++++++++++++++++++++++++-------------------- src/qemu/qemu_migration.h | 3 +- 3 files changed, 110 insertions(+), 87 deletions(-)
ACK series.
I've fixed the things you've pointed out and pushed the series. Thanks. Peter