From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz1CJ-0005FP-1W for qemu-devel@nongnu.org; Wed, 08 Aug 2012 04:01:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sz1CD-00055k-Ct for qemu-devel@nongnu.org; Wed, 08 Aug 2012 04:00:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sz1CD-00054k-4a for qemu-devel@nongnu.org; Wed, 08 Aug 2012 04:00:49 -0400 Message-ID: <50221CAC.3040404@redhat.com> Date: Wed, 08 Aug 2012 10:00:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1344354707-27315-1-git-send-email-pbonzini@redhat.com> <1344354707-27315-5-git-send-email-pbonzini@redhat.com> <87ehni5yll.fsf@codemonkey.ws> In-Reply-To: <87ehni5yll.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/6] migration: remove iohandlers before closing the file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: owasserm@redhat.com, qemu-devel@nongnu.org, quintela@redhat.com 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