From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCmEz-0003AT-6j for qemu-devel@nongnu.org; Wed, 08 Jul 2015 06:06:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCmEy-0002ck-E1 for qemu-devel@nongnu.org; Wed, 08 Jul 2015 06:06:09 -0400 Date: Wed, 8 Jul 2015 12:05:57 +0200 From: Kevin Wolf Message-ID: <20150708100557.GC4117@noname.redhat.com> References: <1434016899-18643-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434016899-18643-1-git-send-email-hch@lst.de> Subject: Re: [Qemu-devel] [Qemu-block] NVMe volatile write cache fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: Keith Busch , qemu-devel@nongnu.org, qemu-block@nongnu.org Am 11.06.2015 um 12:01 hat Christoph Hellwig geschrieben: > The first patch ensures that flush actually flushes data so that > data integrity is preserved, the second fixe up WCE reporting. Thanks, applied to the block branch for 2.4-rc1. Kevin