From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aikzt-000750-D5 for qemu-devel@nongnu.org; Wed, 23 Mar 2016 11:47:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aikzq-0007C2-7h for qemu-devel@nongnu.org; Wed, 23 Mar 2016 11:47:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aikzq-0007Bv-25 for qemu-devel@nongnu.org; Wed, 23 Mar 2016 11:46:58 -0400 Date: Wed, 23 Mar 2016 16:46:53 +0100 From: Kevin Wolf Message-ID: <20160323154653.GG4126@noname.redhat.com> References: <20160314074429.4980.34777.stgit@PASHA-ISP> <20160314074453.4980.68514.stgit@PASHA-ISP> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160314074453.4980.68514.stgit@PASHA-ISP> Subject: Re: [Qemu-devel] [PATCH v5 4/7] block: add flush callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org, igor.rubinov@gmail.com, mark.burton@greensocs.com, real@ispras.ru, hines@cert.org, qemu-devel@nongnu.org, maria.klimushenkova@ispras.ru, stefanha@redhat.com, pbonzini@redhat.com, batuzovk@ispras.ru, alex.bennee@linaro.org, fred.konrad@greensocs.com Am 14.03.2016 um 08:44 hat Pavel Dovgalyuk geschrieben: > This patch adds callback for flush request. This callback is responsible > for flushing whole block devices stack. bdrv_flush function does not > proceed to underlying devices. It should be performed by this callback > function, if needed. > > Signed-off-by: Pavel Dovgalyuk Reviewed-by: Kevin Wolf