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(-) -- 2.17.1