From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTRn0-0005fC-O1 for qemu-devel@nongnu.org; Tue, 08 Oct 2013 03:33:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTRmu-0007B7-PO for qemu-devel@nongnu.org; Tue, 08 Oct 2013 03:33:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTRmu-0007B1-Gu for qemu-devel@nongnu.org; Tue, 08 Oct 2013 03:33:00 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r987Wxmk028273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Oct 2013 03:32:59 -0400 From: Markus Armbruster References: <20131008004126.773017235@amt.cnet> Date: Tue, 08 Oct 2013 09:32:56 +0200 In-Reply-To: <20131008004126.773017235@amt.cnet> (Marcelo Tosatti's message of "Mon, 07 Oct 2013 21:41:26 -0300") Message-ID: <874n8sp68n.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [patch 0/2] force -mem-path RAM allocation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org We have -mem-path FILE provide backing storage for guest RAM -mem-prealloc preallocate guest memory (use with -mem-path) PATCH 2/2 adds -mem-path-force fail if unable to allocate RAM as specified by -mem-path Looks like it's time to consolidate the options related to guest memory into a single, QemuOpts-style -memory NAME=VALUE,... What do you guys think?