From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1JRT-0005xY-Qr for qemu-devel@nongnu.org; Tue, 05 May 2009 08:08:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1JRP-0005xE-7K for qemu-devel@nongnu.org; Tue, 05 May 2009 08:08:11 -0400 Received: from [199.232.76.173] (port=33124 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1JRP-0005xB-3u for qemu-devel@nongnu.org; Tue, 05 May 2009 08:08:07 -0400 Received: from verein.lst.de ([213.95.11.210]:59197) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1M1JRO-0002jj-Fc for qemu-devel@nongnu.org; Tue, 05 May 2009 08:08:06 -0400 Date: Tue, 5 May 2009 14:08:04 +0200 From: Christoph Hellwig Message-ID: <20090505120804.GA30651@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/3] write barrier support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Add support for write barriers that allow guests to control write ordering when write back cachin is enabled. For now only the simple stack of virtio on posix raw/host devices is supported.