From patchwork Thu Nov 24 16:10:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 9446007 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7486760235 for ; Thu, 24 Nov 2016 16:14:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65E75280D0 for ; Thu, 24 Nov 2016 16:14:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 591E6280F4; Thu, 24 Nov 2016 16:14:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EED05280D0 for ; Thu, 24 Nov 2016 16:14:37 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9wdG-0004HG-Gp; Thu, 24 Nov 2016 16:12:18 +0000 Received: from mail-wj0-x22c.google.com ([2a00:1450:400c:c01::22c]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c9wcO-0003NX-D7 for linux-arm-kernel@lists.infradead.org; Thu, 24 Nov 2016 16:11:26 +0000 Received: by mail-wj0-x22c.google.com with SMTP id v7so36963046wjy.2 for ; Thu, 24 Nov 2016 08:11:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WyzQbcDXuBJpTBzSUs1F0yEHgy2ct3pDAmh4jYlSFsQ=; b=hxMYwc9AwlQepSfH6ZnLVubYut4fp9JiP0qQWh0DNwtWJlWqp7ZBhGixo7CYzI3QRl +dzwpzSLyyqyB2Scu/eEcUcB+sw/Pr8voJZ13Jco7H8ojgqMxzNlcvWv9VTuzmuNfioT eVGA/RCAuZLqDNQkIQzVnTxpFK5p9Y5DgZlFY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WyzQbcDXuBJpTBzSUs1F0yEHgy2ct3pDAmh4jYlSFsQ=; b=VMb8DKQS2ovPy6e9OcnqEDzDFVdrE+/jb9KBNuZqlj+8JLRy/wXi3jtzc3HGlAg1ip meObyaJIAPELe7mNoDld2YqITJwOeiE/6YTs3QOQ2/RIsN1at0qXMFdC9jhcNSISh8bm mGtkI8OBeN76TJK15M8sI8mRbXQgafiOA3EipOLQuYbGrT0HLHM76nlI42mOEergoqSK zvyI0FoBsLpC0OD0VUm0pSRFYqW4AABFcybWTvfjqCBdLV5aYqlPCcTSgYe26dU1pJnC umiJvbK848uG6jGHR52oVsM0tPjTSOdZr/vE829W7cqUJrkfzlu2EAbTWkrx94oT/mRL 2+rA== X-Gm-Message-State: AKaTC03vX2Pyow7BlTI46ahe6XPU/5opYXBZlEVpeF87i/F2h1ki5pnfu3aOrBzIDSZOT4hJ X-Received: by 10.194.209.169 with SMTP id mn9mr2916613wjc.114.1480003862483; Thu, 24 Nov 2016 08:11:02 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id l74sm8952060wmg.2.2016.11.24.08.11.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Nov 2016 08:11:01 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id D0C693E024B; Thu, 24 Nov 2016 16:10:59 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org, marc.zyngier@arm.com Subject: [kvm-unit-tests PATCH v7 01/11] run_tests: allow forcing of acceleration mode Date: Thu, 24 Nov 2016 16:10:23 +0000 Message-Id: <20161124161033.11456-2-alex.bennee@linaro.org> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161124161033.11456-1-alex.bennee@linaro.org> References: <20161124161033.11456-1-alex.bennee@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161124_081124_731290_0C56026C X-CRM114-Status: GOOD ( 10.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mttcg@listserver.greensocs.com, peter.maydell@linaro.org, claudio.fontana@huawei.com, nikunj@linux.vnet.ibm.com, jan.kiszka@siemens.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org, cota@braap.org, serge.fdrv@gmail.com, pbonzini@redhat.com, bobby.prani@gmail.com, rth@twiddle.net, =?UTF-8?q?Alex=20Benn=C3=A9e?= , fred.konrad@greensocs.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP While tests can be pegged to tcg it is useful to override this from time to time, especially when testing correctness on real systems. --- run_tests.sh | 8 ++++++-- scripts/runtime.bash | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 254129d..b88c36f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -13,9 +13,10 @@ function usage() { cat <