From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bril4-0002av-QM for qemu-devel@nongnu.org; Wed, 05 Oct 2016 05:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bril3-0001Ws-JC for qemu-devel@nongnu.org; Wed, 05 Oct 2016 05:45:02 -0400 Date: Wed, 5 Oct 2016 11:44:53 +0200 From: Kevin Wolf Message-ID: <20161005094453.GB4901@noname.str.redhat.com> References: <1475570983-16182-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475570983-16182-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] block: use bdrv_add_before_write_notifier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 04.10.2016 um 10:49 hat Paolo Bonzini geschrieben: > Register the notifier using the specific API for block devices. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin