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