public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Various convenience fixes
@ 2019-02-01 12:37 Andre Przywara
  2019-02-01 12:37 ` [PATCH v2 1/4] arm: fdt: add stdout-path to /chosen node Andre Przywara
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andre Przywara @ 2019-02-01 12:37 UTC (permalink / raw)
  To: Will Deacon; +Cc: kvmarm, kvm

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
  arm: Auto-detect guest GIC type

 Makefile                     |  6 +++++-
 arm/fdt.c                    | 10 ++++++++++
 arm/gic.c                    | 25 +++++++++++++++++++++++++
 arm/include/arm-common/gic.h |  1 +
 hw/serial.c                  |  9 +++++++++
 include/kvm/fdt.h            |  2 ++
 util/KVMTOOLS-VERSION-GEN    |  1 -
 7 files changed, 52 insertions(+), 2 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-08 16:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 12:37 [PATCH v2 0/4] Various convenience fixes Andre Przywara
2019-02-01 12:37 ` [PATCH v2 1/4] arm: fdt: add stdout-path to /chosen node Andre Przywara
2019-02-01 12:37 ` [PATCH v2 2/4] Makefile: support -s switch Andre Przywara
2019-02-01 12:37 ` [PATCH v2 3/4] Makefile: Remove echoing of kvmtools version file Andre Przywara
2019-02-01 12:37 ` [PATCH v2 4/4] arm: Auto-detect guest GIC type Andre Przywara
2019-02-08 16:10   ` Will Deacon
2019-02-08 16:16 ` [PATCH v2 0/4] Various convenience fixes Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox