From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [kvm-unit-tests PATCH 0/7] A number of small arm/run fixes Date: Fri, 3 Jul 2015 14:48:40 +0100 Message-ID: <1435931327-8073-1-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: drjones@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= To: kvm@vger.kernel.org Return-path: Received: from mail-wg0-f43.google.com ([74.125.82.43]:33499 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754902AbbGCNsw (ORCPT ); Fri, 3 Jul 2015 09:48:52 -0400 Received: by wgck11 with SMTP id k11so89074818wgc.0 for ; Fri, 03 Jul 2015 06:48:50 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: =46ollowing on from yesterdays comments I've re-spun the changes as suggested. I've also added a very simple opt parsing for arm/run to allow us to --force-tcg and --debug "more qemu cmdline". As a bonus I've codified some notes for contributing into the README. Alex Benn=C3=A9e (7): READ: add some CONTRIBUTING notes configure: emit HOST=3D$host to config.mak arm/run: set indentation defaults for emacs run/arm: introduce usingkvm var and use it arm/run: clean-up setting of accel options arm/run: introduce basic option parsing arm/run: add --debug option README | 22 ++++++++++++++++++++++ arm/run | 46 +++++++++++++++++++++++++++++++++++++++++++--- configure | 2 ++ 3 files changed, 67 insertions(+), 3 deletions(-) --=20 2.4.5