From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP7uJ-00052u-2e for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP7uF-0008SQ-5z for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:26:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP7uE-0008SG-Tm for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:26:11 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9J8QALg006773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 19 Oct 2012 04:26:10 -0400 From: Markus Armbruster References: <1349877786-23514-1-git-send-email-pbonzini@redhat.com> <1349877786-23514-24-git-send-email-pbonzini@redhat.com> Date: Fri, 19 Oct 2012 10:26:08 +0200 In-Reply-To: <1349877786-23514-24-git-send-email-pbonzini@redhat.com> (Paolo Bonzini's message of "Wed, 10 Oct 2012 16:03:04 +0200") Message-ID: <87objykgv3.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 23/25] block: add close notifiers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com Paolo Bonzini writes: > The first user of close notifiers will be the embedded NBD server. > It is possible to use them to do some of the ad hoc processing > (e.g. for block jobs and I/O limits) that is currently done by > bdrv_close. If the second sentence is an idea for future work, you could make that clearer by wriging "It would be possible to use them". [...]