From patchwork Fri Jan 25 18:07:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 10781805 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 20F5A1399 for ; Fri, 25 Jan 2019 18:08:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0FF8B302F7 for ; Fri, 25 Jan 2019 18:08:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0218F30358; Fri, 25 Jan 2019 18:08:09 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A0B84302F7 for ; Fri, 25 Jan 2019 18:08:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728871AbfAYSII (ORCPT ); Fri, 25 Jan 2019 13:08:08 -0500 Received: from foss.arm.com ([217.140.101.70]:51944 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729322AbfAYSIH (ORCPT ); Fri, 25 Jan 2019 13:08:07 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 58717EBD; Fri, 25 Jan 2019 10:08:07 -0800 (PST) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.197.44]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6D2EF3F5AF; Fri, 25 Jan 2019 10:08:06 -0800 (PST) From: Andre Przywara To: Will Deacon Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Subject: [PATCH kvmtool 0/6] Various convenience fixes Date: Fri, 25 Jan 2019 18:07:55 +0000 Message-Id: <20190125180801.209910-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.17.1 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As I found myself using kvmtool more often in the last weeks, I got more and more annoyed by some smaller "ticks" that kvmtool shows. So this is an attempt to post various smaller fixes I gathered up over the years, but never found worth enough to send out: - drop unnecessarily detailed debug output - add /chosen/stdout-path node in .dtb - honour make -s switch - remove pointless kvmtool version number - improve meaningless PMU error message - introduce autodetection of supported GIC type Please have a look! Cheers, Andre. Andre Przywara (6): arm: turn pr_info() into pr_debug() messages arm: fdt: add stdout-path to /chosen node Makefile: support -s switch Makefile: Remove echoing of kvmtools version file arm: pmu: Improve PMU error reporting arm: Auto-detect guest GIC type Makefile | 16 +++++++++++++++- arm/fdt.c | 3 ++- arm/gic.c | 25 +++++++++++++++++++++++++ arm/include/arm-common/gic.h | 1 + arm/kvm.c | 16 ++++++++-------- arm/pmu.c | 2 +- util/KVMTOOLS-VERSION-GEN | 1 - virtio/mmio.c | 3 ++- 8 files changed, 54 insertions(+), 13 deletions(-)