From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTSFd-0002vY-Mr for qemu-devel@nongnu.org; Tue, 08 Oct 2013 04:02:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTSFV-0006vx-9h for qemu-devel@nongnu.org; Tue, 08 Oct 2013 04:02:41 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:56126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTSFV-0006vr-35 for qemu-devel@nongnu.org; Tue, 08 Oct 2013 04:02:33 -0400 Received: by mail-ee0-f44.google.com with SMTP id b47so3809750eek.31 for ; Tue, 08 Oct 2013 01:02:32 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5253BC12.90105@redhat.com> Date: Tue, 08 Oct 2013 10:02:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20131008004126.773017235@amt.cnet> <874n8sp68n.fsf@blackfin.pond.sub.org> In-Reply-To: <874n8sp68n.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Markus Armbruster Cc: Marcelo Tosatti , qemu-devel@nongnu.org Il 08/10/2013 09:32, Markus Armbruster ha scritto: > 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? Yes, we can use "-numa memory" (or "-numa mem") that Wanlong Gao is adding. We can add path=, preallocate= and force= options there. Paolo