From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diHro-0004Mo-1j for qemu-devel@nongnu.org; Thu, 17 Aug 2017 06:17:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diHrk-0002el-40 for qemu-devel@nongnu.org; Thu, 17 Aug 2017 06:17:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38148) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1diHrj-0002e3-To for qemu-devel@nongnu.org; Thu, 17 Aug 2017 06:17:28 -0400 Date: Thu, 17 Aug 2017 18:17:17 +0800 From: Fam Zheng Message-ID: <20170817101717.GD616@lemon> References: <20170817024746.5961-1-famz@redhat.com> <20170817024746.5961-5-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170817024746.5961-5-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH RFC v2 04/10] tests: Add vm test lib List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: berrange@redhat.com, Alex =?iso-8859-1?Q?Benn=E9e?= , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , pbonzini@redhat.com, stefanha@redhat.com, Cleber Rosa , Peter Maydell , eblake@redhat.com, Kamil Rytarowski > + self._args = [ \ > + "-nodefaults", "-enable-kvm", "-m", "2G", > + "-smp", os.environ.get("J", "4"), "-cpu", "host", Forgot to change "J" to a command argument. Will fix when dropping RFC. Fam