[Qemu-devel] [PATCH 08/14] migration: remove unfreeze logic

2012-09-21 Thread Juan Quintela
Now that we have a thread, and blocking writes, we don't need it. Signed-off-by: Juan Quintela --- buffered_file.c | 24 +--- migration.c | 23 --- migration.h | 1 - 3 files changed, 1 insertion(+), 47 deletions(-) diff --git a/buffered_file.c b

Re: [Qemu-devel] [PATCH 08/14] migration: remove unfreeze logic

2012-09-21 Thread Paolo Bonzini
Il 21/09/2012 16:08, Juan Quintela ha scritto: > Now that we have a thread, and blocking writes, we don't need it. > > Signed-off-by: Juan Quintela > --- > buffered_file.c | 24 +--- > migration.c | 23 --- > migration.h | 1 - > 3 files changed,