From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD7fq-0003K2-NJ for qemu-devel@nongnu.org; Fri, 22 Apr 2011 00:08:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QD7fp-0005Ci-Hb for qemu-devel@nongnu.org; Fri, 22 Apr 2011 00:08:54 -0400 Received: from verein.lst.de ([213.95.11.211]:54013 helo=newverein.lst.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QD7fp-0005Ce-Bo for qemu-devel@nongnu.org; Fri, 22 Apr 2011 00:08:53 -0400 Date: Fri, 22 Apr 2011 06:08:52 +0200 From: Christoph Hellwig Message-ID: <20110422040852.GA9493@lst.de> References: <4db09239.0b968e0a.4145.ffffada2@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4db09239.0b968e0a.4145.ffffada2@mx.google.com> Subject: Re: [Qemu-devel] iSCSI support for QEMU, update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ronniesahlberg@gmail.com Cc: kwolf@redhat.com, hch@lst.de, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com On Fri, Apr 22, 2011 at 06:23:58AM +1000, ronniesahlberg@gmail.com wrote: > iSCSI block driver for QEMU > > Please find an updated iSCSI patch. > This patch adds setting FUA on all writes when the bit > BDRV_O_CACHE_WB is not set. At this point you need to check for BDRV_O_CACHE_WB and BDRV_O_NOCACHE as they both have writeback cache semantics. I submitted a patch to clean that up, but it didn't get merged yet.