From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v2 0/4] Various convenience fixes Date: Fri, 8 Feb 2019 16:16:34 +0000 Message-ID: <20190208161633.GA12481@brain-police> References: <20190201123716.92901-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: <20190201123716.92901-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, Feb 01, 2019 at 12:37:12PM +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. > Version 2 drops the two patches that have been merged already, and > amends the remaining ones. > > The patches address: > - add /chosen/stdout-path node in .dtb > - honour make -s switch > - remove pointless kvmtool version number > - introduce autodetection of supported GIC type > > Changelog v1..v2: > - stdout-path: Let hw/serial.c set the node path and use an alias > - make -s: adapt to newest version from the Linux kernel > - kvmtool "version" number: unchanged, but verified to be compatible > with the Debian package > - GIC autodetection: ignore --force-pci, always try to have an MSI > controller > > Please have a look! > > Cheers, > Andre. > > Andre Przywara (4): > arm: fdt: add stdout-path to /chosen node > Makefile: support -s switch > Makefile: Remove echoing of kvmtools version file I've applied these three, and left a comment on the other one. Will