kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/4] Fix the devicetree parser for stdout-path
@ 2021-03-16 15:24 Nikos Nikoleris
  2021-03-16 15:24 ` [kvm-unit-tests PATCH 1/4] lib/string: add strnlen and strrchr Nikos Nikoleris
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Nikos Nikoleris @ 2021-03-16 15:24 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, drjones, alexandru.elisei, andre.przywara

This set of patches fixes the way we parse the stdout-path which is
used to set up the console. Prior to this, the code ignored the fact
that stdout-path is made of the path to the uart node as well as
parameters and as a result it would fail to find the relevant DT
node. In addition to minor fixes in the device tree code, this series
pulls a new version of libfdt from upstream.

Thanks,

Nikos

Nikos Nikoleris (4):
  lib/string: add strnlen and strrchr
  libfdt: Pull v1.6.0
  Makefile: Avoid double definition of libfdt_clean
  devicetree: Parse correctly the stdout-path

 lib/libfdt/README            |   3 +-
 Makefile                     |  12 +-
 lib/libfdt/Makefile.libfdt   |  10 +-
 lib/libfdt/version.lds       |  24 +-
 lib/libfdt/fdt.h             |  53 +--
 lib/libfdt/libfdt.h          | 766 +++++++++++++++++++++++++-----
 lib/libfdt/libfdt_env.h      | 109 ++---
 lib/libfdt/libfdt_internal.h | 206 +++++---
 lib/string.h                 |   5 +-
 lib/devicetree.c             |  15 +-
 lib/libfdt/fdt.c             | 200 +++++---
 lib/libfdt/fdt_addresses.c   | 101 ++++
 lib/libfdt/fdt_check.c       |  74 +++
 lib/libfdt/fdt_empty_tree.c  |  48 +-
 lib/libfdt/fdt_overlay.c     | 881 +++++++++++++++++++++++++++++++++++
 lib/libfdt/fdt_ro.c          | 512 +++++++++++++++-----
 lib/libfdt/fdt_rw.c          | 231 +++++----
 lib/libfdt/fdt_strerror.c    |  53 +--
 lib/libfdt/fdt_sw.c          | 297 ++++++++----
 lib/libfdt/fdt_wip.c         |  90 ++--
 lib/string.c                 |  30 +-
 21 files changed, 2890 insertions(+), 830 deletions(-)
 create mode 100644 lib/libfdt/fdt_addresses.c
 create mode 100644 lib/libfdt/fdt_check.c
 create mode 100644 lib/libfdt/fdt_overlay.c

-- 
2.25.1


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

end of thread, other threads:[~2021-03-16 19:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 15:24 [kvm-unit-tests PATCH 0/4] Fix the devicetree parser for stdout-path Nikos Nikoleris
2021-03-16 15:24 ` [kvm-unit-tests PATCH 1/4] lib/string: add strnlen and strrchr Nikos Nikoleris
2021-03-16 16:04   ` Andrew Jones
2021-03-16 15:24 ` [kvm-unit-tests PATCH 3/4] Makefile: Avoid double definition of libfdt_clean Nikos Nikoleris
2021-03-16 15:24 ` [kvm-unit-tests PATCH 4/4] devicetree: Parse correctly the stdout-path Nikos Nikoleris
     [not found] ` <20210316152405.50363-3-nikos.nikoleris@arm.com>
2021-03-16 16:12   ` [kvm-unit-tests PATCH 2/4] libfdt: Pull v1.6.0 Andrew Jones
2021-03-16 17:03 ` [kvm-unit-tests PATCH 0/4] Fix the devicetree parser for stdout-path Andrew Jones
2021-03-16 18:54   ` Nikos Nikoleris
2021-03-16 19:01     ` Andrew Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).