From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIy2r-0002Ts-5c for qemu-devel@nongnu.org; Thu, 27 Feb 2014 05:18:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIy2l-00063Y-Qn for qemu-devel@nongnu.org; Thu, 27 Feb 2014 05:18:25 -0500 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:40106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIy2l-00063R-GX for qemu-devel@nongnu.org; Thu, 27 Feb 2014 05:18:19 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so2665548wgh.18 for ; Thu, 27 Feb 2014 02:18:18 -0800 (PST) Date: Thu, 27 Feb 2014 11:18:15 +0100 From: Stefan Hajnoczi Message-ID: <20140227101815.GC30387@stefanha-thinkpad.redhat.com> References: <155481d240779c5d25f8195a406d57db613507bc.1393407651.git.amit.shah@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <155481d240779c5d25f8195a406d57db613507bc.1393407651.git.amit.shah@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/1] block: use /var/tmp instead of /tmp for -snapshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Kevin Wolf , qemu list , Stefan Hajnoczi On Wed, Feb 26, 2014 at 03:12:37PM +0530, Amit Shah wrote: > If TMPDIR is not specified, the default was to use /tmp for the working > copy of the block devices. Update this to /var/tmp instead, so systems > using tmp-on-tmpfs don't end up inadvertently using RAM for the block > device. > > Signed-off-by: Amit Shah > --- > block.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Was expecting someone to argue against this because a path change is always controversial :-). But I think this makes sense and no one is protesting.... Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan