From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLmW5-0007gj-9x for guix-patches@gnu.org; Fri, 16 Jun 2017 04:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLmW2-0006CF-4o for guix-patches@gnu.org; Fri, 16 Jun 2017 04:22:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLmW2-0006CB-1J for guix-patches@gnu.org; Fri, 16 Jun 2017 04:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLmW1-0002vk-Sb for guix-patches@gnu.org; Fri, 16 Jun 2017 04:22:01 -0400 Subject: [bug#27387] [PATCH] tests: Allow setting of qemu memory-size for system tests. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170615171654.2199-1-janneke@gnu.org> Date: Fri, 16 Jun 2017 10:21:06 +0200 In-Reply-To: <20170615171654.2199-1-janneke@gnu.org> (Jan Nieuwenhuizen's message of "Thu, 15 Jun 2017 19:16:54 +0200") Message-ID: <87poe4ibrh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Nieuwenhuizen Cc: 27387@debbugs.gnu.org Jan Nieuwenhuizen skribis: > * gnu/system/vm.scm (common-qemu-options): Remove hardcoded "-m 256". > (system-qemu-image/shared-store-script): New keyword argument: #:memory-size. > Default to 256 (MiB). Good catch. LGTM, thanks! Ludo'.