From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH kvmtool 0/6] Various convenience fixes Date: Wed, 30 Jan 2019 18:20:54 +0000 Message-ID: <20190130182054.GJ18558@fuggles.cambridge.arm.com> References: <20190125180801.209910-1-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andre Przywara Return-path: Content-Disposition: inline In-Reply-To: <20190125180801.209910-1-andre.przywara@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Fri, Jan 25, 2019 at 06:07:55PM +0000, Andre Przywara wrote: > 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 I've applied (1) and (5), leaving comments on the others. Cheers, Will