From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIbVM-0004qm-Mz for qemu-devel@nongnu.org; Wed, 26 Feb 2014 05:14:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIbVB-00067b-S8 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 05:14:20 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:41770 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIbVB-00062T-GF for qemu-devel@nongnu.org; Wed, 26 Feb 2014 05:14:09 -0500 Message-ID: <530DBE6C.5030502@kamp.de> Date: Wed, 26 Feb 2014 11:14:04 +0100 From: Peter Lieven MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-img convert cache mode for source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Kevin Wolf , Stefan Hajnoczi , "qemu-devel@nongnu.org" Hi, I was wondering if it would be a good idea to set the O_DIRECT mode for the source files of a qemu-img convert process if the source is a host_device? Currently the backup of a host device is polluting the page cache. Peter