mbox series

[v2,0/3] tools/xl: small cleanup of parsing code

Message ID 20230322073453.7853-1-jgross@suse.com (mailing list archive)
Headers show
Series tools/xl: small cleanup of parsing code | expand

Message

Juergen Gross March 22, 2023, 7:34 a.m. UTC
3 small patches cleaning up the parsing code in xl a little bit.

Changes in V2:
- added patch 2
- addressed comments

Juergen Gross (3):
  tools/xl: allow split_string_into_pair() to trim values
  tools/xl: make split_string_into_pair() more usable
  tools/xl: rework p9 config parsing

 tools/xl/xl_parse.c | 127 +++++++++++++++++++++-----------------------
 tools/xl/xl_parse.h |   4 +-
 2 files changed, 64 insertions(+), 67 deletions(-)