Re: [Qemu-devel] [PATCH 4/6] migration: remove iohandlers before closing the file

2012-08-08 Thread Paolo Bonzini
Il 07/08/2012 20:46, Anthony Liguori ha scritto: > >> > This will be needed as soon as process_incoming_migration will set >> > handlers on the file. The patch may be removed if > ...? ... we get access to the file descriptor of a QEMUFile in a better way (i.e. improve patch 6). Paolo

Re: [Qemu-devel] [PATCH 4/6] migration: remove iohandlers before closing the file

2012-08-07 Thread Anthony Liguori
Paolo Bonzini writes: > This will be needed as soon as process_incoming_migration will set > handlers on the file. The patch may be removed if ...? Regards, Anthony Liguori > > Signed-off-by: Paolo Bonzini > --- > savevm.c | 3 +++ > 1 file modificato, 3 inserzioni(+) > > diff --git a/sav